Step

class Step

Describes an execution step, for an execution job, for an Amplify app.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to the artifact for the execution step.

Link copied to clipboard

The context for the current step. Includes a build image if the step is build.

Link copied to clipboard

The end date and time of the execution step.

Link copied to clipboard

The URL to the logs for the execution step.

Link copied to clipboard

The list of screenshot URLs for the execution step, if relevant.

Link copied to clipboard

The start date and time of the execution step.

Link copied to clipboard

The status of the execution step.

Link copied to clipboard

The reason for the current step status.

Link copied to clipboard

The name of the execution step.

Link copied to clipboard

The URL to the test artifact for the execution step.

Link copied to clipboard

The URL to the test configuration for the execution step.

Functions

Link copied to clipboard
inline fun copy(block: Step.Builder.() -> Unit = {}): Step
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String