Package com.cloudbees.jenkins.plugins
Class BitbucketMultibranchLinkActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
com.cloudbees.jenkins.plugins.BitbucketMultibranchLinkActionFactory
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class BitbucketMultibranchLinkActionFactory
extends TransientActionFactory<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.CacheNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
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
-
BitbucketMultibranchLinkActionFactory
public BitbucketMultibranchLinkActionFactory()
-
-
Method Details
-
createFor
public Collection<? extends Action> createFor(org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject target) - Specified by:
createForin classTransientActionFactory<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
-
type
- Specified by:
typein classTransientActionFactory<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
-