Interface CpsFlowFactoryAction
- All Superinterfaces:
Action
,ModelObject
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(CpsFlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) Deprecated.Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Method Details
-
create
CpsFlowExecution create(CpsFlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) throws IOException Deprecated.- Throws:
IOException
-
CpsFlowFactoryAction2
instead.