RuleState

class RuleState

Returns information about the state of a rule.

Values returned in the revisionId field indicate the rule revision information, such as the commit ID, for the current state.

Types

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

Properties

Link copied to clipboard

The ID of the current revision of the artifact successfully worked on by the job.

Link copied to clipboard

A URL link for more information about the state of the action, such as a details page.

Link copied to clipboard

Represents information about the latest run of an rule.

Link copied to clipboard

A URL link for more information about the revision, such as a commit details page.

Link copied to clipboard

The name of the rule.

Functions

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