Documentation
¶
Index ¶
- type ActivateBuildTriggerBadRequest
- type ActivateBuildTriggerCreated
- type ActivateBuildTriggerForbidden
- type ActivateBuildTriggerNotFound
- type ActivateBuildTriggerParams
- func NewActivateBuildTriggerParams() *ActivateBuildTriggerParams
- func NewActivateBuildTriggerParamsWithContext(ctx context.Context) *ActivateBuildTriggerParams
- func NewActivateBuildTriggerParamsWithHTTPClient(client *http.Client) *ActivateBuildTriggerParams
- func NewActivateBuildTriggerParamsWithTimeout(timeout time.Duration) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) SetBody(body *models.BuildTriggerActivateRequest)
- func (o *ActivateBuildTriggerParams) SetContext(ctx context.Context)
- func (o *ActivateBuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *ActivateBuildTriggerParams) SetRepository(repository string)
- func (o *ActivateBuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *ActivateBuildTriggerParams) SetTriggerUUID(triggerUUID string)
- func (o *ActivateBuildTriggerParams) WithBody(body *models.BuildTriggerActivateRequest) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WithContext(ctx context.Context) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WithHTTPClient(client *http.Client) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WithRepository(repository string) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WithTimeout(timeout time.Duration) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WithTriggerUUID(triggerUUID string) *ActivateBuildTriggerParams
- func (o *ActivateBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActivateBuildTriggerReader
- type ActivateBuildTriggerUnauthorized
- type Client
- func (a *Client) ActivateBuildTrigger(params *ActivateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ActivateBuildTriggerCreated, error)
- func (a *Client) DeleteBuildTrigger(params *DeleteBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBuildTriggerNoContent, error)
- func (a *Client) GetBuildTrigger(params *GetBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTriggerOK, error)
- func (a *Client) ListBuildTriggers(params *ListBuildTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*ListBuildTriggersOK, error)
- func (a *Client) ListTriggerRecentBuilds(params *ListTriggerRecentBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListTriggerRecentBuildsOK, error)
- func (a *Client) ManuallyStartBuildTrigger(params *ManuallyStartBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ManuallyStartBuildTriggerCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateBuildTrigger(params *UpdateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateBuildTriggerOK, error)
- type ClientService
- type DeleteBuildTriggerBadRequest
- type DeleteBuildTriggerForbidden
- type DeleteBuildTriggerNoContent
- type DeleteBuildTriggerNotFound
- type DeleteBuildTriggerParams
- func NewDeleteBuildTriggerParams() *DeleteBuildTriggerParams
- func NewDeleteBuildTriggerParamsWithContext(ctx context.Context) *DeleteBuildTriggerParams
- func NewDeleteBuildTriggerParamsWithHTTPClient(client *http.Client) *DeleteBuildTriggerParams
- func NewDeleteBuildTriggerParamsWithTimeout(timeout time.Duration) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) SetContext(ctx context.Context)
- func (o *DeleteBuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBuildTriggerParams) SetRepository(repository string)
- func (o *DeleteBuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBuildTriggerParams) SetTriggerUUID(triggerUUID string)
- func (o *DeleteBuildTriggerParams) WithContext(ctx context.Context) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) WithHTTPClient(client *http.Client) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) WithRepository(repository string) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) WithTimeout(timeout time.Duration) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) WithTriggerUUID(triggerUUID string) *DeleteBuildTriggerParams
- func (o *DeleteBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBuildTriggerReader
- type DeleteBuildTriggerUnauthorized
- type GetBuildTriggerBadRequest
- type GetBuildTriggerForbidden
- type GetBuildTriggerNotFound
- type GetBuildTriggerOK
- type GetBuildTriggerParams
- func NewGetBuildTriggerParams() *GetBuildTriggerParams
- func NewGetBuildTriggerParamsWithContext(ctx context.Context) *GetBuildTriggerParams
- func NewGetBuildTriggerParamsWithHTTPClient(client *http.Client) *GetBuildTriggerParams
- func NewGetBuildTriggerParamsWithTimeout(timeout time.Duration) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) SetContext(ctx context.Context)
- func (o *GetBuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *GetBuildTriggerParams) SetRepository(repository string)
- func (o *GetBuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *GetBuildTriggerParams) SetTriggerUUID(triggerUUID string)
- func (o *GetBuildTriggerParams) WithContext(ctx context.Context) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) WithHTTPClient(client *http.Client) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) WithRepository(repository string) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) WithTimeout(timeout time.Duration) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) WithTriggerUUID(triggerUUID string) *GetBuildTriggerParams
- func (o *GetBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBuildTriggerReader
- type GetBuildTriggerUnauthorized
- type ListBuildTriggersBadRequest
- type ListBuildTriggersForbidden
- type ListBuildTriggersNotFound
- type ListBuildTriggersOK
- type ListBuildTriggersParams
- func NewListBuildTriggersParams() *ListBuildTriggersParams
- func NewListBuildTriggersParamsWithContext(ctx context.Context) *ListBuildTriggersParams
- func NewListBuildTriggersParamsWithHTTPClient(client *http.Client) *ListBuildTriggersParams
- func NewListBuildTriggersParamsWithTimeout(timeout time.Duration) *ListBuildTriggersParams
- func (o *ListBuildTriggersParams) SetContext(ctx context.Context)
- func (o *ListBuildTriggersParams) SetHTTPClient(client *http.Client)
- func (o *ListBuildTriggersParams) SetRepository(repository string)
- func (o *ListBuildTriggersParams) SetTimeout(timeout time.Duration)
- func (o *ListBuildTriggersParams) WithContext(ctx context.Context) *ListBuildTriggersParams
- func (o *ListBuildTriggersParams) WithHTTPClient(client *http.Client) *ListBuildTriggersParams
- func (o *ListBuildTriggersParams) WithRepository(repository string) *ListBuildTriggersParams
- func (o *ListBuildTriggersParams) WithTimeout(timeout time.Duration) *ListBuildTriggersParams
- func (o *ListBuildTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBuildTriggersReader
- type ListBuildTriggersUnauthorized
- type ListTriggerRecentBuildsBadRequest
- type ListTriggerRecentBuildsForbidden
- type ListTriggerRecentBuildsNotFound
- type ListTriggerRecentBuildsOK
- type ListTriggerRecentBuildsParams
- func NewListTriggerRecentBuildsParams() *ListTriggerRecentBuildsParams
- func NewListTriggerRecentBuildsParamsWithContext(ctx context.Context) *ListTriggerRecentBuildsParams
- func NewListTriggerRecentBuildsParamsWithHTTPClient(client *http.Client) *ListTriggerRecentBuildsParams
- func NewListTriggerRecentBuildsParamsWithTimeout(timeout time.Duration) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) SetContext(ctx context.Context)
- func (o *ListTriggerRecentBuildsParams) SetHTTPClient(client *http.Client)
- func (o *ListTriggerRecentBuildsParams) SetLimit(limit *int64)
- func (o *ListTriggerRecentBuildsParams) SetRepository(repository string)
- func (o *ListTriggerRecentBuildsParams) SetTimeout(timeout time.Duration)
- func (o *ListTriggerRecentBuildsParams) SetTriggerUUID(triggerUUID string)
- func (o *ListTriggerRecentBuildsParams) WithContext(ctx context.Context) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WithHTTPClient(client *http.Client) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WithLimit(limit *int64) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WithRepository(repository string) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WithTimeout(timeout time.Duration) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WithTriggerUUID(triggerUUID string) *ListTriggerRecentBuildsParams
- func (o *ListTriggerRecentBuildsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListTriggerRecentBuildsReader
- type ListTriggerRecentBuildsUnauthorized
- type ManuallyStartBuildTriggerBadRequest
- type ManuallyStartBuildTriggerCreated
- type ManuallyStartBuildTriggerForbidden
- type ManuallyStartBuildTriggerNotFound
- type ManuallyStartBuildTriggerParams
- func NewManuallyStartBuildTriggerParams() *ManuallyStartBuildTriggerParams
- func NewManuallyStartBuildTriggerParamsWithContext(ctx context.Context) *ManuallyStartBuildTriggerParams
- func NewManuallyStartBuildTriggerParamsWithHTTPClient(client *http.Client) *ManuallyStartBuildTriggerParams
- func NewManuallyStartBuildTriggerParamsWithTimeout(timeout time.Duration) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) SetBody(body *models.RunParameters)
- func (o *ManuallyStartBuildTriggerParams) SetContext(ctx context.Context)
- func (o *ManuallyStartBuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *ManuallyStartBuildTriggerParams) SetRepository(repository string)
- func (o *ManuallyStartBuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *ManuallyStartBuildTriggerParams) SetTriggerUUID(triggerUUID string)
- func (o *ManuallyStartBuildTriggerParams) WithBody(body *models.RunParameters) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WithContext(ctx context.Context) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WithHTTPClient(client *http.Client) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WithRepository(repository string) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WithTimeout(timeout time.Duration) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WithTriggerUUID(triggerUUID string) *ManuallyStartBuildTriggerParams
- func (o *ManuallyStartBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ManuallyStartBuildTriggerReader
- type ManuallyStartBuildTriggerUnauthorized
- type UpdateBuildTriggerBadRequest
- type UpdateBuildTriggerForbidden
- type UpdateBuildTriggerNotFound
- type UpdateBuildTriggerOK
- type UpdateBuildTriggerParams
- func NewUpdateBuildTriggerParams() *UpdateBuildTriggerParams
- func NewUpdateBuildTriggerParamsWithContext(ctx context.Context) *UpdateBuildTriggerParams
- func NewUpdateBuildTriggerParamsWithHTTPClient(client *http.Client) *UpdateBuildTriggerParams
- func NewUpdateBuildTriggerParamsWithTimeout(timeout time.Duration) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) SetBody(body *models.UpdateTrigger)
- func (o *UpdateBuildTriggerParams) SetContext(ctx context.Context)
- func (o *UpdateBuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *UpdateBuildTriggerParams) SetRepository(repository string)
- func (o *UpdateBuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *UpdateBuildTriggerParams) SetTriggerUUID(triggerUUID string)
- func (o *UpdateBuildTriggerParams) WithBody(body *models.UpdateTrigger) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WithContext(ctx context.Context) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WithHTTPClient(client *http.Client) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WithRepository(repository string) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WithTimeout(timeout time.Duration) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WithTriggerUUID(triggerUUID string) *UpdateBuildTriggerParams
- func (o *UpdateBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateBuildTriggerReader
- type UpdateBuildTriggerUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivateBuildTriggerBadRequest ¶
ActivateBuildTriggerBadRequest handles this case with default header values.
Bad Request
func NewActivateBuildTriggerBadRequest ¶
func NewActivateBuildTriggerBadRequest() *ActivateBuildTriggerBadRequest
NewActivateBuildTriggerBadRequest creates a ActivateBuildTriggerBadRequest with default headers values
func (*ActivateBuildTriggerBadRequest) Error ¶
func (o *ActivateBuildTriggerBadRequest) Error() string
func (*ActivateBuildTriggerBadRequest) GetPayload ¶
func (o *ActivateBuildTriggerBadRequest) GetPayload() *models.APIError
type ActivateBuildTriggerCreated ¶
type ActivateBuildTriggerCreated struct { }
ActivateBuildTriggerCreated handles this case with default header values.
Successful creation
func NewActivateBuildTriggerCreated ¶
func NewActivateBuildTriggerCreated() *ActivateBuildTriggerCreated
NewActivateBuildTriggerCreated creates a ActivateBuildTriggerCreated with default headers values
func (*ActivateBuildTriggerCreated) Error ¶
func (o *ActivateBuildTriggerCreated) Error() string
type ActivateBuildTriggerForbidden ¶
ActivateBuildTriggerForbidden handles this case with default header values.
Unauthorized access
func NewActivateBuildTriggerForbidden ¶
func NewActivateBuildTriggerForbidden() *ActivateBuildTriggerForbidden
NewActivateBuildTriggerForbidden creates a ActivateBuildTriggerForbidden with default headers values
func (*ActivateBuildTriggerForbidden) Error ¶
func (o *ActivateBuildTriggerForbidden) Error() string
func (*ActivateBuildTriggerForbidden) GetPayload ¶
func (o *ActivateBuildTriggerForbidden) GetPayload() *models.APIError
type ActivateBuildTriggerNotFound ¶
ActivateBuildTriggerNotFound handles this case with default header values.
Not found
func NewActivateBuildTriggerNotFound ¶
func NewActivateBuildTriggerNotFound() *ActivateBuildTriggerNotFound
NewActivateBuildTriggerNotFound creates a ActivateBuildTriggerNotFound with default headers values
func (*ActivateBuildTriggerNotFound) Error ¶
func (o *ActivateBuildTriggerNotFound) Error() string
func (*ActivateBuildTriggerNotFound) GetPayload ¶
func (o *ActivateBuildTriggerNotFound) GetPayload() *models.APIError
type ActivateBuildTriggerParams ¶
type ActivateBuildTriggerParams struct { /*Body Request body contents. */ Body *models.BuildTriggerActivateRequest /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActivateBuildTriggerParams contains all the parameters to send to the API endpoint for the activate build trigger operation typically these are written to a http.Request
func NewActivateBuildTriggerParams ¶
func NewActivateBuildTriggerParams() *ActivateBuildTriggerParams
NewActivateBuildTriggerParams creates a new ActivateBuildTriggerParams object with the default values initialized.
func NewActivateBuildTriggerParamsWithContext ¶
func NewActivateBuildTriggerParamsWithContext(ctx context.Context) *ActivateBuildTriggerParams
NewActivateBuildTriggerParamsWithContext creates a new ActivateBuildTriggerParams object with the default values initialized, and the ability to set a context for a request
func NewActivateBuildTriggerParamsWithHTTPClient ¶
func NewActivateBuildTriggerParamsWithHTTPClient(client *http.Client) *ActivateBuildTriggerParams
NewActivateBuildTriggerParamsWithHTTPClient creates a new ActivateBuildTriggerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewActivateBuildTriggerParamsWithTimeout ¶
func NewActivateBuildTriggerParamsWithTimeout(timeout time.Duration) *ActivateBuildTriggerParams
NewActivateBuildTriggerParamsWithTimeout creates a new ActivateBuildTriggerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ActivateBuildTriggerParams) SetBody ¶
func (o *ActivateBuildTriggerParams) SetBody(body *models.BuildTriggerActivateRequest)
SetBody adds the body to the activate build trigger params
func (*ActivateBuildTriggerParams) SetContext ¶
func (o *ActivateBuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the activate build trigger params
func (*ActivateBuildTriggerParams) SetHTTPClient ¶
func (o *ActivateBuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the activate build trigger params
func (*ActivateBuildTriggerParams) SetRepository ¶
func (o *ActivateBuildTriggerParams) SetRepository(repository string)
SetRepository adds the repository to the activate build trigger params
func (*ActivateBuildTriggerParams) SetTimeout ¶
func (o *ActivateBuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the activate build trigger params
func (*ActivateBuildTriggerParams) SetTriggerUUID ¶
func (o *ActivateBuildTriggerParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the activate build trigger params
func (*ActivateBuildTriggerParams) WithBody ¶
func (o *ActivateBuildTriggerParams) WithBody(body *models.BuildTriggerActivateRequest) *ActivateBuildTriggerParams
WithBody adds the body to the activate build trigger params
func (*ActivateBuildTriggerParams) WithContext ¶
func (o *ActivateBuildTriggerParams) WithContext(ctx context.Context) *ActivateBuildTriggerParams
WithContext adds the context to the activate build trigger params
func (*ActivateBuildTriggerParams) WithHTTPClient ¶
func (o *ActivateBuildTriggerParams) WithHTTPClient(client *http.Client) *ActivateBuildTriggerParams
WithHTTPClient adds the HTTPClient to the activate build trigger params
func (*ActivateBuildTriggerParams) WithRepository ¶
func (o *ActivateBuildTriggerParams) WithRepository(repository string) *ActivateBuildTriggerParams
WithRepository adds the repository to the activate build trigger params
func (*ActivateBuildTriggerParams) WithTimeout ¶
func (o *ActivateBuildTriggerParams) WithTimeout(timeout time.Duration) *ActivateBuildTriggerParams
WithTimeout adds the timeout to the activate build trigger params
func (*ActivateBuildTriggerParams) WithTriggerUUID ¶
func (o *ActivateBuildTriggerParams) WithTriggerUUID(triggerUUID string) *ActivateBuildTriggerParams
WithTriggerUUID adds the triggerUUID to the activate build trigger params
func (*ActivateBuildTriggerParams) WriteToRequest ¶
func (o *ActivateBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActivateBuildTriggerReader ¶
type ActivateBuildTriggerReader struct {
// contains filtered or unexported fields
}
ActivateBuildTriggerReader is a Reader for the ActivateBuildTrigger structure.
func (*ActivateBuildTriggerReader) ReadResponse ¶
func (o *ActivateBuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActivateBuildTriggerUnauthorized ¶
type ActivateBuildTriggerUnauthorized struct {
}ActivateBuildTriggerUnauthorized handles this case with default header values.
Session required
func NewActivateBuildTriggerUnauthorized ¶
func NewActivateBuildTriggerUnauthorized() *ActivateBuildTriggerUnauthorized
NewActivateBuildTriggerUnauthorized creates a ActivateBuildTriggerUnauthorized with default headers values
func (*ActivateBuildTriggerUnauthorized) Error ¶
func (o *ActivateBuildTriggerUnauthorized) Error() string
func (*ActivateBuildTriggerUnauthorized) GetPayload ¶
func (o *ActivateBuildTriggerUnauthorized) GetPayload() *models.APIError
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for trigger API
func (*Client) ActivateBuildTrigger ¶
func (a *Client) ActivateBuildTrigger(params *ActivateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ActivateBuildTriggerCreated, error)
ActivateBuildTrigger Activate the specified build trigger.
func (*Client) DeleteBuildTrigger ¶
func (a *Client) DeleteBuildTrigger(params *DeleteBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBuildTriggerNoContent, error)
DeleteBuildTrigger Delete the specified build trigger.
func (*Client) GetBuildTrigger ¶
func (a *Client) GetBuildTrigger(params *GetBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTriggerOK, error)
GetBuildTrigger Get information for the specified build trigger.
func (*Client) ListBuildTriggers ¶
func (a *Client) ListBuildTriggers(params *ListBuildTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*ListBuildTriggersOK, error)
ListBuildTriggers List the triggers for the specified repository.
func (*Client) ListTriggerRecentBuilds ¶
func (a *Client) ListTriggerRecentBuilds(params *ListTriggerRecentBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListTriggerRecentBuildsOK, error)
ListTriggerRecentBuilds List the builds started by the specified trigger.
func (*Client) ManuallyStartBuildTrigger ¶
func (a *Client) ManuallyStartBuildTrigger(params *ManuallyStartBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ManuallyStartBuildTriggerCreated, error)
ManuallyStartBuildTrigger Manually start a build from the specified trigger.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateBuildTrigger ¶
func (a *Client) UpdateBuildTrigger(params *UpdateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateBuildTriggerOK, error)
UpdateBuildTrigger Updates the specified build trigger.
type ClientService ¶
type ClientService interface { ActivateBuildTrigger(params *ActivateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ActivateBuildTriggerCreated, error) DeleteBuildTrigger(params *DeleteBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBuildTriggerNoContent, error) GetBuildTrigger(params *GetBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTriggerOK, error) ListBuildTriggers(params *ListBuildTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*ListBuildTriggersOK, error) ListTriggerRecentBuilds(params *ListTriggerRecentBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListTriggerRecentBuildsOK, error) ManuallyStartBuildTrigger(params *ManuallyStartBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ManuallyStartBuildTriggerCreated, error) UpdateBuildTrigger(params *UpdateBuildTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateBuildTriggerOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new trigger API client.
type DeleteBuildTriggerBadRequest ¶
DeleteBuildTriggerBadRequest handles this case with default header values.
Bad Request
func NewDeleteBuildTriggerBadRequest ¶
func NewDeleteBuildTriggerBadRequest() *DeleteBuildTriggerBadRequest
NewDeleteBuildTriggerBadRequest creates a DeleteBuildTriggerBadRequest with default headers values
func (*DeleteBuildTriggerBadRequest) Error ¶
func (o *DeleteBuildTriggerBadRequest) Error() string
func (*DeleteBuildTriggerBadRequest) GetPayload ¶
func (o *DeleteBuildTriggerBadRequest) GetPayload() *models.APIError
type DeleteBuildTriggerForbidden ¶
DeleteBuildTriggerForbidden handles this case with default header values.
Unauthorized access
func NewDeleteBuildTriggerForbidden ¶
func NewDeleteBuildTriggerForbidden() *DeleteBuildTriggerForbidden
NewDeleteBuildTriggerForbidden creates a DeleteBuildTriggerForbidden with default headers values
func (*DeleteBuildTriggerForbidden) Error ¶
func (o *DeleteBuildTriggerForbidden) Error() string
func (*DeleteBuildTriggerForbidden) GetPayload ¶
func (o *DeleteBuildTriggerForbidden) GetPayload() *models.APIError
type DeleteBuildTriggerNoContent ¶
type DeleteBuildTriggerNoContent struct { }
DeleteBuildTriggerNoContent handles this case with default header values.
Deleted
func NewDeleteBuildTriggerNoContent ¶
func NewDeleteBuildTriggerNoContent() *DeleteBuildTriggerNoContent
NewDeleteBuildTriggerNoContent creates a DeleteBuildTriggerNoContent with default headers values
func (*DeleteBuildTriggerNoContent) Error ¶
func (o *DeleteBuildTriggerNoContent) Error() string
type DeleteBuildTriggerNotFound ¶
DeleteBuildTriggerNotFound handles this case with default header values.
Not found
func NewDeleteBuildTriggerNotFound ¶
func NewDeleteBuildTriggerNotFound() *DeleteBuildTriggerNotFound
NewDeleteBuildTriggerNotFound creates a DeleteBuildTriggerNotFound with default headers values
func (*DeleteBuildTriggerNotFound) Error ¶
func (o *DeleteBuildTriggerNotFound) Error() string
func (*DeleteBuildTriggerNotFound) GetPayload ¶
func (o *DeleteBuildTriggerNotFound) GetPayload() *models.APIError
type DeleteBuildTriggerParams ¶
type DeleteBuildTriggerParams struct { /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBuildTriggerParams contains all the parameters to send to the API endpoint for the delete build trigger operation typically these are written to a http.Request
func NewDeleteBuildTriggerParams ¶
func NewDeleteBuildTriggerParams() *DeleteBuildTriggerParams
NewDeleteBuildTriggerParams creates a new DeleteBuildTriggerParams object with the default values initialized.
func NewDeleteBuildTriggerParamsWithContext ¶
func NewDeleteBuildTriggerParamsWithContext(ctx context.Context) *DeleteBuildTriggerParams
NewDeleteBuildTriggerParamsWithContext creates a new DeleteBuildTriggerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteBuildTriggerParamsWithHTTPClient ¶
func NewDeleteBuildTriggerParamsWithHTTPClient(client *http.Client) *DeleteBuildTriggerParams
NewDeleteBuildTriggerParamsWithHTTPClient creates a new DeleteBuildTriggerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBuildTriggerParamsWithTimeout ¶
func NewDeleteBuildTriggerParamsWithTimeout(timeout time.Duration) *DeleteBuildTriggerParams
NewDeleteBuildTriggerParamsWithTimeout creates a new DeleteBuildTriggerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBuildTriggerParams) SetContext ¶
func (o *DeleteBuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete build trigger params
func (*DeleteBuildTriggerParams) SetHTTPClient ¶
func (o *DeleteBuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete build trigger params
func (*DeleteBuildTriggerParams) SetRepository ¶
func (o *DeleteBuildTriggerParams) SetRepository(repository string)
SetRepository adds the repository to the delete build trigger params
func (*DeleteBuildTriggerParams) SetTimeout ¶
func (o *DeleteBuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete build trigger params
func (*DeleteBuildTriggerParams) SetTriggerUUID ¶
func (o *DeleteBuildTriggerParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the delete build trigger params
func (*DeleteBuildTriggerParams) WithContext ¶
func (o *DeleteBuildTriggerParams) WithContext(ctx context.Context) *DeleteBuildTriggerParams
WithContext adds the context to the delete build trigger params
func (*DeleteBuildTriggerParams) WithHTTPClient ¶
func (o *DeleteBuildTriggerParams) WithHTTPClient(client *http.Client) *DeleteBuildTriggerParams
WithHTTPClient adds the HTTPClient to the delete build trigger params
func (*DeleteBuildTriggerParams) WithRepository ¶
func (o *DeleteBuildTriggerParams) WithRepository(repository string) *DeleteBuildTriggerParams
WithRepository adds the repository to the delete build trigger params
func (*DeleteBuildTriggerParams) WithTimeout ¶
func (o *DeleteBuildTriggerParams) WithTimeout(timeout time.Duration) *DeleteBuildTriggerParams
WithTimeout adds the timeout to the delete build trigger params
func (*DeleteBuildTriggerParams) WithTriggerUUID ¶
func (o *DeleteBuildTriggerParams) WithTriggerUUID(triggerUUID string) *DeleteBuildTriggerParams
WithTriggerUUID adds the triggerUUID to the delete build trigger params
func (*DeleteBuildTriggerParams) WriteToRequest ¶
func (o *DeleteBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBuildTriggerReader ¶
type DeleteBuildTriggerReader struct {
// contains filtered or unexported fields
}
DeleteBuildTriggerReader is a Reader for the DeleteBuildTrigger structure.
func (*DeleteBuildTriggerReader) ReadResponse ¶
func (o *DeleteBuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBuildTriggerUnauthorized ¶
type DeleteBuildTriggerUnauthorized struct {
}DeleteBuildTriggerUnauthorized handles this case with default header values.
Session required
func NewDeleteBuildTriggerUnauthorized ¶
func NewDeleteBuildTriggerUnauthorized() *DeleteBuildTriggerUnauthorized
NewDeleteBuildTriggerUnauthorized creates a DeleteBuildTriggerUnauthorized with default headers values
func (*DeleteBuildTriggerUnauthorized) Error ¶
func (o *DeleteBuildTriggerUnauthorized) Error() string
func (*DeleteBuildTriggerUnauthorized) GetPayload ¶
func (o *DeleteBuildTriggerUnauthorized) GetPayload() *models.APIError
type GetBuildTriggerBadRequest ¶
GetBuildTriggerBadRequest handles this case with default header values.
Bad Request
func NewGetBuildTriggerBadRequest ¶
func NewGetBuildTriggerBadRequest() *GetBuildTriggerBadRequest
NewGetBuildTriggerBadRequest creates a GetBuildTriggerBadRequest with default headers values
func (*GetBuildTriggerBadRequest) Error ¶
func (o *GetBuildTriggerBadRequest) Error() string
func (*GetBuildTriggerBadRequest) GetPayload ¶
func (o *GetBuildTriggerBadRequest) GetPayload() *models.APIError
type GetBuildTriggerForbidden ¶
GetBuildTriggerForbidden handles this case with default header values.
Unauthorized access
func NewGetBuildTriggerForbidden ¶
func NewGetBuildTriggerForbidden() *GetBuildTriggerForbidden
NewGetBuildTriggerForbidden creates a GetBuildTriggerForbidden with default headers values
func (*GetBuildTriggerForbidden) Error ¶
func (o *GetBuildTriggerForbidden) Error() string
func (*GetBuildTriggerForbidden) GetPayload ¶
func (o *GetBuildTriggerForbidden) GetPayload() *models.APIError
type GetBuildTriggerNotFound ¶
GetBuildTriggerNotFound handles this case with default header values.
Not found
func NewGetBuildTriggerNotFound ¶
func NewGetBuildTriggerNotFound() *GetBuildTriggerNotFound
NewGetBuildTriggerNotFound creates a GetBuildTriggerNotFound with default headers values
func (*GetBuildTriggerNotFound) Error ¶
func (o *GetBuildTriggerNotFound) Error() string
func (*GetBuildTriggerNotFound) GetPayload ¶
func (o *GetBuildTriggerNotFound) GetPayload() *models.APIError
type GetBuildTriggerOK ¶
type GetBuildTriggerOK struct { }
GetBuildTriggerOK handles this case with default header values.
Successful invocation
func NewGetBuildTriggerOK ¶
func NewGetBuildTriggerOK() *GetBuildTriggerOK
NewGetBuildTriggerOK creates a GetBuildTriggerOK with default headers values
func (*GetBuildTriggerOK) Error ¶
func (o *GetBuildTriggerOK) Error() string
type GetBuildTriggerParams ¶
type GetBuildTriggerParams struct { /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBuildTriggerParams contains all the parameters to send to the API endpoint for the get build trigger operation typically these are written to a http.Request
func NewGetBuildTriggerParams ¶
func NewGetBuildTriggerParams() *GetBuildTriggerParams
NewGetBuildTriggerParams creates a new GetBuildTriggerParams object with the default values initialized.
func NewGetBuildTriggerParamsWithContext ¶
func NewGetBuildTriggerParamsWithContext(ctx context.Context) *GetBuildTriggerParams
NewGetBuildTriggerParamsWithContext creates a new GetBuildTriggerParams object with the default values initialized, and the ability to set a context for a request
func NewGetBuildTriggerParamsWithHTTPClient ¶
func NewGetBuildTriggerParamsWithHTTPClient(client *http.Client) *GetBuildTriggerParams
NewGetBuildTriggerParamsWithHTTPClient creates a new GetBuildTriggerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBuildTriggerParamsWithTimeout ¶
func NewGetBuildTriggerParamsWithTimeout(timeout time.Duration) *GetBuildTriggerParams
NewGetBuildTriggerParamsWithTimeout creates a new GetBuildTriggerParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBuildTriggerParams) SetContext ¶
func (o *GetBuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the get build trigger params
func (*GetBuildTriggerParams) SetHTTPClient ¶
func (o *GetBuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get build trigger params
func (*GetBuildTriggerParams) SetRepository ¶
func (o *GetBuildTriggerParams) SetRepository(repository string)
SetRepository adds the repository to the get build trigger params
func (*GetBuildTriggerParams) SetTimeout ¶
func (o *GetBuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get build trigger params
func (*GetBuildTriggerParams) SetTriggerUUID ¶
func (o *GetBuildTriggerParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the get build trigger params
func (*GetBuildTriggerParams) WithContext ¶
func (o *GetBuildTriggerParams) WithContext(ctx context.Context) *GetBuildTriggerParams
WithContext adds the context to the get build trigger params
func (*GetBuildTriggerParams) WithHTTPClient ¶
func (o *GetBuildTriggerParams) WithHTTPClient(client *http.Client) *GetBuildTriggerParams
WithHTTPClient adds the HTTPClient to the get build trigger params
func (*GetBuildTriggerParams) WithRepository ¶
func (o *GetBuildTriggerParams) WithRepository(repository string) *GetBuildTriggerParams
WithRepository adds the repository to the get build trigger params
func (*GetBuildTriggerParams) WithTimeout ¶
func (o *GetBuildTriggerParams) WithTimeout(timeout time.Duration) *GetBuildTriggerParams
WithTimeout adds the timeout to the get build trigger params
func (*GetBuildTriggerParams) WithTriggerUUID ¶
func (o *GetBuildTriggerParams) WithTriggerUUID(triggerUUID string) *GetBuildTriggerParams
WithTriggerUUID adds the triggerUUID to the get build trigger params
func (*GetBuildTriggerParams) WriteToRequest ¶
func (o *GetBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBuildTriggerReader ¶
type GetBuildTriggerReader struct {
// contains filtered or unexported fields
}
GetBuildTriggerReader is a Reader for the GetBuildTrigger structure.
func (*GetBuildTriggerReader) ReadResponse ¶
func (o *GetBuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBuildTriggerUnauthorized ¶
type GetBuildTriggerUnauthorized struct {
}GetBuildTriggerUnauthorized handles this case with default header values.
Session required
func NewGetBuildTriggerUnauthorized ¶
func NewGetBuildTriggerUnauthorized() *GetBuildTriggerUnauthorized
NewGetBuildTriggerUnauthorized creates a GetBuildTriggerUnauthorized with default headers values
func (*GetBuildTriggerUnauthorized) Error ¶
func (o *GetBuildTriggerUnauthorized) Error() string
func (*GetBuildTriggerUnauthorized) GetPayload ¶
func (o *GetBuildTriggerUnauthorized) GetPayload() *models.APIError
type ListBuildTriggersBadRequest ¶
ListBuildTriggersBadRequest handles this case with default header values.
Bad Request
func NewListBuildTriggersBadRequest ¶
func NewListBuildTriggersBadRequest() *ListBuildTriggersBadRequest
NewListBuildTriggersBadRequest creates a ListBuildTriggersBadRequest with default headers values
func (*ListBuildTriggersBadRequest) Error ¶
func (o *ListBuildTriggersBadRequest) Error() string
func (*ListBuildTriggersBadRequest) GetPayload ¶
func (o *ListBuildTriggersBadRequest) GetPayload() *models.APIError
type ListBuildTriggersForbidden ¶
ListBuildTriggersForbidden handles this case with default header values.
Unauthorized access
func NewListBuildTriggersForbidden ¶
func NewListBuildTriggersForbidden() *ListBuildTriggersForbidden
NewListBuildTriggersForbidden creates a ListBuildTriggersForbidden with default headers values
func (*ListBuildTriggersForbidden) Error ¶
func (o *ListBuildTriggersForbidden) Error() string
func (*ListBuildTriggersForbidden) GetPayload ¶
func (o *ListBuildTriggersForbidden) GetPayload() *models.APIError
type ListBuildTriggersNotFound ¶
ListBuildTriggersNotFound handles this case with default header values.
Not found
func NewListBuildTriggersNotFound ¶
func NewListBuildTriggersNotFound() *ListBuildTriggersNotFound
NewListBuildTriggersNotFound creates a ListBuildTriggersNotFound with default headers values
func (*ListBuildTriggersNotFound) Error ¶
func (o *ListBuildTriggersNotFound) Error() string
func (*ListBuildTriggersNotFound) GetPayload ¶
func (o *ListBuildTriggersNotFound) GetPayload() *models.APIError
type ListBuildTriggersOK ¶
type ListBuildTriggersOK struct { }
ListBuildTriggersOK handles this case with default header values.
Successful invocation
func NewListBuildTriggersOK ¶
func NewListBuildTriggersOK() *ListBuildTriggersOK
NewListBuildTriggersOK creates a ListBuildTriggersOK with default headers values
func (*ListBuildTriggersOK) Error ¶
func (o *ListBuildTriggersOK) Error() string
type ListBuildTriggersParams ¶
type ListBuildTriggersParams struct { /*Repository The full path of the repository. e.g. namespace/name */ Repository string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListBuildTriggersParams contains all the parameters to send to the API endpoint for the list build triggers operation typically these are written to a http.Request
func NewListBuildTriggersParams ¶
func NewListBuildTriggersParams() *ListBuildTriggersParams
NewListBuildTriggersParams creates a new ListBuildTriggersParams object with the default values initialized.
func NewListBuildTriggersParamsWithContext ¶
func NewListBuildTriggersParamsWithContext(ctx context.Context) *ListBuildTriggersParams
NewListBuildTriggersParamsWithContext creates a new ListBuildTriggersParams object with the default values initialized, and the ability to set a context for a request
func NewListBuildTriggersParamsWithHTTPClient ¶
func NewListBuildTriggersParamsWithHTTPClient(client *http.Client) *ListBuildTriggersParams
NewListBuildTriggersParamsWithHTTPClient creates a new ListBuildTriggersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListBuildTriggersParamsWithTimeout ¶
func NewListBuildTriggersParamsWithTimeout(timeout time.Duration) *ListBuildTriggersParams
NewListBuildTriggersParamsWithTimeout creates a new ListBuildTriggersParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListBuildTriggersParams) SetContext ¶
func (o *ListBuildTriggersParams) SetContext(ctx context.Context)
SetContext adds the context to the list build triggers params
func (*ListBuildTriggersParams) SetHTTPClient ¶
func (o *ListBuildTriggersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list build triggers params
func (*ListBuildTriggersParams) SetRepository ¶
func (o *ListBuildTriggersParams) SetRepository(repository string)
SetRepository adds the repository to the list build triggers params
func (*ListBuildTriggersParams) SetTimeout ¶
func (o *ListBuildTriggersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list build triggers params
func (*ListBuildTriggersParams) WithContext ¶
func (o *ListBuildTriggersParams) WithContext(ctx context.Context) *ListBuildTriggersParams
WithContext adds the context to the list build triggers params
func (*ListBuildTriggersParams) WithHTTPClient ¶
func (o *ListBuildTriggersParams) WithHTTPClient(client *http.Client) *ListBuildTriggersParams
WithHTTPClient adds the HTTPClient to the list build triggers params
func (*ListBuildTriggersParams) WithRepository ¶
func (o *ListBuildTriggersParams) WithRepository(repository string) *ListBuildTriggersParams
WithRepository adds the repository to the list build triggers params
func (*ListBuildTriggersParams) WithTimeout ¶
func (o *ListBuildTriggersParams) WithTimeout(timeout time.Duration) *ListBuildTriggersParams
WithTimeout adds the timeout to the list build triggers params
func (*ListBuildTriggersParams) WriteToRequest ¶
func (o *ListBuildTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListBuildTriggersReader ¶
type ListBuildTriggersReader struct {
// contains filtered or unexported fields
}
ListBuildTriggersReader is a Reader for the ListBuildTriggers structure.
func (*ListBuildTriggersReader) ReadResponse ¶
func (o *ListBuildTriggersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListBuildTriggersUnauthorized ¶
type ListBuildTriggersUnauthorized struct {
}ListBuildTriggersUnauthorized handles this case with default header values.
Session required
func NewListBuildTriggersUnauthorized ¶
func NewListBuildTriggersUnauthorized() *ListBuildTriggersUnauthorized
NewListBuildTriggersUnauthorized creates a ListBuildTriggersUnauthorized with default headers values
func (*ListBuildTriggersUnauthorized) Error ¶
func (o *ListBuildTriggersUnauthorized) Error() string
func (*ListBuildTriggersUnauthorized) GetPayload ¶
func (o *ListBuildTriggersUnauthorized) GetPayload() *models.APIError
type ListTriggerRecentBuildsBadRequest ¶
ListTriggerRecentBuildsBadRequest handles this case with default header values.
Bad Request
func NewListTriggerRecentBuildsBadRequest ¶
func NewListTriggerRecentBuildsBadRequest() *ListTriggerRecentBuildsBadRequest
NewListTriggerRecentBuildsBadRequest creates a ListTriggerRecentBuildsBadRequest with default headers values
func (*ListTriggerRecentBuildsBadRequest) Error ¶
func (o *ListTriggerRecentBuildsBadRequest) Error() string
func (*ListTriggerRecentBuildsBadRequest) GetPayload ¶
func (o *ListTriggerRecentBuildsBadRequest) GetPayload() *models.APIError
type ListTriggerRecentBuildsForbidden ¶
ListTriggerRecentBuildsForbidden handles this case with default header values.
Unauthorized access
func NewListTriggerRecentBuildsForbidden ¶
func NewListTriggerRecentBuildsForbidden() *ListTriggerRecentBuildsForbidden
NewListTriggerRecentBuildsForbidden creates a ListTriggerRecentBuildsForbidden with default headers values
func (*ListTriggerRecentBuildsForbidden) Error ¶
func (o *ListTriggerRecentBuildsForbidden) Error() string
func (*ListTriggerRecentBuildsForbidden) GetPayload ¶
func (o *ListTriggerRecentBuildsForbidden) GetPayload() *models.APIError
type ListTriggerRecentBuildsNotFound ¶
ListTriggerRecentBuildsNotFound handles this case with default header values.
Not found
func NewListTriggerRecentBuildsNotFound ¶
func NewListTriggerRecentBuildsNotFound() *ListTriggerRecentBuildsNotFound
NewListTriggerRecentBuildsNotFound creates a ListTriggerRecentBuildsNotFound with default headers values
func (*ListTriggerRecentBuildsNotFound) Error ¶
func (o *ListTriggerRecentBuildsNotFound) Error() string
func (*ListTriggerRecentBuildsNotFound) GetPayload ¶
func (o *ListTriggerRecentBuildsNotFound) GetPayload() *models.APIError
type ListTriggerRecentBuildsOK ¶
type ListTriggerRecentBuildsOK struct { }
ListTriggerRecentBuildsOK handles this case with default header values.
Successful invocation
func NewListTriggerRecentBuildsOK ¶
func NewListTriggerRecentBuildsOK() *ListTriggerRecentBuildsOK
NewListTriggerRecentBuildsOK creates a ListTriggerRecentBuildsOK with default headers values
func (*ListTriggerRecentBuildsOK) Error ¶
func (o *ListTriggerRecentBuildsOK) Error() string
type ListTriggerRecentBuildsParams ¶
type ListTriggerRecentBuildsParams struct { /*Limit The maximum number of builds to return */ Limit *int64 /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListTriggerRecentBuildsParams contains all the parameters to send to the API endpoint for the list trigger recent builds operation typically these are written to a http.Request
func NewListTriggerRecentBuildsParams ¶
func NewListTriggerRecentBuildsParams() *ListTriggerRecentBuildsParams
NewListTriggerRecentBuildsParams creates a new ListTriggerRecentBuildsParams object with the default values initialized.
func NewListTriggerRecentBuildsParamsWithContext ¶
func NewListTriggerRecentBuildsParamsWithContext(ctx context.Context) *ListTriggerRecentBuildsParams
NewListTriggerRecentBuildsParamsWithContext creates a new ListTriggerRecentBuildsParams object with the default values initialized, and the ability to set a context for a request
func NewListTriggerRecentBuildsParamsWithHTTPClient ¶
func NewListTriggerRecentBuildsParamsWithHTTPClient(client *http.Client) *ListTriggerRecentBuildsParams
NewListTriggerRecentBuildsParamsWithHTTPClient creates a new ListTriggerRecentBuildsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListTriggerRecentBuildsParamsWithTimeout ¶
func NewListTriggerRecentBuildsParamsWithTimeout(timeout time.Duration) *ListTriggerRecentBuildsParams
NewListTriggerRecentBuildsParamsWithTimeout creates a new ListTriggerRecentBuildsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListTriggerRecentBuildsParams) SetContext ¶
func (o *ListTriggerRecentBuildsParams) SetContext(ctx context.Context)
SetContext adds the context to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) SetHTTPClient ¶
func (o *ListTriggerRecentBuildsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) SetLimit ¶
func (o *ListTriggerRecentBuildsParams) SetLimit(limit *int64)
SetLimit adds the limit to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) SetRepository ¶
func (o *ListTriggerRecentBuildsParams) SetRepository(repository string)
SetRepository adds the repository to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) SetTimeout ¶
func (o *ListTriggerRecentBuildsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) SetTriggerUUID ¶
func (o *ListTriggerRecentBuildsParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithContext ¶
func (o *ListTriggerRecentBuildsParams) WithContext(ctx context.Context) *ListTriggerRecentBuildsParams
WithContext adds the context to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithHTTPClient ¶
func (o *ListTriggerRecentBuildsParams) WithHTTPClient(client *http.Client) *ListTriggerRecentBuildsParams
WithHTTPClient adds the HTTPClient to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithLimit ¶
func (o *ListTriggerRecentBuildsParams) WithLimit(limit *int64) *ListTriggerRecentBuildsParams
WithLimit adds the limit to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithRepository ¶
func (o *ListTriggerRecentBuildsParams) WithRepository(repository string) *ListTriggerRecentBuildsParams
WithRepository adds the repository to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithTimeout ¶
func (o *ListTriggerRecentBuildsParams) WithTimeout(timeout time.Duration) *ListTriggerRecentBuildsParams
WithTimeout adds the timeout to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WithTriggerUUID ¶
func (o *ListTriggerRecentBuildsParams) WithTriggerUUID(triggerUUID string) *ListTriggerRecentBuildsParams
WithTriggerUUID adds the triggerUUID to the list trigger recent builds params
func (*ListTriggerRecentBuildsParams) WriteToRequest ¶
func (o *ListTriggerRecentBuildsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListTriggerRecentBuildsReader ¶
type ListTriggerRecentBuildsReader struct {
// contains filtered or unexported fields
}
ListTriggerRecentBuildsReader is a Reader for the ListTriggerRecentBuilds structure.
func (*ListTriggerRecentBuildsReader) ReadResponse ¶
func (o *ListTriggerRecentBuildsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListTriggerRecentBuildsUnauthorized ¶
type ListTriggerRecentBuildsUnauthorized struct {
}ListTriggerRecentBuildsUnauthorized handles this case with default header values.
Session required
func NewListTriggerRecentBuildsUnauthorized ¶
func NewListTriggerRecentBuildsUnauthorized() *ListTriggerRecentBuildsUnauthorized
NewListTriggerRecentBuildsUnauthorized creates a ListTriggerRecentBuildsUnauthorized with default headers values
func (*ListTriggerRecentBuildsUnauthorized) Error ¶
func (o *ListTriggerRecentBuildsUnauthorized) Error() string
func (*ListTriggerRecentBuildsUnauthorized) GetPayload ¶
func (o *ListTriggerRecentBuildsUnauthorized) GetPayload() *models.APIError
type ManuallyStartBuildTriggerBadRequest ¶
ManuallyStartBuildTriggerBadRequest handles this case with default header values.
Bad Request
func NewManuallyStartBuildTriggerBadRequest ¶
func NewManuallyStartBuildTriggerBadRequest() *ManuallyStartBuildTriggerBadRequest
NewManuallyStartBuildTriggerBadRequest creates a ManuallyStartBuildTriggerBadRequest with default headers values
func (*ManuallyStartBuildTriggerBadRequest) Error ¶
func (o *ManuallyStartBuildTriggerBadRequest) Error() string
func (*ManuallyStartBuildTriggerBadRequest) GetPayload ¶
func (o *ManuallyStartBuildTriggerBadRequest) GetPayload() *models.APIError
type ManuallyStartBuildTriggerCreated ¶
type ManuallyStartBuildTriggerCreated struct { }
ManuallyStartBuildTriggerCreated handles this case with default header values.
Successful creation
func NewManuallyStartBuildTriggerCreated ¶
func NewManuallyStartBuildTriggerCreated() *ManuallyStartBuildTriggerCreated
NewManuallyStartBuildTriggerCreated creates a ManuallyStartBuildTriggerCreated with default headers values
func (*ManuallyStartBuildTriggerCreated) Error ¶
func (o *ManuallyStartBuildTriggerCreated) Error() string
type ManuallyStartBuildTriggerForbidden ¶
ManuallyStartBuildTriggerForbidden handles this case with default header values.
Unauthorized access
func NewManuallyStartBuildTriggerForbidden ¶
func NewManuallyStartBuildTriggerForbidden() *ManuallyStartBuildTriggerForbidden
NewManuallyStartBuildTriggerForbidden creates a ManuallyStartBuildTriggerForbidden with default headers values
func (*ManuallyStartBuildTriggerForbidden) Error ¶
func (o *ManuallyStartBuildTriggerForbidden) Error() string
func (*ManuallyStartBuildTriggerForbidden) GetPayload ¶
func (o *ManuallyStartBuildTriggerForbidden) GetPayload() *models.APIError
type ManuallyStartBuildTriggerNotFound ¶
ManuallyStartBuildTriggerNotFound handles this case with default header values.
Not found
func NewManuallyStartBuildTriggerNotFound ¶
func NewManuallyStartBuildTriggerNotFound() *ManuallyStartBuildTriggerNotFound
NewManuallyStartBuildTriggerNotFound creates a ManuallyStartBuildTriggerNotFound with default headers values
func (*ManuallyStartBuildTriggerNotFound) Error ¶
func (o *ManuallyStartBuildTriggerNotFound) Error() string
func (*ManuallyStartBuildTriggerNotFound) GetPayload ¶
func (o *ManuallyStartBuildTriggerNotFound) GetPayload() *models.APIError
type ManuallyStartBuildTriggerParams ¶
type ManuallyStartBuildTriggerParams struct { /*Body Request body contents. */ Body *models.RunParameters /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ManuallyStartBuildTriggerParams contains all the parameters to send to the API endpoint for the manually start build trigger operation typically these are written to a http.Request
func NewManuallyStartBuildTriggerParams ¶
func NewManuallyStartBuildTriggerParams() *ManuallyStartBuildTriggerParams
NewManuallyStartBuildTriggerParams creates a new ManuallyStartBuildTriggerParams object with the default values initialized.
func NewManuallyStartBuildTriggerParamsWithContext ¶
func NewManuallyStartBuildTriggerParamsWithContext(ctx context.Context) *ManuallyStartBuildTriggerParams
NewManuallyStartBuildTriggerParamsWithContext creates a new ManuallyStartBuildTriggerParams object with the default values initialized, and the ability to set a context for a request
func NewManuallyStartBuildTriggerParamsWithHTTPClient ¶
func NewManuallyStartBuildTriggerParamsWithHTTPClient(client *http.Client) *ManuallyStartBuildTriggerParams
NewManuallyStartBuildTriggerParamsWithHTTPClient creates a new ManuallyStartBuildTriggerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewManuallyStartBuildTriggerParamsWithTimeout ¶
func NewManuallyStartBuildTriggerParamsWithTimeout(timeout time.Duration) *ManuallyStartBuildTriggerParams
NewManuallyStartBuildTriggerParamsWithTimeout creates a new ManuallyStartBuildTriggerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ManuallyStartBuildTriggerParams) SetBody ¶
func (o *ManuallyStartBuildTriggerParams) SetBody(body *models.RunParameters)
SetBody adds the body to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) SetContext ¶
func (o *ManuallyStartBuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) SetHTTPClient ¶
func (o *ManuallyStartBuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) SetRepository ¶
func (o *ManuallyStartBuildTriggerParams) SetRepository(repository string)
SetRepository adds the repository to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) SetTimeout ¶
func (o *ManuallyStartBuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) SetTriggerUUID ¶
func (o *ManuallyStartBuildTriggerParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithBody ¶
func (o *ManuallyStartBuildTriggerParams) WithBody(body *models.RunParameters) *ManuallyStartBuildTriggerParams
WithBody adds the body to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithContext ¶
func (o *ManuallyStartBuildTriggerParams) WithContext(ctx context.Context) *ManuallyStartBuildTriggerParams
WithContext adds the context to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithHTTPClient ¶
func (o *ManuallyStartBuildTriggerParams) WithHTTPClient(client *http.Client) *ManuallyStartBuildTriggerParams
WithHTTPClient adds the HTTPClient to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithRepository ¶
func (o *ManuallyStartBuildTriggerParams) WithRepository(repository string) *ManuallyStartBuildTriggerParams
WithRepository adds the repository to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithTimeout ¶
func (o *ManuallyStartBuildTriggerParams) WithTimeout(timeout time.Duration) *ManuallyStartBuildTriggerParams
WithTimeout adds the timeout to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WithTriggerUUID ¶
func (o *ManuallyStartBuildTriggerParams) WithTriggerUUID(triggerUUID string) *ManuallyStartBuildTriggerParams
WithTriggerUUID adds the triggerUUID to the manually start build trigger params
func (*ManuallyStartBuildTriggerParams) WriteToRequest ¶
func (o *ManuallyStartBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ManuallyStartBuildTriggerReader ¶
type ManuallyStartBuildTriggerReader struct {
// contains filtered or unexported fields
}
ManuallyStartBuildTriggerReader is a Reader for the ManuallyStartBuildTrigger structure.
func (*ManuallyStartBuildTriggerReader) ReadResponse ¶
func (o *ManuallyStartBuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ManuallyStartBuildTriggerUnauthorized ¶
type ManuallyStartBuildTriggerUnauthorized struct {
}ManuallyStartBuildTriggerUnauthorized handles this case with default header values.
Session required
func NewManuallyStartBuildTriggerUnauthorized ¶
func NewManuallyStartBuildTriggerUnauthorized() *ManuallyStartBuildTriggerUnauthorized
NewManuallyStartBuildTriggerUnauthorized creates a ManuallyStartBuildTriggerUnauthorized with default headers values
func (*ManuallyStartBuildTriggerUnauthorized) Error ¶
func (o *ManuallyStartBuildTriggerUnauthorized) Error() string
func (*ManuallyStartBuildTriggerUnauthorized) GetPayload ¶
func (o *ManuallyStartBuildTriggerUnauthorized) GetPayload() *models.APIError
type UpdateBuildTriggerBadRequest ¶
UpdateBuildTriggerBadRequest handles this case with default header values.
Bad Request
func NewUpdateBuildTriggerBadRequest ¶
func NewUpdateBuildTriggerBadRequest() *UpdateBuildTriggerBadRequest
NewUpdateBuildTriggerBadRequest creates a UpdateBuildTriggerBadRequest with default headers values
func (*UpdateBuildTriggerBadRequest) Error ¶
func (o *UpdateBuildTriggerBadRequest) Error() string
func (*UpdateBuildTriggerBadRequest) GetPayload ¶
func (o *UpdateBuildTriggerBadRequest) GetPayload() *models.APIError
type UpdateBuildTriggerForbidden ¶
UpdateBuildTriggerForbidden handles this case with default header values.
Unauthorized access
func NewUpdateBuildTriggerForbidden ¶
func NewUpdateBuildTriggerForbidden() *UpdateBuildTriggerForbidden
NewUpdateBuildTriggerForbidden creates a UpdateBuildTriggerForbidden with default headers values
func (*UpdateBuildTriggerForbidden) Error ¶
func (o *UpdateBuildTriggerForbidden) Error() string
func (*UpdateBuildTriggerForbidden) GetPayload ¶
func (o *UpdateBuildTriggerForbidden) GetPayload() *models.APIError
type UpdateBuildTriggerNotFound ¶
UpdateBuildTriggerNotFound handles this case with default header values.
Not found
func NewUpdateBuildTriggerNotFound ¶
func NewUpdateBuildTriggerNotFound() *UpdateBuildTriggerNotFound
NewUpdateBuildTriggerNotFound creates a UpdateBuildTriggerNotFound with default headers values
func (*UpdateBuildTriggerNotFound) Error ¶
func (o *UpdateBuildTriggerNotFound) Error() string
func (*UpdateBuildTriggerNotFound) GetPayload ¶
func (o *UpdateBuildTriggerNotFound) GetPayload() *models.APIError
type UpdateBuildTriggerOK ¶
type UpdateBuildTriggerOK struct { }
UpdateBuildTriggerOK handles this case with default header values.
Successful invocation
func NewUpdateBuildTriggerOK ¶
func NewUpdateBuildTriggerOK() *UpdateBuildTriggerOK
NewUpdateBuildTriggerOK creates a UpdateBuildTriggerOK with default headers values
func (*UpdateBuildTriggerOK) Error ¶
func (o *UpdateBuildTriggerOK) Error() string
type UpdateBuildTriggerParams ¶
type UpdateBuildTriggerParams struct { /*Body Request body contents. */ Body *models.UpdateTrigger /*Repository The full path of the repository. e.g. namespace/name */ Repository string /*TriggerUUID The UUID of the build trigger */ TriggerUUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateBuildTriggerParams contains all the parameters to send to the API endpoint for the update build trigger operation typically these are written to a http.Request
func NewUpdateBuildTriggerParams ¶
func NewUpdateBuildTriggerParams() *UpdateBuildTriggerParams
NewUpdateBuildTriggerParams creates a new UpdateBuildTriggerParams object with the default values initialized.
func NewUpdateBuildTriggerParamsWithContext ¶
func NewUpdateBuildTriggerParamsWithContext(ctx context.Context) *UpdateBuildTriggerParams
NewUpdateBuildTriggerParamsWithContext creates a new UpdateBuildTriggerParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateBuildTriggerParamsWithHTTPClient ¶
func NewUpdateBuildTriggerParamsWithHTTPClient(client *http.Client) *UpdateBuildTriggerParams
NewUpdateBuildTriggerParamsWithHTTPClient creates a new UpdateBuildTriggerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateBuildTriggerParamsWithTimeout ¶
func NewUpdateBuildTriggerParamsWithTimeout(timeout time.Duration) *UpdateBuildTriggerParams
NewUpdateBuildTriggerParamsWithTimeout creates a new UpdateBuildTriggerParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateBuildTriggerParams) SetBody ¶
func (o *UpdateBuildTriggerParams) SetBody(body *models.UpdateTrigger)
SetBody adds the body to the update build trigger params
func (*UpdateBuildTriggerParams) SetContext ¶
func (o *UpdateBuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the update build trigger params
func (*UpdateBuildTriggerParams) SetHTTPClient ¶
func (o *UpdateBuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update build trigger params
func (*UpdateBuildTriggerParams) SetRepository ¶
func (o *UpdateBuildTriggerParams) SetRepository(repository string)
SetRepository adds the repository to the update build trigger params
func (*UpdateBuildTriggerParams) SetTimeout ¶
func (o *UpdateBuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update build trigger params
func (*UpdateBuildTriggerParams) SetTriggerUUID ¶
func (o *UpdateBuildTriggerParams) SetTriggerUUID(triggerUUID string)
SetTriggerUUID adds the triggerUuid to the update build trigger params
func (*UpdateBuildTriggerParams) WithBody ¶
func (o *UpdateBuildTriggerParams) WithBody(body *models.UpdateTrigger) *UpdateBuildTriggerParams
WithBody adds the body to the update build trigger params
func (*UpdateBuildTriggerParams) WithContext ¶
func (o *UpdateBuildTriggerParams) WithContext(ctx context.Context) *UpdateBuildTriggerParams
WithContext adds the context to the update build trigger params
func (*UpdateBuildTriggerParams) WithHTTPClient ¶
func (o *UpdateBuildTriggerParams) WithHTTPClient(client *http.Client) *UpdateBuildTriggerParams
WithHTTPClient adds the HTTPClient to the update build trigger params
func (*UpdateBuildTriggerParams) WithRepository ¶
func (o *UpdateBuildTriggerParams) WithRepository(repository string) *UpdateBuildTriggerParams
WithRepository adds the repository to the update build trigger params
func (*UpdateBuildTriggerParams) WithTimeout ¶
func (o *UpdateBuildTriggerParams) WithTimeout(timeout time.Duration) *UpdateBuildTriggerParams
WithTimeout adds the timeout to the update build trigger params
func (*UpdateBuildTriggerParams) WithTriggerUUID ¶
func (o *UpdateBuildTriggerParams) WithTriggerUUID(triggerUUID string) *UpdateBuildTriggerParams
WithTriggerUUID adds the triggerUUID to the update build trigger params
func (*UpdateBuildTriggerParams) WriteToRequest ¶
func (o *UpdateBuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateBuildTriggerReader ¶
type UpdateBuildTriggerReader struct {
// contains filtered or unexported fields
}
UpdateBuildTriggerReader is a Reader for the UpdateBuildTrigger structure.
func (*UpdateBuildTriggerReader) ReadResponse ¶
func (o *UpdateBuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateBuildTriggerUnauthorized ¶
type UpdateBuildTriggerUnauthorized struct {
}UpdateBuildTriggerUnauthorized handles this case with default header values.
Session required
func NewUpdateBuildTriggerUnauthorized ¶
func NewUpdateBuildTriggerUnauthorized() *UpdateBuildTriggerUnauthorized
NewUpdateBuildTriggerUnauthorized creates a UpdateBuildTriggerUnauthorized with default headers values
func (*UpdateBuildTriggerUnauthorized) Error ¶
func (o *UpdateBuildTriggerUnauthorized) Error() string
func (*UpdateBuildTriggerUnauthorized) GetPayload ¶
func (o *UpdateBuildTriggerUnauthorized) GetPayload() *models.APIError
Source Files
¶
- activate_build_trigger_parameters.go
- activate_build_trigger_responses.go
- delete_build_trigger_parameters.go
- delete_build_trigger_responses.go
- get_build_trigger_parameters.go
- get_build_trigger_responses.go
- list_build_triggers_parameters.go
- list_build_triggers_responses.go
- list_trigger_recent_builds_parameters.go
- list_trigger_recent_builds_responses.go
- manually_start_build_trigger_parameters.go
- manually_start_build_trigger_responses.go
- trigger_client.go
- update_build_trigger_parameters.go
- update_build_trigger_responses.go