BuildBatchPhase class
Contains information about a stage for a batch build.
Constructors
-
BuildBatchPhase({List<
PhaseContext> ? contexts, int? durationInSeconds, DateTime? endTime, StatusType? phaseStatus, BuildBatchPhaseType? phaseType, DateTime? startTime}) -
BuildBatchPhase.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
contexts
→ List<
PhaseContext> ? -
Additional information about the batch build phase. Especially to help
troubleshoot a failed btach build.
final
- durationInSeconds → int?
-
How long, in seconds, between the starting and ending times of the batch
build's phase.
final
- endTime → DateTime?
-
When the batch build phase ended, expressed in Unix time format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- phaseStatus → StatusType?
-
The current status of the batch build phase. Valid values include:
final
- phaseType → BuildBatchPhaseType?
-
The name of the batch build phase. Valid values include:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
When the batch build phase started, expressed in Unix time format.
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