public static class PipelineProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineProperties |
build() |
PipelineProperties.Builder |
copy(PipelineProperties model) |
PipelineProperties.Builder |
pipelineIdentifier(String pipelineIdentifier)
Unique identifier for the pipeline or action created in the Verify stage.
|
PipelineProperties.Builder |
pipelineUrl(String pipelineUrl)
The web link to the pipeline from the Verify stage.
|
public PipelineProperties.Builder pipelineIdentifier(String pipelineIdentifier)
Unique identifier for the pipeline or action created in the Verify stage.
pipelineIdentifier
- the value to setpublic PipelineProperties.Builder pipelineUrl(String pipelineUrl)
The web link to the pipeline from the Verify stage.
pipelineUrl
- the value to setpublic PipelineProperties build()
public PipelineProperties.Builder copy(PipelineProperties model)
Copyright © 2016–2024. All rights reserved.