Skip to content

GitLab CI Kotlin DSLopensavvy.gitlab.ciEnvironmentEnvironmentAction

EnvironmentAction

Entries

Start

Default value. Indicates that the job starts the environment. The deployment is created after the job starts.

Prepare

Indicates that the job is only preparing the environment. It does not trigger deployments. Read more about preparing environments.

Stop

Indicates that the job stops an environment. Read more about stopping an environment.

Verify

Indicates that the job is only verifying the environment. It does not trigger deployments. Read more about verifying environments.

Access

Indicates that the job is only accessing the environment. It does not trigger deployments. Read more about accessing environments.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

valueOf

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

values

Returns an array containing the constants of this enum type, in the order they're declared.