Interface CpsFlowFactoryAction2
- All Superinterfaces:
Action
,ModelObject
Action
that can be passed to FlowDefinition.create(FlowExecutionOwner, List)
that can take over the instantiation of CpsFlowExecution
.-
Method Summary
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Method Details
-
create
CpsFlowExecution create(org.jenkinsci.plugins.workflow.flow.FlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) throws IOException - Throws:
IOException
-