class Build::PipelinesApi

Defined in:

build-client/api/pipelines_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : Build::ApiClient = ApiClient.default) #

[View source]

Instance Method Detail

def api_client : ApiClient #

[View source]
def api_client=(api_client : ApiClient) #

[View source]
def 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]


[View source]
def 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


[View source]
def list_pipeline_apps(pipeline_id_or_name : String) #

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)]


[View source]
def list_pipeline_apps_with_http_info(pipeline_id_or_name : String) #

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


[View source]
def list_pipelines #

list pipelines Lists all pipelines accessible to the current user @return [Array(Pipeline)]


[View source]
def 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


[View source]