Package cn.opsbox.jenkinsci.plugins.cps
Class CpsTemplateFlowDefinition
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.flow.FlowDefinition>
-
- org.jenkinsci.plugins.workflow.flow.FlowDefinition
-
- cn.opsbox.jenkinsci.plugins.cps.CpsTemplateFlowDefinition
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.flow.FlowDefinition>
- Direct Known Subclasses:
OesTemplateFlowDefinition
public abstract class CpsTemplateFlowDefinition extends org.jenkinsci.plugins.workflow.flow.FlowDefinition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description protected OesTemplateFlowDefinitionConfiguration
configProvider
-
Constructor Summary
Constructors Constructor Description CpsTemplateFlowDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, TaskListener listener, List<? extends Action> actions)
-
-
-
Field Detail
-
configProvider
protected OesTemplateFlowDefinitionConfiguration configProvider
-
-
Method Detail
-
create
public org.jenkinsci.plugins.workflow.cps.CpsFlowExecution create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, TaskListener listener, List<? extends Action> actions) throws Exception
- Overrides:
create
in classorg.jenkinsci.plugins.workflow.flow.FlowDefinition
- Throws:
Exception
-
-