Defines a JTE Pipeline. Performs JTE's Pipeline Initialization Process before creating the CpsFlowExecution for the WorkflowRun
Type Params | Return Type | Name and description |
---|---|---|
|
org.jenkinsci.plugins.workflow.flow.FlowExecution |
create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, hudson.model.TaskListener listener, java.util.List<? extends hudson.model.Action> actions) |
|
static org.jenkinsci.plugins.workflow.flow.FlowDurabilityHint |
determineFlowDurabilityHint(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
PipelineConfigurationObject |
getPipelineConfiguration(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) Fetch the job's Pipeline Configuration |
|
java.lang.String |
getTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) Fetch the job's Pipeline Template, if present |
Methods inherited from class | Name |
---|---|
class org.jenkinsci.plugins.workflow.flow.FlowDefinition |
org.jenkinsci.plugins.workflow.flow.FlowDefinition#getDescriptor(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#getDescriptor(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner, java.util.List), org.jenkinsci.plugins.workflow.flow.FlowDefinition#create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner, hudson.model.TaskListener, java.util.List), org.jenkinsci.plugins.workflow.flow.FlowDefinition#getSCMs(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#wait(long), org.jenkinsci.plugins.workflow.flow.FlowDefinition#wait(long, int), org.jenkinsci.plugins.workflow.flow.FlowDefinition#wait(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#equals(java.lang.Object), org.jenkinsci.plugins.workflow.flow.FlowDefinition#toString(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#hashCode(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#getClass(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#notify(), org.jenkinsci.plugins.workflow.flow.FlowDefinition#notifyAll() |
class hudson.model.AbstractDescribableImpl |
hudson.model.AbstractDescribableImpl#getDescriptor(), hudson.model.AbstractDescribableImpl#wait(long), hudson.model.AbstractDescribableImpl#wait(long, int), hudson.model.AbstractDescribableImpl#wait(), hudson.model.AbstractDescribableImpl#equals(java.lang.Object), hudson.model.AbstractDescribableImpl#toString(), hudson.model.AbstractDescribableImpl#hashCode(), hudson.model.AbstractDescribableImpl#getClass(), hudson.model.AbstractDescribableImpl#notify(), hudson.model.AbstractDescribableImpl#notifyAll() |
Fetch the job's Pipeline Configuration
Fetch the job's Pipeline Template, if present