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 |
ConsoleAdHocTemplateFlowDefinitionConfiguration.DescriptorImpl |
Type | Name and description |
---|---|
ConsoleDefaultPipelineTemplate |
defaultTemplate |
ConsolePipelineConfiguration |
pipelineConfig |
Constructor and description |
---|
ConsoleAdHocTemplateFlowDefinitionConfiguration
(ConsoleDefaultPipelineTemplate defaultTemplate, ConsolePipelineConfiguration pipelineConfig) |
Type Params | Return Type | Name and description |
---|---|---|
|
static ConsoleAdHocTemplateFlowDefinitionConfiguration |
create(boolean hasTemplate, java.lang.String template, boolean hasConfig, java.lang.String config) |
|
PipelineConfigurationObject |
getConfig(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
|
ConsoleDefaultPipelineTemplate |
getDefaultTemplate() |
|
ConsolePipelineConfiguration |
getPipelineConfig() |
|
java.lang.String |
getTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
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