package
6.4.3+incompatible
Repository: https://github.com/chenbh/concourse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Code generated by counterfeiter.

# Functions

Ensure constructs an EnsureStep.
InParallel constructs an InParallelStep.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OnAbort constructs an OnAbortStep factory.
OnError constructs an OnErrorStep factory.
OnFailure constructs an OnFailureStep factory.
OnSuccess constructs an OnSuccessStep factory.
No description provided by the author
No description provided by the author
Timeout constructs a TimeoutStep factory.
Try constructs a TryStep.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EnsureStep will run one step, and then a second step regardless of whether the first step fails or errors.
No description provided by the author
No description provided by the author
FileConfigSource represents a dynamically configured TaskConfig, which will be fetched from a specified file in the artifact.Repository.
GetStep will fetch a version of a resource on a worker that supports the resource type.
IdentityStep does nothing.
InParallelStep is a step of steps to run in parallel.
InterpolateTemplateConfigSource represents a config source interpolated by template vars.
No description provided by the author
LoadVarStep loads a value from a file and sets it as a build-local var.
No description provided by the author
MissingInputsError is returned when any of the task's required inputs are missing.
No description provided by the author
OnAbortStep will run one step, and then a second step if the first step aborts (but not errors).
OnErrorStep will run one step, and then a second step if the first step errors.
OnFailureStep will run one step, and then a second step if the first step fails (but not errors).
OnSuccessStep will run one step, and then a second step if the first step succeeds.
OverrideParamsConfigSource is used to override params in a config source.
No description provided by the author
PutStep produces a resource version using preconfigured params and any data available in the worker.ArtifactRepository.
No description provided by the author
No description provided by the author
No description provided by the author
RetryStep is a step that will run the steps in order until one of them succeeds.
SetPipelineStep sets a pipeline to current team.
StaticConfigSource represents a statically configured TaskConfig.
No description provided by the author
No description provided by the author
No description provided by the author
TaskStep executes a TaskConfig, whose inputs will be fetched from the artifact.Repository and outputs will be added to the artifact.Repository.
TimeoutStep applies a fixed timeout to a step's Run.
TryStep wraps another step, ignores its errors, and always succeeds.
UnknownArtifactSourceError is returned when the artifact.ArtifactName specified by the path does not exist in the artifact.Repository.
UnspecifiedArtifactSourceError is returned when the specified path is of a file in the toplevel directory, and so it does not indicate a SourceName.
No description provided by the author
ValidatingConfigSource delegates to another ConfigSource, and validates its task config.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A Step is an object that can be executed, whose result (e.g.
TaskConfigSource is used to determine a Task step's TaskConfig.
No description provided by the author
No description provided by the author

# Type aliases

AggregateStep is a step of steps to run in parallel.
No description provided by the author
ExitStatus is the resulting exit code from the process that the step ran.
No description provided by the author
No description provided by the author
Privileged is used to indicate whether the given step should run with special privileges (i.e.