Step class

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

Constructors

Step({required DateTime endTime, required DateTime startTime, required JobStatus status, required String stepName, String? artifactsUrl, String? context, String? logUrl, Map<String, String>? screenshots, String? statusReason, String? testArtifactsUrl, String? testConfigUrl})
Step.fromJson(Map<String, dynamic> json)
factory

Properties

artifactsUrl String?
The URL to the artifact for the execution step.
final
context String?
The context for the current step. Includes a build image if the step is build.
final
endTime DateTime
The end date and time of the execution step.
final
hashCode int
The hash code for this object.
no setterinherited
logUrl String?
The URL to the logs for the execution step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshots Map<String, String>?
The list of screenshot URLs for the execution step, if relevant.
final
startTime DateTime
The start date and time of the execution step.
final
status JobStatus
The status of the execution step.
final
statusReason String?
The reason for the current step status.
final
stepName String
The name of the execution step.
final
testArtifactsUrl String?
The URL to the test artifact for the execution step.
final
testConfigUrl String?
The URL to the test configuration for the execution step.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited