StageDeclaration

Represents information about a stage and its definition.

Types

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

Properties

Link copied to clipboard

The actions included in a stage.

Link copied to clipboard

The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The name of the stage.

Link copied to clipboard

The method to use when a stage has not completed successfully. For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.

Link copied to clipboard

The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.

Functions

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