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