BuildGroup class
Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.
Constructors
-
BuildGroup({BuildSummary? currentBuildSummary, List<
String> ? dependsOn, String? identifier, bool? ignoreFailure, List<BuildSummary> ? priorBuildSummaryList}) -
BuildGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currentBuildSummary → BuildSummary?
-
A
BuildSummary
object that contains a summary of the current build group.final -
dependsOn
→ List<
String> ? -
An array of strings that contain the identifiers of the build groups that
this build group depends on.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
Contains the identifier of the build group.
final
- ignoreFailure → bool?
-
Specifies if failures in this build group can be ignored.
final
-
priorBuildSummaryList
→ List<
BuildSummary> ? -
An array of
BuildSummary
objects that contain summaries of previous build groups.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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