Class SupportAbstractItemAction.Factory
java.lang.Object
jenkins.model.TransientActionFactory<AbstractItem>
com.cloudbees.jenkins.support.actions.SupportAbstractItemAction.Factory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- SupportAbstractItemAction
@Extension
public static class SupportAbstractItemAction.Factory
extends TransientActionFactory<AbstractItem>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
createFor
(AbstractItem item) type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<AbstractItem>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<AbstractItem>
-