Step

public struct Step : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL to the artifact for the execution step.

    Declaration

    Swift

    public let artifactsUrl: String?
  • The context for the current step. Includes a build image if the step is build.

    Declaration

    Swift

    public let context: String?
  • The end date and time of the execution step.

    Declaration

    Swift

    public let endTime: TimeStamp
  • The URL to the logs for the execution step.

    Declaration

    Swift

    public let logUrl: String?
  • The list of screenshot URLs for the execution step, if relevant.

    Declaration

    Swift

    public let screenshots: [String : String]?
  • The start date and time of the execution step.

    Declaration

    Swift

    public let startTime: TimeStamp
  • The status of the execution step.

    Declaration

    Swift

    public let status: JobStatus
  • The reason for the current step status.

    Declaration

    Swift

    public let statusReason: String?
  • The name of the execution step.

    Declaration

    Swift

    public let stepName: String
  • The URL to the test artifact for the execution step.

    Declaration

    Swift

    public let testArtifactsUrl: String?
  • The URL to the test configuration for the execution step.

    Declaration

    Swift

    public let testConfigUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(artifactsUrl: String? = nil, context: String? = nil, endTime: TimeStamp, logUrl: String? = nil, screenshots: [String : String]? = nil, startTime: TimeStamp, status: JobStatus, statusReason: String? = nil, stepName: String, testArtifactsUrl: String? = nil, testConfigUrl: String? = nil)