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 interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(AbstractItem item)
Class<AbstractItem>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<AbstractItem> type()
- Specified by:
type
in classTransientActionFactory<AbstractItem>
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull AbstractItem item)
- Specified by:
createFor
in classTransientActionFactory<AbstractItem>
-
-