DeploymentSummary class
Information about the deployment.
Constructors
- DeploymentSummary({DateTime? completedAt, String? configurationName, String? configurationVersion, int? deploymentDurationInMinutes, int? deploymentNumber, int? finalBakeTimeInMinutes, double? growthFactor, GrowthType? growthType, double? percentageComplete, DateTime? startedAt, DeploymentState? state})
-
DeploymentSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completedAt → DateTime?
-
Time the deployment completed.
final
- configurationName → String?
-
The name of the configuration.
final
- configurationVersion → String?
-
The version of the configuration.
final
- deploymentDurationInMinutes → int?
-
Total amount of time the deployment lasted.
final
- deploymentNumber → int?
-
The sequence number of the deployment.
final
- finalBakeTimeInMinutes → int?
-
The amount of time AppConfig monitors for alarms before considering the
deployment to be complete and no longer eligible for automatic roll back.
final
- growthFactor → double?
-
The percentage of targets to receive a deployed configuration during each
interval.
final
- growthType → GrowthType?
-
The algorithm used to define how percentage grows over time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- percentageComplete → double?
-
The percentage of targets for which the deployment is available.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startedAt → DateTime?
-
Time the deployment started.
final
- state → DeploymentState?
-
The state of the deployment.
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