Pipeline |
Pipeline.withActivities(List<Activity> activities) |
Set the activities property: List of activities in pipeline.
|
Pipeline |
Pipeline.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Pipeline.
|
Pipeline |
Pipeline.withConcurrency(Integer concurrency) |
Set the concurrency property: The max number of concurrent runs for the pipeline.
|
Pipeline |
Pipeline.withDescription(String description) |
Set the description property: The description of the pipeline.
|
Pipeline |
Pipeline.withFolder(PipelineFolder folder) |
Set the folder property: The folder that this Pipeline is in.
|
Pipeline |
Pipeline.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: List of parameters for pipeline.
|
Pipeline |
Pipeline.withPolicy(PipelinePolicy policy) |
Set the policy property: Pipeline Policy.
|
Pipeline |
Pipeline.withRunDimensions(Map<String,Object> runDimensions) |
Set the runDimensions property: Dimensions emitted by Pipeline.
|
Pipeline |
Pipeline.withVariables(Map<String,VariableSpecification> variables) |
Set the variables property: List of variables for pipeline.
|