OrchestratorReport class

Aggregate report of an orchestrator run.

Constructors

OrchestratorReport({required List<SetupStepResult> results, String? releaseUrl, String? betaUrl, BlazeStatus? blazeStatus, String? storageBucketName, String? firestoreRegion, bool aborted = false})
const

Properties

aborted bool
True when the user (or fail-fast policy) aborted the run before every applicable step had a chance to execute. The caller is expected to treat unrun steps as "skipped, fix and re-run".
final
betaUrl String?
Hosting URL for the beta site, when it was successfully deployed.
final
blazeStatus BlazeStatus?
Detected Blaze status; null when the billing check did not run.
final
failedCount int
Number of sub-steps that failed.
no setter
failures List<SetupStepResult>
All failed steps with their fix hints, suitable for printing as a "what went wrong" block.
no setter
firestoreRegion String?
Firestore region we initialized (or confirmed existed).
final
hashCode int
The hash code for this object.
no setterinherited
pending List<SetupStepResult>
All steps that did not succeed (skipped or failed). Used to render the post-setup checklist of remaining work.
no setter
releaseUrl String?
Hosting URL for the release site, when it was successfully deployed.
final
results List<SetupStepResult>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedCount int
Number of sub-steps that were skipped.
no setter
storageBucketName String?
Bucket name we initialized (or confirmed existed).
final
success bool
True when no step failed (skips are allowed).
no setter
successCount int
Number of sub-steps that succeeded.
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