Index

A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractArtifact<T extends AbstractArtifact> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
AbstractBuiltInArtifact<T extends AbstractBuiltInArtifact> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a artifact that should be uploaded from the agent to the server.
AbstractFetchArtifactTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
add(int, T) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
add(T) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
addAll(int, Collection<? extends T>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
addAll(Collection<? extends T>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
ALL_KNOWN_NODE_TYPES - Static variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.NodeTypes
 
apiAuthToken - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
 
apiAuthToken - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
RECOMMENDED: While optional, providing an Personal Access Token (oauth) here will provide higher limits on GitHUb and is required for private repositories.
apiAuthToken - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
RECOMMENDED: While optional, providing an Personal Access Token (oauth) here will provide higher limits on GitLab and is required for private repositories.
apiPass - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
apiUser - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
applyTo(Closure<?>, T) - Static method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Configurable
 
approval(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
Approval - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Specifies how a stage should be triggered.
Approval() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
 
artifacts(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The list of artifacts generated by this job.
Artifacts - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a list of artifacts.
Artifacts() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
 
asConnectionConfig() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
asConnectionConfig() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
asConnectionConfig() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
asConnectionConfig() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
asConnectionConfig() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
asConnectionConfig() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
Attributes<T extends ConnectionConfig> - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.BitbucketPR - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.BitbucketSelfHostedPR - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.GitBranch - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.GitHubPR - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.GitLabMR - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
Attributes.MaterialFields - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
attrs() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.BranchStrategy
 

B

bash(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
Convenience for Tasks.exec(Closure) task that wraps a command in a bash shell.
Basic - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
Basic.Git - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
bitbucket(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
Bitbucket - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
Bitbucket - Enum constant in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
 
Bitbucket() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
Bitbucket(Consumer<Bitbucket>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
BitbucketPR() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
bitbucketSelfHosted(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
BitbucketSelfHosted - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
BitbucketSelfHosted - Enum constant in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
 
BitbucketSelfHosted() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
 
BitbucketSelfHosted(Consumer<BitbucketSelfHosted>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
 
BitbucketSelfHostedPR() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
BranchContext - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
BranchContext() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
Required for JSON deserialization
BranchContext(String, String, ScmMaterial) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
BranchedWorkflows - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
BranchedWorkflows(Pipelines) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchedWorkflows
 
branches(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
BranchMatcher - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
BranchMatcher(Pipelines) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
BranchStrategy - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
BranchStrategy(Attributes<? extends ConnectionConfig>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.BranchStrategy
 
build(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
Create a build artifact
BuildArtifact - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
BuildArtifact() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BuildArtifact
 
BuildArtifact(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.BuildArtifact
 

C

cd.go.contrib.plugins.configrepo.groovy.dsl - package cd.go.contrib.plugins.configrepo.groovy.dsl
See the Pipeline class for usage.
cd.go.contrib.plugins.configrepo.groovy.dsl.connection - package cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
cd.go.contrib.plugins.configrepo.groovy.dsl.mixins - package cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
cd.go.contrib.plugins.configrepo.groovy.dsl.strategies - package cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
cd.go.contrib.plugins.configrepo.groovy.dsl.util - package cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
CheckAtLeastOneNotEmpty - Annotation Type in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
CheckAtLeastOneNotEmpty.CheckAtLeastOneNotNullValidator - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
CheckAtLeastOneNotNullValidator() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty.CheckAtLeastOneNotNullValidator
 
CheckRunInstanceCount() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount.CheckRunInstanceCount
 
clear() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
CollectionNode<T extends Node> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
CollectionNode() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
configRepo(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
configRepo(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
ConfigRepoMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
ConfigRepoMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
ConfigRepoMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
ConfigRepoMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
ConfigRepoMaterial(String, Consumer<ConfigRepoMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
Configurable - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
configuration(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
Configuration - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Configuration() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
configurations(List<Map<String, String>>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
configurationValue(Configuration) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
configurationValues(List<Map<String, String>>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
configure(Closure<?>) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Configurable
 
ConnectionConfig - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
contains(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
containsAll(Collection<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
create(Supplier<T>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 

D

deepClone() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
dependency(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
DependencyMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
DependencyMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
DependencyMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
DependencyMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
DependencyMaterial(String, Consumer<DependencyMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Material
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
dup(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 

E

embedAuth(String, String, String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.UriUtils
 
encode(String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.UriUtils
 
environment(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environments
 
Environment - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents an environment in GoCD.
Environment() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
Environment(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
Environment(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
environments(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
Environments - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a collection of Environment.
Environments() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Environments
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractArtifact
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BuildArtifact
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environments
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Jobs
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Material
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.NamedNode
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Node
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipelines
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Properties
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stages
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tabs
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Task
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TestArtifact
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
 
equals(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
exec(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
Creates an `exec` task.
ExecTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a task that represents the semantics of the Runtime.exec(String[]) system call.
ExecTask() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
 
ExecTask(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
 
external(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
Create a plugin artifact

F

fetch(Pattern) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.BranchStrategy
 
fetchArtifact(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
FetchArtifactTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
FetchArtifactTask() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
FetchArtifactTask(Boolean, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
fetchDirectory(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
fetchExternalArtifact(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
FetchExternalArtifactTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
FetchExternalArtifactTask() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
FetchExternalArtifactTask(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
fetchFile(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
fieldNames() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty
 
Filter - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
The Filter element specifies files in changesets that should not trigger a pipeline automatically.
Filter(boolean, List<String>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
Filter(List<String>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
fullRepoName - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
This is the `{workspace_slug}/{repo_slug}` representing the git repository hosted on BitBucket
fullRepoName - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
This is the `{workspace_slug}/{repo_slug}` representing the git repository hosted on BitBucket
fullRepoName - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
 
fullRepoName - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
This is the `{group}/{repo_slug}` representing the git repository hosted on GitLab

G

get(int) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
getAgents() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
The list of agents that should be added into this environment.
getArtifactCleanupProhibited() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, never cleanup artifacts for this stage, if purging artifacts is configured at the server level.
getArtifactId() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
getArtifactOrigin() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
getAuthor() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getAutoUpdate() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
By default GoCD polls the repository for changes automatically.
getBlacklist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
getBlacklist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
getBlacklist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
getBranch() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getBranch() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
getBranch() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
The git branch.
getBranchSanitized() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getCheckExternals() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
getCleanWorkingDir() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, this flag will remove all files/directories in the working directory on the agent, before the job starts.
getCommandLine() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
The command line to be executed.
getCommandString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The command string to be executed using the ShellTask.shell's -c argument
getConfiguration() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
getConfiguration() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The configuration properties of this plugin artifact.
getDestination() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
The destination is relative to the artifacts folder of the current instance on the server side.
getDestination() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
The directory under the sandbox of Go Agent.
getDestination() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
getDestination() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
getDestination() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The directory under the sandbox of Go Agent.
getDisplayOrder() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
Use this integer to order the display of pipelines on the dashboard.
getDomain() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
Domain name for TFS authentication credentials.
getElasticProfileId() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
A job can be configured to run on an elastic agent by specifying this attribute, which maps to the id of an existing <profile> defined in the main config xml.
getEncryptedPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The encrypted password
getEnvironmentVariables() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
The list of environment variables associated with this environment.
getFetchMaterials() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, performs material updates or checkouts on the agent.
getFile() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The file to be passed to the ShellTask.shell.
getFrom() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
getFullRefName() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getGroup() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The name of the pipeline group that this pipeline belongs to.
getId() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
getId() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The identifier of the plugin artifact.
getIdentifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getIgnoreForScheduling() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
When set to true, the pipeline will not be automatically scheduled for changes to this material More info.
getItems() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
getJob() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
getLabels() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getLabelTemplate() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
Pipeline label templates provide a means to label a pipeline or artifacts using a counter, or material revision (or both).
getLink() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
The URL with a string '${ID}'.
getLockBehavior() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The possible values are none, lockOnFailure or unlockWhenFinished.
getLogin() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
Sets the -l or --login argument to your shell.
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
getMaterialPassword() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
getMaterialPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: Password for material auth
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
getMaterialUrl() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
getMaterialUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: User can override the URL, with say, ssh or a proxy
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
getMaterialUsername() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
getMaterialUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: Username for material auth
getName() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.NamedNode
The name of this configuration entity
getNames() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
getOnlyOnChanges() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
Skips scheduling if the previous run of the pipeline was with the latest material(s).
getOptions() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
getParams() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The list of parameter substitutions to be used in a pipeline or a template.
getPassword() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The plain text password in the form of secret param* Use encrypted password instead
getPath() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
getPattern() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
getPipeline() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
getPipeline() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
getPipelines() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
The list of pipelines that should be added into this environment.
getPort() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
getProjectPath() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
The project path within the TFS collection.
getProvider() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getRef() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
getReferenceUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getRegex() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
getRepo() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getResources() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
Specifies the list of resources that will be matched against jobs.
getRoles() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The list of roles that are authorized to trigger
getRunIf() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Task
Specifies when a task should be allowed to run.
getRunInstanceCount() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The number of agents this job should run on.
getScm() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
getSecureConfiguration() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The secure configuration properties of this plugin artifact.
getSecureEnvironmentVariables() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
The list of secure(encrypted) environment variables associated with this environment.
getSecureOptions() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
getShallowClone() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
Add a --depth=N option to git cloning command on GoCD agent.
getShell() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The shell command to be executed bash, zsh.
getSource() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
The file or folders to publish to the server.
getSource() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
getSource() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
getSpec() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
Specify a cron-like schedule to build the pipeline.
getStage() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
getStage() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
getStoreId() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The identifier of the artifact store
getTargetVersion() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
getTemplate() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The name of the template that this pipeline references.
getTimeout() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The job hung timeout (in minutes).
getTitle() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
getType() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The type of the approval, either 'manual' or 'success'
getUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
getUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
The url of the git repository.
getUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
getUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
getUrl() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
The URL of the TFS server
getUsername() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
getUsers() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The list of users that are authorized to trigger
getUseTickets() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
getVersion() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
getView() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
getWhitelist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
getWhitelist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
getWhitelist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
getWorkingDir() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
The directory in which the script or command is to be executed.
getWorkingDir() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The directory in which the script or command is to be executed.
getXpath() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
git - Enum constant in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
 
git(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a git material which this pipeline polls on.
git(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
git(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a git material which this pipeline polls on.
Git() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Basic.Git
 
Git(Consumer<Basic.Git>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Basic.Git
 
GitBranch() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
github(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
GitHub - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
GitHub - Enum constant in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
 
GitHub() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
 
GitHub(Consumer<GitHub>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
 
githubPR(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
githubPR(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
GitHubPR() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
GitHubPRMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
GitHubPRMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
GitHubPRMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
GitHubPRMaterial(String, Consumer<GitHubPRMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
gitlab(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
GitLab - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 
GitLab - Enum constant in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
 
GitLab() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
 
GitLab(Consumer<GitLab>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
 
GITLAB_SAAS - Static variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
 
GitLabMR() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
GitMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a git material config.
GitMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
GitMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
GitMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
GitMaterial(String, Consumer<GitMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
gitShortRef(String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.TextUtils
 
GoCD - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents the top level GoCD configuration consisting of pipelines and environments.
GoCD() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
groups() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty
 
groups() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings
 
groups() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount
 

H

HasEnvironmentVariables<T extends HasEnvironmentVariables> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
HasEnvironmentVariables() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
 
HasEnvironmentVariables(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractArtifact
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BuildArtifact
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environments
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Jobs
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Material
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.NamedNode
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Node
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipelines
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Properties
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stages
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tabs
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Task
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TestArtifact
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
 
hashCode() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
hg(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a mercurial/hg material which this pipeline polls on.
hg(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a mercurial/hg material which this pipeline polls on.
HgMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a hg material config.
HgMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
HgMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
HgMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
HgMaterial(String, Consumer<HgMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 

I

identifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Basic.Git
 
identifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
identifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
 
identifier() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.connection.ConnectionConfig
An identifier representing this ConnectionConfig.
identifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
 
identifier() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
 
indexOf(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
initialize(CheckAtLeastOneNotEmpty) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty.CheckAtLeastOneNotNullValidator
 
initialize(OneOfStrings) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings.OneOfStringsValidator
 
initialize(RunInstanceCount) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount.CheckRunInstanceCount
 
isAllowOnlyOnSuccess() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
Configuration to only allow stage to be scheduled if the previous stage run is successful.
isEmpty() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
isFile() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
isValid(Object, ConstraintValidatorContext) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty.CheckAtLeastOneNotNullValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount.CheckRunInstanceCount
 
isValid(String, ConstraintValidatorContext) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings.OneOfStringsValidator
 
isValidAuth() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
isWhitelist() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
iterator() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 

J

job(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Jobs
 
Job - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a job.
Job() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
Job(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
Job(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
jobs(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
Jobs - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a list of Jobs
Jobs() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Jobs
 

K

KeyVal - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
KeyVal.Mixin - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 

L

lastIndexOf(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
listIterator() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
listIterator(int) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
loadProfile() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
lookup(String) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.KeyVal.Mixin
Allows ConfigRepo Configuration Property lookup by key from within a Groovy config definition script
lookup(String, String) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.KeyVal.Mixin
Allows ConfigRepo Configuration Property lookup by key from within a Groovy config definition script

M

maskAuth(String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.UriUtils
 
matching(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchedWorkflows
 
Material<T extends Material> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a material that a pipeline polls on.
materialCredentialsGiven() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
MaterialFields() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
 
materials(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
Materials - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Materials() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
message() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty
 
message() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings
 
message() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount
 

N

NamedNode<T extends Node> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Node<T extends Node> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Node() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Node
 
NodeTypes - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
NodeTypes() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.NodeTypes
 
Notifies - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
Notifies() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies
 
Notifies.MaterialMixin - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
notifiesBitbucketAt(Closure<?>) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies.MaterialMixin
 
notifiesBitbucketSelfHostedAt(Closure<?>) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies.MaterialMixin
 
notifiesBy(ConnectionConfig) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies.MaterialMixin
 
notifiesGitHubAt(Closure<?>) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies.MaterialMixin
 
notifiesGitLabAt(Closure<?>) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies.MaterialMixin
 
nullable() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings
 

O

OneOfStrings - Annotation Type in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
OneOfStrings.OneOfStringsValidator - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
OneOfStringsValidator() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings.OneOfStringsValidator
 
onMatch(Closure<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 

P

p4(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a perforce/hg material which this pipeline polls on.
p4(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a perforce/hg material which this pipeline polls on.
P4Material - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a p4 material config.
P4Material() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
P4Material(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
P4Material(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
P4Material(String, Consumer<P4Material>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
PackageMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
PackageMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
PackageMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
PackageMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
PackageMaterial(String, Consumer<PackageMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
payload() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.CheckAtLeastOneNotEmpty
 
payload() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings
 
payload() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.RunInstanceCount
 
pipeline(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipelines
 
Pipeline - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a pipeline config object.
Pipeline() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
Pipeline(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
Pipeline(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
pipelines(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
Pipelines - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a collection of Pipeline
Pipelines() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipelines
 
pkg(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
pkg(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
pluggable(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
pluggable(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
 
PluggableMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
PluggableMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
PluggableMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
PluggableMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
PluggableMaterial(String, Consumer<PluggableMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
plugin(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
PluginArtifact - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents an artifact managed by a plugin.
PluginArtifact() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
 
PluginArtifact(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
 
PluginTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
PluginTask() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
PluginTask(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
properties(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The list of properties published by this job
Properties - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Properties() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Properties
 
Properties(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Properties
 
property(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Properties
 
Property - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Property() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
Property(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
Property(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 

R

redelegate(Closure<?>, Object) - Static method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Configurable
 
redelegateAndCall(Closure<?>, U, Object...) - Static method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Configurable
 
RefResolver - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.strategies
 
remove(int) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
remove(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
removeAll(Collection<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
retainAll(Collection<?>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
run() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.ThrowingRunnable
 
RunInstanceCount - Annotation Type in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
RunInstanceCount.CheckRunInstanceCount - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 

S

sanitizeName(String) - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.UtilsMixin
 
sanitizeName(String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.TextUtils
 
ScmMaterial<T extends ScmMaterial<?>> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
script(Closure) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
serverBaseUrl - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
This is base URL to the BitBucket server
serverBaseUrl - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
This is base URL to the GitLab server
set(int, T) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
setAgents(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
The list of agents that should be added into this environment.
setAllowOnlyOnSuccess(boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
Configuration to only allow stage to be scheduled if the previous stage run is successful.
setArtifactCleanupProhibited(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, never cleanup artifacts for this stage, if purging artifacts is configured at the server level.
setArtifactId(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
setArtifactOrigin(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
setAuthor(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setAutoUpdate(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
By default GoCD polls the repository for changes automatically.
setBlacklist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd'
    blacklist = ['README.md', 'docs/**/*.*']
  }
setBlacklist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd'
    blacklist = ['README.md', 'docs/**/*.*']
  }
setBlacklist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd'
    blacklist = ['README.md', 'docs/**/*.*']
  }
setBranch(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setBranch(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
setBranch(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
The git branch.
setBranchSanitized(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setCheckExternals(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
setCleanWorkingDir(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, this flag will remove all files/directories in the working directory on the agent, before the job starts.
setCommandLine(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
The command line to be executed.
setCommandString(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The command string to be executed using the ShellTask.shell's -c argument
setConfiguration(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
setConfiguration(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The configuration properties of this plugin artifact.
setDestination(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
The destination is relative to the artifacts folder of the current instance on the server side.
setDestination(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
The directory under the sandbox of Go Agent.
setDestination(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
setDestination(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
setDestination(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The directory under the sandbox of Go Agent.
setDisplayOrder(Integer) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
Use this integer to order the display of pipelines on the dashboard.
setDomain(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
Domain name for TFS authentication credentials.
setElasticProfileId(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
A job can be configured to run on an elastic agent by specifying this attribute, which maps to the id of an existing <profile> defined in the main config xml.
setEncryptedPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The encrypted password
setEnvironmentVariables(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
The list of environment variables associated with this environment.
setFetchMaterials(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
If set, performs material updates or checkouts on the agent.
setFile(boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
setFile(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The file to be passed to the ShellTask.shell.
setFrom(BranchStrategy) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
setFullRefName(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setGroup(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The name of the pipeline group that this pipeline belongs to.
setId(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
setId(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The identifier of the plugin artifact.
setIdentifier(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setIgnoreForScheduling(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
When set to true, the pipeline will not be automatically scheduled for changes to this material More info.
setJob(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
setLabels(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setLabelTemplate(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
Pipeline label templates provide a means to label a pipeline or artifacts using a counter, or material revision (or both).
setLink(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
The URL with a string '${ID}'.
setLockBehavior(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The possible values are none, lockOnFailure or unlockWhenFinished.
setLogin(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
Sets the -l or --login argument to your shell.
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
setMaterialPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: Password for material auth
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
setMaterialUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: User can override the URL, with say, ssh or a proxy
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketPR
 
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.BitbucketSelfHostedPR
 
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitBranch
 
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitHubPR
 
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.GitLabMR
 
setMaterialUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes.MaterialFields
OPTIONAL: Username for material auth
setName(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.NamedNode
The name of this configuration entity
setOnlyOnChanges(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
Skips scheduling if the previous run of the pipeline was with the latest material(s).
setOptions(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
setParams(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The list of parameter substitutions to be used in a pipeline or a template.
setPassword(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
The plain text password in the form of secret param* Use encrypted password instead
setPath(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
setPattern(Pattern) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchMatcher
 
setPipeline(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
setPipeline(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
setPipelines(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
The list of pipelines that should be added into this environment.
setPort(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
setProjectPath(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
The project path within the TFS collection.
setProvider(ConnectionConfig) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setRef(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
setReferenceUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setRegex(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
setRegex(Pattern) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
setRepo(ScmMaterial) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setResources(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
Specifies the list of resources that will be matched against jobs.
setRoles(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The list of roles that are authorized to trigger
setRunIf(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Task
Specifies when a task should be allowed to run.
setRunInstanceCount(Object) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The number of agents this job should run on.
setScm(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
setSecureConfiguration(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The secure configuration properties of this plugin artifact.
setSecureEnvironmentVariables(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
The list of secure(encrypted) environment variables associated with this environment.
setSecureOptions(Map<String, String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
setShallowClone(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
Add a --depth=N option to git cloning command on GoCD agent.
setShell(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The shell command to be executed bash, zsh.
setSource(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
The file or folders to publish to the server.
setSource(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
setSource(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
setSpec(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
Specify a cron-like schedule to build the pipeline.
setStage(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
setStage(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
setStoreId(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
The identifier of the artifact store
setTargetVersion(Integer) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
setTemplate(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
The name of the template that this pipeline references.
setTimeout(Integer) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The job hung timeout (in minutes).
setTitle(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext
 
setType(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The type of the approval, either 'manual' or 'success'
setUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
setUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
The url of the git repository.
setUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
setUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
setUrl(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
The URL of the TFS server
setUsername(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
setUsers(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
The list of users that are authorized to trigger
setUseTickets(Boolean) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
setVersion(int) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
setView(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
setWhitelist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd-plugins'
    whitelist = ['src']
  }
setWhitelist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd-plugins'
    whitelist = ['src']
  }
setWhitelist(List<String>) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
/*
 * Copyright 2021 ThoughtWorks, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


  git {
    url = 'https://github.com/gocd/gocd-plugins'
    whitelist = ['src']
  }
setWorkingDir(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
The directory in which the script or command is to be executed.
setWorkingDir(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
The directory in which the script or command is to be executed.
setXpath(String) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
shell(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
Convenience for Tasks.exec(Closure) task that wraps a command in a shell.
ShellTask - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Executes a shell script.
ShellTask() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
ShellTask(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
size() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
stage(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stages
 
Stage - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a stage.
Stage() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
Stage(String) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
Stage(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
stages(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
Stages - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Stages() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Stages
 
stripAuth(String) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.util.UriUtils
 
subList(int, int) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
svn(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates an svn material which this pipeline polls on.
svn(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates an svn material which this pipeline polls on.
SvnMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a svn material config.
SvnMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
SvnMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
SvnMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
SvnMaterial(String, Consumer<SvnMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 

T

tab(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tabs
 
Tab - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
A tab displayed on the job detail page.
Tab() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
Tab(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
tabs(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The list of tabs displayed on the job detail page.
Tabs - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
Tabs() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Tabs
 
Tabs(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Tabs
 
Task<T extends Node> - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
tasks(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
The sequence of tasks executed by this job.
Tasks - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a collection of tasks.
Tasks() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
 
test(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Artifacts
Create a test artifact
TestArtifact - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
 
TestArtifact() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TestArtifact
 
TestArtifact(String, Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TestArtifact
 
TextUtils - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
tfs(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a tfs material which this pipeline polls on.
tfs(String, Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Materials
Creates a tfs material which this pipeline polls on.
TfsMaterial - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a tfs material config.
TfsMaterial() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
TfsMaterial(Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
TfsMaterial(String, Closure<?>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
TfsMaterial(String, Consumer<TfsMaterial>) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
ThrowingRunnable - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 
timer(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
Timer - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents a timer specification to perform cron-like trigggers of pipelines.
Timer() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
 
Timer(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
 
toArray() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
toArray(T1[]) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
toExecTask() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
toPluggableMaterial() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractArtifact
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractBuiltInArtifact
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.AbstractFetchArtifactTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Approval
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.BuildArtifact
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.CollectionNode
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ConfigRepoMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Configuration
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.DependencyMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Environment
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ExecTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchArtifactTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.FetchExternalArtifactTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Filter
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitHubPRMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GitMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.GoCD
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HasEnvironmentVariables
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.HgMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Job
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Material
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.NamedNode
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.P4Material
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PackageMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluggableMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginArtifact
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.PluginTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Property
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ScmMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.ShellTask
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Stage
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.SvnMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tab
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Task
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TestArtifact
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TfsMaterial
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Timer
 
toString() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
trackingTool(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Pipeline
 
TrackingTool - Class in cd.go.contrib.plugins.configrepo.groovy.dsl
Represents an issue tracker.
TrackingTool() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
TrackingTool(Closure) - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.TrackingTool
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Basic.Git
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Bitbucket
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.BitbucketSelfHosted
 
type() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.connection.ConnectionConfig
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitHub
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.GitLab
 
type() - Method in interface cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.Attributes
 
type() - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.BranchStrategy
 
Type - Enum in cd.go.contrib.plugins.configrepo.groovy.dsl.connection
 

U

UriUtils - Class in cd.go.contrib.plugins.configrepo.groovy.dsl.util
 
UriUtils() - Constructor for class cd.go.contrib.plugins.configrepo.groovy.dsl.util.UriUtils
 
url - Variable in class cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Basic.Git
 
UtilsMixin - Interface in cd.go.contrib.plugins.configrepo.groovy.dsl.mixins
 

V

value() - Element in annotation type cd.go.contrib.plugins.configrepo.groovy.dsl.util.OneOfStrings
 
valueOf(String) - Static method in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum cd.go.contrib.plugins.configrepo.groovy.dsl.connection.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(RefResolver, ThrowingRunnable) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.strategies.BranchStrategy
 
with(BiConsumer<GitMaterial, ConnectionConfig>, ThrowingRunnable) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.Notifies
 
with(Function<String, String>, ThrowingRunnable) - Static method in class cd.go.contrib.plugins.configrepo.groovy.dsl.mixins.KeyVal
 

Z

zsh(Closure) - Method in class cd.go.contrib.plugins.configrepo.groovy.dsl.Tasks
Convenience for Tasks.exec(Closure) task that wraps a command in a zsh shell.
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form