Build::PipelinesApi
Constructors
Instance methods
get a specific pipeline Retrieves details for a specific pipeline @param pipeline_id_or_name [String] Pipeline ID or Name @return [Pipeline]
compare source app commits to downstream apps Compares the source app current commit to each downstream app via GitHub compare API. @param pipeline_id_or_name [String] Pipeline ID or Name @param source_app [String] Source app ID or name @return [GetPipelineDiff200Response]
compare source app commits to downstream apps Compares the source app current commit to each downstream app via GitHub compare API. @param pipeline_id_or_name [String] Pipeline ID or Name @param source_app [String] Source app ID or name @return [Array<(GetPipelineDiff200Response, Integer, Hash)>] GetPipelineDiff200Response data, response status code and response headers
get a specific pipeline Retrieves details for a specific pipeline @param pipeline_id_or_name [String] Pipeline ID or Name @return [Array<(Pipeline, Integer, Hash)>] Pipeline data, response status code and response headers
list apps in a pipeline A list of applications in the pipeline. @param pipeline_id_or_name [String] Pipeline ID or Name @return [Array(App)]
list apps in a pipeline A list of applications in the pipeline. @param pipeline_id_or_name [String] Pipeline ID or Name @return [Array<(Array(App), Integer, Hash)>] Array(App) data, response status code and response headers
list pipelines Lists pipelines for the current user. Defaults to personal team; pass team_id to select a different team. @return [Array(Pipeline)]
list pipelines Lists pipelines for the current user. Defaults to personal team; pass team_id to select a different team. @return [Array<(Array(Pipeline), Integer, Hash)>] Array(Pipeline) data, response status code and response headers