BuildReport class
Aggregated outcome of one BuildOrchestrator.buildAll invocation.
Mirrors OrchestratorReport from firebase_setup_orchestrator.dart
so the rest of the codebase (and tests) can rely on the same shape.
Constructors
-
BuildReport(List<
BuildStepResult> results) -
const
Properties
- allSucceeded → bool
-
no setter
- anyFailed → bool
-
no setter
- failedCount → int
-
no setter
- firstFailure → BuildStepResult?
-
First failure (if any), useful when surfacing a short error in
the CLI summary.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
results
→ List<
BuildStepResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippedCount → int
-
no setter
- succeededCount → int
-
no setter
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