Fetches pipeline configuration from a source code repository
Modifiers | Name | Description |
---|---|---|
static class |
ScmPipelineConfigurationProvider.DescriptorImpl |
Type | Name and description |
---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
PIPELINE_TEMPLATE_DIRECTORY |
java.lang.String |
baseDir |
hudson.scm.SCM |
scm |
Constructor and description |
---|
ScmPipelineConfigurationProvider
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getBaseDir() |
|
PipelineConfigurationObject |
getConfig(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
java.lang.String |
getJenkinsfile(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
hudson.scm.SCM |
getScm() |
|
java.lang.String |
getTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, java.lang.String template) |
|
void |
setBaseDir(java.lang.String _baseDir) |
|
void |
setScm(hudson.scm.SCM _scm) |
Methods inherited from class | Name |
---|---|
class PipelineConfigurationProvider |
getConfig, getJenkinsfile, getTemplate |
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