Class RestartFlowFactoryAction

    • Constructor Detail

      • RestartFlowFactoryAction

        public RestartFlowFactoryAction​(@NonNull
                                        String originRunId)
    • Method Detail

      • getOriginRunId

        public String getOriginRunId()
      • create

        public org.jenkinsci.plugins.workflow.cps.CpsFlowExecution create​(org.jenkinsci.plugins.workflow.flow.FlowDefinition def,
                                                                          org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
                                                                          List<? extends Action> actions)
                                                                   throws IOException
        Specified by:
        create in interface org.jenkinsci.plugins.workflow.cps.CpsFlowFactoryAction2
        Throws:
        IOException