Class RelocationAction.TransientActionFactoryImpl
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Item>
-
- com.cloudbees.hudson.plugins.folder.relocate.RelocationAction.TransientActionFactoryImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- RelocationAction
@Extension public static class RelocationAction.TransientActionFactoryImpl extends TransientActionFactory<Item>
Makes sure thatItems have the action.
-
-
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 TransientActionFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>createFor(Item target)Class<Item>type()-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<Item> type()
- Specified by:
typein classTransientActionFactory<Item>
-
createFor
public Collection<? extends Action> createFor(@NonNull Item target)
- Specified by:
createForin classTransientActionFactory<Item>
-
-