class
Build::PipelinesApi
- Build::PipelinesApi
- Reference
- Object
Defined in:
build-client/api/pipelines_api.crConstructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#get_pipeline(pipeline_id_or_name : String)
get a specific pipeline Retrieves details for a specific pipeline @param pipeline_id_or_name [String] Pipeline ID or Name @return [Pipeline]
-
#get_pipeline_with_http_info(pipeline_id_or_name : String)
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_pipeline_apps(pipeline_id_or_name : String)
list apps in a pipeline A list of applications in the pipeline.
-
#list_pipeline_apps_with_http_info(pipeline_id_or_name : String)
list apps in a pipeline A list of applications in the pipeline.
-
#list_pipelines
list pipelines Lists all pipelines accessible to the current user @return [Array(Pipeline)]
-
#list_pipelines_with_http_info
list pipelines Lists all pipelines accessible to the current user @return [Array<(Array(Pipeline), Integer, Hash)>] Array(Pipeline) data, response status code and response headers
Constructor Detail
Instance Method Detail
get a specific pipeline Retrieves details for a specific pipeline @param pipeline_id_or_name [String] Pipeline ID or Name @return [Pipeline]
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 all pipelines accessible to the current user @return [Array(Pipeline)]
list pipelines Lists all pipelines accessible to the current user @return [Array<(Array(Pipeline), Integer, Hash)>] Array(Pipeline) data, response status code and response headers