public interface CpsFlowFactoryAction2 extends Action
Action
that can be passed to FlowDefinition.create(FlowExecutionOwner, List)
that can take over the instantiation of CpsFlowExecution
.Modifier and Type | Method and Description |
---|---|
CpsFlowExecution |
create(org.jenkinsci.plugins.workflow.flow.FlowDefinition def,
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
List<? extends Action> actions) |
getDisplayName, getIconFileName, getUrlName
CpsFlowExecution create(org.jenkinsci.plugins.workflow.flow.FlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.