Class RemediationDeploymentSummary


  • public final class RemediationDeploymentSummary
    extends Object
    The deployment status summary for all deployments created by the remediation.
    • Constructor Detail

      • RemediationDeploymentSummary

        public RemediationDeploymentSummary()
    • Method Detail

      • totalDeployments

        public Integer totalDeployments()
        Get the totalDeployments property: The number of deployments required by the remediation.
        Returns:
        the totalDeployments value.
      • successfulDeployments

        public Integer successfulDeployments()
        Get the successfulDeployments property: The number of deployments required by the remediation that have succeeded.
        Returns:
        the successfulDeployments value.
      • failedDeployments

        public Integer failedDeployments()
        Get the failedDeployments property: The number of deployments required by the remediation that have failed.
        Returns:
        the failedDeployments value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.