StageDeclaration
class StageDeclaration
Represents information about a stage and its definition.
Types
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 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.