BuildSummary class
Contains summary information about a batch build group.
Constructors
-
BuildSummary({String? arn, StatusType? buildStatus, ResolvedArtifact? primaryArtifact, DateTime? requestedOn, List<
ResolvedArtifact> ? secondaryArtifacts}) -
BuildSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The batch build ARN.
final
- buildStatus → StatusType?
-
The status of the build group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryArtifact → ResolvedArtifact?
-
A
ResolvedArtifact
object that represents the primary build artifacts for the build group.final - requestedOn → DateTime?
-
When the build was started, expressed in Unix time format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secondaryArtifacts
→ List<
ResolvedArtifact> ? -
An array of
ResolvedArtifact
objects that represents the secondary build artifacts for the build group.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