Package com.github.jenkins.lastchanges
Class LastChangesProjectAction.LastChangesActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job<?,?>>
-
- com.github.jenkins.lastchanges.LastChangesProjectAction.LastChangesActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- LastChangesProjectAction
@Extension public static class LastChangesProjectAction.LastChangesActionFactory extends TransientActionFactory<Job<?,?>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description LastChangesActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Job<?,?> j)
Class
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
createFor
public Collection<? extends Action> createFor(Job<?,?> j)
- Specified by:
createFor
in classTransientActionFactory<Job<?,?>>
-
type
public Class type()
- Specified by:
type
in classTransientActionFactory<Job<?,?>>
-
-