BuildSummary

Contains summary information about a batch build group.

Types

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

Properties

Link copied to clipboard
val arn: String?

The batch build ARN.

Link copied to clipboard

The status of the build group.

Link copied to clipboard

A ResolvedArtifact object that represents the primary build artifacts for the build group.

Link copied to clipboard

When the build was started, expressed in Unix time format.

Link copied to clipboard

An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

Functions

Link copied to clipboard
inline fun copy(block: BuildSummary.Builder.() -> Unit = {}): BuildSummary
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