ActionState

Represents information about the state of an action.

Types

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

Properties

Link copied to clipboard

The name of the action.

Link copied to clipboard

Represents information about the version (or revision) of an action.

Link copied to clipboard

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

Link copied to clipboard

Represents information about the run of an action.

Link copied to clipboard

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

Functions

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