ReplicationTaskAssessmentRunResultStatistic

The object containing the result statistics for a completed assessment run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val error: Int

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

Link copied to clipboard
val failed: Int

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

Link copied to clipboard
val passed: Int

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

Link copied to clipboard

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

Link copied to clipboard

Indicates that the recent completed AssessmentRun triggered a warning.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String