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

     1  # \ConcourseControllerApi
     2  
     3  All URIs are relative to *https://localhost*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**JobsUsingGET**](ConcourseControllerApi.md#JobsUsingGET) | **Get** /concourse/{buildMaster}/teams/{team}/pipelines/{pipeline}/jobs | Retrieve the list of job names for a given pipeline available to triggers
     8  [**PipelinesUsingGET**](ConcourseControllerApi.md#PipelinesUsingGET) | **Get** /concourse/{buildMaster}/teams/{team}/pipelines | Retrieve the list of pipeline names for a given team available to triggers
     9  [**ResourcesUsingGET**](ConcourseControllerApi.md#ResourcesUsingGET) | **Get** /concourse/{buildMaster}/teams/{team}/pipelines/{pipeline}/resources | Retrieve the list of resource names for a given pipeline available to the Concourse stage
    10  
    11  
    12  # **JobsUsingGET**
    13  > []interface{} JobsUsingGET(ctx, buildMaster, pipeline, team)
    14  Retrieve the list of job names for a given pipeline available to triggers
    15  
    16  ### Required Parameters
    17  
    18  Name | Type | Description  | Notes
    19  ------------- | ------------- | ------------- | -------------
    20   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    21    **buildMaster** | **string**| buildMaster | 
    22    **pipeline** | **string**| pipeline | 
    23    **team** | **string**| team | 
    24  
    25  ### Return type
    26  
    27  [**[]interface{}**](interface{}.md)
    28  
    29  ### Authorization
    30  
    31  No authorization required
    32  
    33  ### HTTP request headers
    34  
    35   - **Content-Type**: Not defined
    36   - **Accept**: */*
    37  
    38  [[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)
    39  
    40  # **PipelinesUsingGET**
    41  > []interface{} PipelinesUsingGET(ctx, buildMaster, team)
    42  Retrieve the list of pipeline names for a given team available to triggers
    43  
    44  ### Required Parameters
    45  
    46  Name | Type | Description  | Notes
    47  ------------- | ------------- | ------------- | -------------
    48   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    49    **buildMaster** | **string**| buildMaster | 
    50    **team** | **string**| team | 
    51  
    52  ### Return type
    53  
    54  [**[]interface{}**](interface{}.md)
    55  
    56  ### Authorization
    57  
    58  No authorization required
    59  
    60  ### HTTP request headers
    61  
    62   - **Content-Type**: Not defined
    63   - **Accept**: */*
    64  
    65  [[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)
    66  
    67  # **ResourcesUsingGET**
    68  > []interface{} ResourcesUsingGET(ctx, buildMaster, pipeline, team)
    69  Retrieve the list of resource names for a given pipeline available to the Concourse stage
    70  
    71  ### Required Parameters
    72  
    73  Name | Type | Description  | Notes
    74  ------------- | ------------- | ------------- | -------------
    75   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    76    **buildMaster** | **string**| buildMaster | 
    77    **pipeline** | **string**| pipeline | 
    78    **team** | **string**| team | 
    79  
    80  ### Return type
    81  
    82  [**[]interface{}**](interface{}.md)
    83  
    84  ### Authorization
    85  
    86  No authorization required
    87  
    88  ### HTTP request headers
    89  
    90   - **Content-Type**: Not defined
    91   - **Accept**: */*
    92  
    93  [[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)
    94