API Methods under "pipelines" category


Methods:


POSTcreatePipeline

Creates a pipeline for executing multiple steps.

POSTdescribePipeline

Describes a given pipeline.

POSTdescribePipelineByName

Describes a given pipeline.

PATCHupdatePipeline

Updates a pipeline for executing multiple steps.

PATCHrenamePipeline

Renames a pipeline.

DELETEdeletePipeline

Deletes a pipeline.

GETlistPipelines

Lists the pipelines for an organization or a project

GETdescribePipelineVersion

Describes a specified pipeline version

POSTlistPipelineVersions

Lists the pipeline versions for a specified pipeline

POSTrunPipeline

Runs a specified pipeline with the arguments provided.

POSTresetPipelineVersion

Reruns a pipeline version for the given steps and downstream steps if specified.

POSTcreatePipelineStep

Creates a step in a given pipeline.

DELETEdeletePipelineStep

Deletes a step from a pipeline.

PATCHupdatePipelineStep

Creates a step in a given pipeline.

PATCHrenamePipelineStep

Renames a step in a given pipeline.

GETdescribePipelineStep

Deletes a step from a pipeline.

GETdescribePipelineStepByName

Describes a pipeline step by the step name.

GETdescribePipelineStepVersion

Describes a pipeline step version.

PATCHunsetPipelineRefreshSchedule

Deletes the refresh schedule for a given pipeline.

POSTpausePipelineRefreshSchedule

Pauses the refresh schedule for a given pipeline.

POSTresumePipelineRefreshSchedule

Resumes the refresh schedule for a given pipeline.

GETlistPipelineVersionLogs

Gets the logs for the steps in a given pipeline version.

GETgetStepVersionLogs

Gets the logs for a given step version.

POSTskipPendingPipelineVersionSteps

Skips pending steps in a pipeline version.