DeploymentConfig class

Information about a deployment configuration.

Constructors

DeploymentConfig({int? concurrentDeploymentPercentage, S3Object? downloadConditionFile, int? failureThresholdPercentage, int? robotDeploymentTimeoutInSeconds})
DeploymentConfig.fromJson(Map<String, dynamic> json)
factory

Properties

concurrentDeploymentPercentage int?
The percentage of robots receiving the deployment at the same time.
final
downloadConditionFile S3Object?
The download condition file.
final
failureThresholdPercentage int?
The percentage of deployments that need to fail before stopping deployment.
final
hashCode int
The hash code for this object.
no setterinherited
robotDeploymentTimeoutInSeconds int?
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited