RuleStatusCounts

A summary of rule results, providing counts for each status type.

Types

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

Properties

Link copied to clipboard
val failed: Int?

The number of rules that failed.

Link copied to clipboard
val info: Int?

The number of rules that returned informational results.

Link copied to clipboard
val passed: Int?

The number of rules that passed.

Link copied to clipboard
val unknown: Int?

The number of rules with unknown status.

Link copied to clipboard
val warning: Int?

The number of rules that returned warnings.

Functions

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