Class DeploymentConfig

    • Method Detail

      • concurrentDeploymentPercentage

        public final Integer concurrentDeploymentPercentage()

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

        Returns:
        The percentage of robots receiving the deployment at the same time.
      • failureThresholdPercentage

        public final Integer failureThresholdPercentage()

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

        Returns:
        The percentage of deployments that need to fail before stopping deployment.
      • robotDeploymentTimeoutInSeconds

        public final Long robotDeploymentTimeoutInSeconds()

        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.

        Returns:
        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.
      • downloadConditionFile

        public final S3Object downloadConditionFile()

        The download condition file.

        Returns:
        The download condition file.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)