Defines a pipeline configuration repository from the Jenkins console.
Allows users to define a pipeline configuration, default pipeline template, and named pipeline templates via a pipeline catalog.
Modifiers | Name | Description |
---|---|---|
static class |
ScmAdHocTemplateFlowDefinitionConfiguration.DescriptorImpl |
Type | Name and description |
---|---|
java.lang.String |
pipelineConfigurationPath |
java.lang.String |
pipelineTemplatePath |
hudson.scm.SCM |
scm |
Constructor and description |
---|
ScmAdHocTemplateFlowDefinitionConfiguration
(hudson.scm.SCM scm, java.lang.String pipelineConfigurationPath, java.lang.String pipelineTemplatePath) |
Type Params | Return Type | Name and description |
---|---|---|
|
PipelineConfigurationObject |
getConfig(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
|
java.lang.String |
getTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
|
java.lang.Boolean |
hasConfig(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
|
java.lang.Boolean |
hasTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
Methods inherited from class | Name |
---|---|
class AdHocTemplateFlowDefinitionConfiguration |
getConfig, getTemplate, hasConfig, hasTemplate |
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() |
Groovy Documentation