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.
  • Constructor Details

    • RunningFlowActions

      public RunningFlowActions()
  • Method Details

    • type

      public Class<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable> type()
      Specified by:
      type in class TransientActionFactory<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 class TransientActionFactory<org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner.Executable>