Class RunningFlowActions
java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
org.jenkinsci.plugins.workflow.cps.RunningFlowActions
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class RunningFlowActions
extends TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
Adds actions to the sidebar of a running Pipeline build.
-
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.flow.FlowExecutionOwner.Executable executable) Class<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
type()
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
RunningFlowActions
public RunningFlowActions()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
-
createFor
public Collection<? extends Action> createFor(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable executable) - Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>
-