public static interface Step.Builder extends SdkPojo, CopyableBuilder<Step.Builder,Step>
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
artifactsUrl(String artifactsUrl)
The URL to the artifact for the execution step.
|
Step.Builder |
context(String context)
The context for the current step.
|
Step.Builder |
endTime(Instant endTime)
The end date and time of the execution step.
|
Step.Builder |
logUrl(String logUrl)
The URL to the logs for the execution step.
|
Step.Builder |
screenshots(Map<String,String> screenshots)
The list of screenshot URLs for the execution step, if relevant.
|
Step.Builder |
startTime(Instant startTime)
The start date and time of the execution step.
|
Step.Builder |
status(JobStatus status)
The status of the execution step.
|
Step.Builder |
status(String status)
The status of the execution step.
|
Step.Builder |
statusReason(String statusReason)
The reason for the current step status.
|
Step.Builder |
stepName(String stepName)
The name of the execution step.
|
Step.Builder |
testArtifactsUrl(String testArtifactsUrl)
The URL to the test artifact for the execution step.
|
Step.Builder |
testConfigUrl(String testConfigUrl)
The URL to the test configuration for the execution step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStep.Builder stepName(String stepName)
The name of the execution step.
stepName - The name of the execution step.Step.Builder startTime(Instant startTime)
The start date and time of the execution step.
startTime - The start date and time of the execution step.Step.Builder status(String status)
The status of the execution step.
Step.Builder status(JobStatus status)
The status of the execution step.
Step.Builder endTime(Instant endTime)
The end date and time of the execution step.
endTime - The end date and time of the execution step.Step.Builder logUrl(String logUrl)
The URL to the logs for the execution step.
logUrl - The URL to the logs for the execution step.Step.Builder artifactsUrl(String artifactsUrl)
The URL to the artifact for the execution step.
artifactsUrl - The URL to the artifact for the execution step.Step.Builder testArtifactsUrl(String testArtifactsUrl)
The URL to the test artifact for the execution step.
testArtifactsUrl - The URL to the test artifact for the execution step.Step.Builder testConfigUrl(String testConfigUrl)
The URL to the test configuration for the execution step.
testConfigUrl - The URL to the test configuration for the execution step.Step.Builder screenshots(Map<String,String> screenshots)
The list of screenshot URLs for the execution step, if relevant.
screenshots - The list of screenshot URLs for the execution step, if relevant.Step.Builder statusReason(String statusReason)
The reason for the current step status.
statusReason - The reason for the current step status.Step.Builder context(String context)
The context for the current step. Includes a build image if the step is build.
context - The context for the current step. Includes a build image if the step is build.Copyright © 2023. All rights reserved.