ActionContext

Represents the context of an action in the stage of a pipeline to a job worker.

Types

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

Properties

Link copied to clipboard

The system-generated unique ID that corresponds to an action's execution.

Link copied to clipboard
val name: String?

The name of the action in the context of a job.

Functions

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