Class DeploymentStatusDetails

    • Constructor Detail

      • DeploymentStatusDetails

        public DeploymentStatusDetails()
    • Method Detail

      • getDetailedDeploymentStatusAsString

        public String getDetailedDeploymentStatusAsString()
        The detailed deployment status of the local deployment.
      • setDetailedDeploymentStatus

        public void setDetailedDeploymentStatus​(String detailedDeploymentStatus)
        The detailed deployment status of the local deployment.
      • withDetailedDeploymentStatus

        public DeploymentStatusDetails withDetailedDeploymentStatus​(String detailedDeploymentStatus)
        The detailed deployment status of the local deployment.
      • setDetailedDeploymentStatus

        public void setDetailedDeploymentStatus​(DetailedDeploymentStatus detailedDeploymentStatus)
        The detailed deployment status of the local deployment.
      • getDeploymentErrorStack

        public List<String> getDeploymentErrorStack()
        (Optional) The list of local deployment errors
      • setDeploymentErrorStack

        public void setDeploymentErrorStack​(List<String> deploymentErrorStack)
        (Optional) The list of local deployment errors
      • withDeploymentErrorStack

        public DeploymentStatusDetails withDeploymentErrorStack​(List<String> deploymentErrorStack)
        (Optional) The list of local deployment errors
      • getDeploymentErrorTypes

        public List<String> getDeploymentErrorTypes()
        (Optional) The list of local deployment error types
      • setDeploymentErrorTypes

        public void setDeploymentErrorTypes​(List<String> deploymentErrorTypes)
        (Optional) The list of local deployment error types
      • withDeploymentErrorTypes

        public DeploymentStatusDetails withDeploymentErrorTypes​(List<String> deploymentErrorTypes)
        (Optional) The list of local deployment error types
      • getDeploymentFailureCause

        public String getDeploymentFailureCause()
        (Optional) The cause of local deployment failure
      • setDeploymentFailureCause

        public void setDeploymentFailureCause​(String deploymentFailureCause)
        (Optional) The cause of local deployment failure
      • withDeploymentFailureCause

        public DeploymentStatusDetails withDeploymentFailureCause​(String deploymentFailureCause)
        (Optional) The cause of local deployment failure
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object