Kind

Classification of this stage.

Important: When adding new enumeration values, ensure that the ordinal of the values are sorted by the expected order of appearance in a pipeline. CONSTANT must appear as the first enumeration value.

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

A stage which cannot be moved within a pipeline, i.e. the stage must remain in the same index as when it was created. Usually used for utility stages such as copying.

Link copied to clipboard

This Pre-Grading stage that is performed globally, before possibly getting into parallelizable stages.

Link copied to clipboard

This Pre-Grading stage that is performed locally, after possibly getting into parallelizable stages, e.g. compilation.

Link copied to clipboard

Grading stage. This is the default value.

Link copied to clipboard

Post-Grading Stage.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

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