class GovernanceTier extends hudson.model.AbstractDescribableImpl
stores hierarchical configurations for JTE
The GovernanceTier optionally holds:
Modifiers | Name | Description |
---|---|---|
static class |
GovernanceTier.DescriptorImpl |
Type | Name and description |
---|---|
PipelineConfigurationProvider |
configurationProvider |
java.util.List<LibrarySource> |
librarySources |
Constructor and description |
---|
GovernanceTier
() |
Type Params | Return Type | Name and description |
---|---|---|
|
PipelineConfigurationObject |
getConfig(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
PipelineConfigurationProvider |
getConfigurationProvider() |
|
static java.util.List<GovernanceTier> |
getHierarchy(org.jenkinsci.plugins.workflow.job.WorkflowJob job) |
|
java.lang.String |
getJenkinsfile(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) |
|
java.util.List<LibrarySource> |
getLibrarySources() |
|
java.lang.String |
getTemplate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, java.lang.String template) |
|
protected java.lang.Object |
readResolve() |
|
void |
setConfigurationProvider(PipelineConfigurationProvider configurationProvider) |
|
void |
setLibrarySources(java.util.List<LibrarySource> librarySources) |
Methods inherited from class | Name |
---|---|
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() |
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation