github.com/spinnaker/spin@v1.30.0/gateapi/docs/CiControllerApi.md (about)

     1  # \CiControllerApi
     2  
     3  All URIs are relative to *https://localhost*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**GetBuildOutputByIdUsingGET**](CiControllerApi.md#GetBuildOutputByIdUsingGET) | **Get** /ci/builds/{buildId}/output | getBuildOutputById
     8  [**GetBuildsUsingGET1**](CiControllerApi.md#GetBuildsUsingGET1) | **Get** /ci/builds | getBuilds
     9  
    10  
    11  # **GetBuildOutputByIdUsingGET**
    12  > interface{} GetBuildOutputByIdUsingGET(ctx, buildId)
    13  getBuildOutputById
    14  
    15  ### Required Parameters
    16  
    17  Name | Type | Description  | Notes
    18  ------------- | ------------- | ------------- | -------------
    19   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    20    **buildId** | **string**| buildId | 
    21  
    22  ### Return type
    23  
    24  [**interface{}**](interface{}.md)
    25  
    26  ### Authorization
    27  
    28  No authorization required
    29  
    30  ### HTTP request headers
    31  
    32   - **Content-Type**: Not defined
    33   - **Accept**: */*
    34  
    35  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    36  
    37  # **GetBuildsUsingGET1**
    38  > []Mapstringobject GetBuildsUsingGET1(ctx, optional)
    39  getBuilds
    40  
    41  ### Required Parameters
    42  
    43  Name | Type | Description  | Notes
    44  ------------- | ------------- | ------------- | -------------
    45   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    46   **optional** | ***CiControllerApiGetBuildsUsingGET1Opts** | optional parameters | nil if no parameters
    47  
    48  ### Optional Parameters
    49  Optional parameters are passed through a pointer to a CiControllerApiGetBuildsUsingGET1Opts struct
    50  
    51  Name | Type | Description  | Notes
    52  ------------- | ------------- | ------------- | -------------
    53   **buildNumber** | **optional.String**| buildNumber | 
    54   **commitId** | **optional.String**| commitId | 
    55   **completionStatus** | **optional.String**| completionStatus | 
    56   **projectKey** | **optional.String**| projectKey | 
    57   **repoSlug** | **optional.String**| repoSlug | 
    58  
    59  ### Return type
    60  
    61  [**[]Mapstringobject**](Map«string,object».md)
    62  
    63  ### Authorization
    64  
    65  No authorization required
    66  
    67  ### HTTP request headers
    68  
    69   - **Content-Type**: Not defined
    70   - **Accept**: */*
    71  
    72  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    73