Package jenkins.branch
Class OrganizationFolder.StateActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<OrganizationFolder>
jenkins.branch.OrganizationFolder.StateActionFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- OrganizationFolder
@Extension
public static class OrganizationFolder.StateActionFactory
extends TransientActionFactory<OrganizationFolder>
Adds the
OrganizationFolder.State.getActions()
to Actionable.getAllActions()
.- Since:
- 2.0
-
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
(OrganizationFolder target) type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
StateActionFactory
public StateActionFactory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<OrganizationFolder>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<OrganizationFolder>
-