Constructors

Methods

  • Delete the pipeline stage identified by {stageId} associated with the pipeline identified by {pipelineId}. Delete a pipeline stage

    Parameters

    • objectType: string
    • pipelineId: string
    • stageId: string
    • Optional_options: Configuration

    Returns Promise<void>

  • Delete the pipeline stage identified by {stageId} associated with the pipeline identified by {pipelineId}. Delete a pipeline stage

    Parameters

    • objectType: string
    • pipelineId: string
    • stageId: string
    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Perform a partial update of the pipeline stage identified by {stageId} associated with the pipeline identified by {pipelineId}. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response. Update a pipeline stage

    Parameters

    Returns Promise<PipelineStage>

  • Perform a partial update of the pipeline stage identified by {stageId} associated with the pipeline identified by {pipelineId}. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response. Update a pipeline stage

    Parameters

    Returns Promise<HttpInfo<PipelineStage>>