Deployment class
Constructors
-
Deployment({String? applicationId, DateTime? completedAt, String? configurationLocationUri, String? configurationName, String? configurationProfileId, String? configurationVersion, int? deploymentDurationInMinutes, int? deploymentNumber, String? deploymentStrategyId, String? description, String? environmentId, List<
DeploymentEvent> ? eventLog, int? finalBakeTimeInMinutes, double? growthFactor, GrowthType? growthType, double? percentageComplete, DateTime? startedAt, DeploymentState? state}) -
Deployment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationId → String?
-
The ID of the application that was deployed.
final
- completedAt → DateTime?
-
The time the deployment completed.
final
- configurationLocationUri → String?
-
Information about the source location of the configuration.
final
- configurationName → String?
-
The name of the configuration.
final
- configurationProfileId → String?
-
The ID of the configuration profile that was deployed.
final
- configurationVersion → String?
-
The configuration version that was deployed.
final
- deploymentDurationInMinutes → int?
-
Total amount of time the deployment lasted.
final
- deploymentNumber → int?
-
The sequence number of the deployment.
final
- deploymentStrategyId → String?
-
The ID of the deployment strategy that was deployed.
final
- description → String?
-
The description of the deployment.
final
- environmentId → String?
-
The ID of the environment that was deployed.
final
-
eventLog
→ List<
DeploymentEvent> ? -
A list containing all events related to a deployment. The most recent events
are displayed first.
final
- finalBakeTimeInMinutes → int?
-
The amount of time AppConfig monitored 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 grew 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?
-
The 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