Interface ReplicationTaskAssessmentRunResultStatistic.Builder

  • Method Details

    • passed

      The number of individual assessments that successfully passed all checks in the assessment run.

      Parameters:
      passed - The number of individual assessments that successfully passed all checks in the assessment run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      The number of individual assessments that failed to meet the criteria defined in the assessment run.

      Parameters:
      failed - The number of individual assessments that failed to meet the criteria defined in the assessment run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      The number of individual assessments that encountered a critical error and could not complete properly.

      Parameters:
      error - The number of individual assessments that encountered a critical error and could not complete properly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warning

      Indicates that the recent completed AssessmentRun triggered a warning.

      Parameters:
      warning - Indicates that the recent completed AssessmentRun triggered a warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cancelled

      The number of individual assessments that were cancelled during the assessment run.

      Parameters:
      cancelled - The number of individual assessments that were cancelled during the assessment run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skipped

      The number of individual assessments that were skipped during the assessment run.

      Parameters:
      skipped - The number of individual assessments that were skipped during the assessment run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.