public static interface Step.Builder extends SdkPojo, CopyableBuilder<Step.Builder,Step>
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
artifactsUrl(String artifactsUrl)
URL to the artifact for the execution step.
|
Step.Builder |
context(String context)
The context for current step, will include build image if step is build.
|
Step.Builder |
endTime(Instant endTime)
End date/ time of the execution step.
|
Step.Builder |
logUrl(String logUrl)
URL to the logs for the execution step.
|
Step.Builder |
screenshots(Map<String,String> screenshots)
List of screenshot URLs for the execution step, if relevant.
|
Step.Builder |
startTime(Instant startTime)
Start date/ time of the execution step.
|
Step.Builder |
status(JobStatus status)
Status of the execution step.
|
Step.Builder |
status(String status)
Status of the execution step.
|
Step.Builder |
statusReason(String statusReason)
The reason for current step status.
|
Step.Builder |
stepName(String stepName)
Name of the execution step.
|
Step.Builder |
testArtifactsUrl(String testArtifactsUrl)
URL to the test artifact for the execution step.
|
Step.Builder |
testConfigUrl(String testConfigUrl)
URL to the test config for the execution step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStep.Builder stepName(String stepName)
Name of the execution step.
stepName - Name of the execution step.Step.Builder startTime(Instant startTime)
Start date/ time of the execution step.
startTime - Start date/ time of the execution step.Step.Builder status(String status)
Status of the execution step.
Step.Builder status(JobStatus status)
Status of the execution step.
Step.Builder endTime(Instant endTime)
End date/ time of the execution step.
endTime - End date/ time of the execution step.Step.Builder logUrl(String logUrl)
URL to the logs for the execution step.
logUrl - URL to the logs for the execution step.Step.Builder artifactsUrl(String artifactsUrl)
URL to the artifact for the execution step.
artifactsUrl - URL to the artifact for the execution step.Step.Builder testArtifactsUrl(String testArtifactsUrl)
URL to the test artifact for the execution step.
testArtifactsUrl - URL to the test artifact for the execution step.Step.Builder testConfigUrl(String testConfigUrl)
URL to the test config for the execution step.
testConfigUrl - URL to the test config for the execution step.Step.Builder screenshots(Map<String,String> screenshots)
List of screenshot URLs for the execution step, if relevant.
screenshots - List of screenshot URLs for the execution step, if relevant.Step.Builder statusReason(String statusReason)
The reason for current step status.
statusReason - The reason for current step status.Step.Builder context(String context)
The context for current step, will include build image if step is build.
context - The context for current step, will include build image if step is build.Copyright © 2019. All rights reserved.