# Functions
CompilePipeline represents the API handler to capture, expand and compile a pipeline configuration.
CreatePipeline represents the API handler to create a pipeline.
DeletePipeline represents the API handler to remove a pipeline for a repository.
ExpandPipeline represents the API handler to capture and expand a pipeline configuration.
GetPipeline represents the API handler to get a pipeline for a repo.
GetTemplates represents the API handler to capture a map of templates utilized by a pipeline configuration.
ListPipelines represents the API handler to get a list of pipelines for a repository.
UpdatePipeline represents the API handler to update a pipeline for a repo.
ValidatePipeline represents the API handler to capture, expand and validate a pipeline configuration.