Interface PutActionRevisionResponse.Builder

    • Method Detail

      • newRevision

        PutActionRevisionResponse.Builder newRevision​(Boolean newRevision)

        Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

        Parameters:
        newRevision - Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineExecutionId

        PutActionRevisionResponse.Builder pipelineExecutionId​(String pipelineExecutionId)

        The ID of the current workflow state of the pipeline.

        Parameters:
        pipelineExecutionId - The ID of the current workflow state of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.