DeploymentConfig

Information about a deployment configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of robots receiving the deployment at the same time.

Link copied to clipboard

The download condition file.

Link copied to clipboard

The percentage of deployments that need to fail before stopping deployment.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentConfig.Builder.() -> Unit = {}): DeploymentConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String