Class WorkflowMultiBranchProject.PerFolderAdder
java.lang.Object
jenkins.model.TransientActionFactory<WorkflowMultiBranchProject>
org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject.PerFolderAdder
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- WorkflowMultiBranchProject
@Extension
public static class WorkflowMultiBranchProject.PerFolderAdder
extends TransientActionFactory<WorkflowMultiBranchProject>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
createFor
(WorkflowMultiBranchProject target) type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
PerFolderAdder
public PerFolderAdder()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<WorkflowMultiBranchProject>
-
createFor
- Specified by:
createFor
in classTransientActionFactory<WorkflowMultiBranchProject>
-