Interface ReplicationTaskAssessmentRunResultStatistic.Builder

    • Method Detail

      • passed

        ReplicationTaskAssessmentRunResultStatistic.Builder passed​(Integer 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

        ReplicationTaskAssessmentRunResultStatistic.Builder failed​(Integer 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

        ReplicationTaskAssessmentRunResultStatistic.Builder error​(Integer 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

        ReplicationTaskAssessmentRunResultStatistic.Builder warning​(Integer 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

        ReplicationTaskAssessmentRunResultStatistic.Builder cancelled​(Integer 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

        ReplicationTaskAssessmentRunResultStatistic.Builder skipped​(Integer 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.