HookResultSummary

Describes a Hook invocation, its status, and the reason for its status.

Types

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

Properties

Link copied to clipboard

The failure mode of the invocation. The following are potential modes:

Link copied to clipboard

A description of the Hook results status. For example, if the Hook result is in a FAILED state, this may contain additional information for the FAILED state.

Link copied to clipboard

The exact point in the provisioning logic where the Hook runs.

Link copied to clipboard

The state of the Hook invocation.

Link copied to clipboard

The version of the Hook type configuration.

Link copied to clipboard

The type name of the Hook being invoked.

Link copied to clipboard

The version of the Hook being invoked.

Functions

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