| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.addScreenshotsEntry(String key,
String value)
Add a single Screenshots entry
|
Step |
Step.clearScreenshotsEntries()
Removes all the entries added into Screenshots.
|
Step |
Step.clone() |
Step |
Step.withArtifactsUrl(String artifactsUrl)
The URL to the artifact for the execution step.
|
Step |
Step.withContext(String context)
The context for the current step.
|
Step |
Step.withEndTime(Date endTime)
The end date and time of the execution step.
|
Step |
Step.withLogUrl(String logUrl)
The URL to the logs for the execution step.
|
Step |
Step.withScreenshots(Map<String,String> screenshots)
The list of screenshot URLs for the execution step, if relevant.
|
Step |
Step.withStartTime(Date startTime)
The start date and time of the execution step.
|
Step |
Step.withStatus(JobStatus status)
The status of the execution step.
|
Step |
Step.withStatus(String status)
The status of the execution step.
|
Step |
Step.withStatusReason(String statusReason)
The reason for the current step status.
|
Step |
Step.withStepName(String stepName)
The name of the execution step.
|
Step |
Step.withTestArtifactsUrl(String testArtifactsUrl)
The URL to the test artifact for the execution step.
|
Step |
Step.withTestConfigUrl(String testConfigUrl)
The URL to the test configuration for the execution step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Job.getSteps()
The execution steps for an execution job, for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withSteps(Step... steps)
The execution steps for an execution job, for an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
|
Job |
Job.withSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
|
Copyright © 2025. All rights reserved.