Interface StageExecution.Builder

    • Method Detail

      • pipelineExecutionId

        StageExecution.Builder pipelineExecutionId​(String pipelineExecutionId)

        The ID of the pipeline execution associated with the stage.

        Parameters:
        pipelineExecutionId - The ID of the pipeline execution associated with the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        StageExecution.Builder status​(String status)

        The status of the stage, or for a completed stage, the last status of the stage.

        A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

        Parameters:
        status - The status of the stage, or for a completed stage, the last status of the stage.

        A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageExecutionStatus, StageExecutionStatus
      • status

        StageExecution.Builder status​(StageExecutionStatus status)

        The status of the stage, or for a completed stage, the last status of the stage.

        A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

        Parameters:
        status - The status of the stage, or for a completed stage, the last status of the stage.

        A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageExecutionStatus, StageExecutionStatus