Class 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 Detail

      • RunningFlowActions

        public RunningFlowActions()
    • Method Detail

      • 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>