BuildPhase class
Information about a stage for a build.
Constructors
-
BuildPhase({List<
PhaseContext> ? contexts, int? durationInSeconds, DateTime? endTime, StatusType? phaseStatus, BuildPhaseType? phaseType, DateTime? startTime}) -
BuildPhase.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
contexts
→ List<
PhaseContext> ? -
Additional information about a build phase, especially to help troubleshoot
a failed build.
final
- durationInSeconds → int?
-
How long, in seconds, between the starting and ending times of the build's
phase.
final
- endTime → DateTime?
-
When the 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 build phase. Valid values include:
final
- phaseType → BuildPhaseType?
-
The name of the build phase. Valid values include:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
When the 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