StatusCounts

The status counts.

Types

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

Properties

Link copied to clipboard
val failed: Int?

The number of checks that failed.

Link copied to clipboard
val passed: Int?

The number of checks that passed.

Link copied to clipboard
val skipped: Int?

The number of checks that were skipped.

Functions

Link copied to clipboard
inline fun copy(block: StatusCounts.Builder.() -> Unit = {}): StatusCounts
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