Documentation ¶
Index ¶
- type Client
- func (a *Client) CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePipelineOK, error)
- func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineNoContent, error)
- func (a *Client) DiffPipeline(params *DiffPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DiffPipelineOK, error)
- func (a *Client) GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineOK, error)
- func (a *Client) GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineConfigOK, error)
- func (a *Client) GetPipelineVariables(params *GetPipelineVariablesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineVariablesOK, error)
- func (a *Client) GetPipelines(params *GetPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelinesOK, error)
- func (a *Client) GetProjectPipelines(params *GetProjectPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectPipelinesOK, error)
- func (a *Client) PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*PausePipelineNoContent, error)
- func (a *Client) RenamePipeline(params *RenamePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*RenamePipelineNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UnpausePipelineNoContent, error)
- func (a *Client) UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePipelineOK, error)
- type CreatePipelineDefault
- type CreatePipelineForbidden
- type CreatePipelineLengthRequired
- type CreatePipelineNotFound
- type CreatePipelineOK
- type CreatePipelineOKBody
- type CreatePipelineParams
- func NewCreatePipelineParams() *CreatePipelineParams
- func NewCreatePipelineParamsWithContext(ctx context.Context) *CreatePipelineParams
- func NewCreatePipelineParamsWithHTTPClient(client *http.Client) *CreatePipelineParams
- func NewCreatePipelineParamsWithTimeout(timeout time.Duration) *CreatePipelineParams
- func (o *CreatePipelineParams) SetBody(body *models.NewPipeline)
- func (o *CreatePipelineParams) SetContext(ctx context.Context)
- func (o *CreatePipelineParams) SetHTTPClient(client *http.Client)
- func (o *CreatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *CreatePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *CreatePipelineParams) SetTimeout(timeout time.Duration)
- func (o *CreatePipelineParams) WithBody(body *models.NewPipeline) *CreatePipelineParams
- func (o *CreatePipelineParams) WithContext(ctx context.Context) *CreatePipelineParams
- func (o *CreatePipelineParams) WithHTTPClient(client *http.Client) *CreatePipelineParams
- func (o *CreatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *CreatePipelineParams
- func (o *CreatePipelineParams) WithProjectCanonical(projectCanonical string) *CreatePipelineParams
- func (o *CreatePipelineParams) WithTimeout(timeout time.Duration) *CreatePipelineParams
- func (o *CreatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePipelineReader
- type CreatePipelineUnprocessableEntity
- type DeletePipelineDefault
- type DeletePipelineForbidden
- type DeletePipelineNoContent
- type DeletePipelineNotFound
- type DeletePipelineParams
- func NewDeletePipelineParams() *DeletePipelineParams
- func NewDeletePipelineParamsWithContext(ctx context.Context) *DeletePipelineParams
- func NewDeletePipelineParamsWithHTTPClient(client *http.Client) *DeletePipelineParams
- func NewDeletePipelineParamsWithTimeout(timeout time.Duration) *DeletePipelineParams
- func (o *DeletePipelineParams) SetContext(ctx context.Context)
- func (o *DeletePipelineParams) SetHTTPClient(client *http.Client)
- func (o *DeletePipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *DeletePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *DeletePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *DeletePipelineParams) SetTimeout(timeout time.Duration)
- func (o *DeletePipelineParams) WithContext(ctx context.Context) *DeletePipelineParams
- func (o *DeletePipelineParams) WithHTTPClient(client *http.Client) *DeletePipelineParams
- func (o *DeletePipelineParams) WithInpathPipelineName(inpathPipelineName string) *DeletePipelineParams
- func (o *DeletePipelineParams) WithOrganizationCanonical(organizationCanonical string) *DeletePipelineParams
- func (o *DeletePipelineParams) WithProjectCanonical(projectCanonical string) *DeletePipelineParams
- func (o *DeletePipelineParams) WithTimeout(timeout time.Duration) *DeletePipelineParams
- func (o *DeletePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePipelineReader
- type DiffPipelineDefault
- type DiffPipelineForbidden
- type DiffPipelineLengthRequired
- type DiffPipelineNotFound
- type DiffPipelineOK
- type DiffPipelineOKBody
- type DiffPipelineParams
- func (o *DiffPipelineParams) SetBody(body *models.UpdatePipeline)
- func (o *DiffPipelineParams) SetContext(ctx context.Context)
- func (o *DiffPipelineParams) SetHTTPClient(client *http.Client)
- func (o *DiffPipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *DiffPipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *DiffPipelineParams) SetTimeout(timeout time.Duration)
- func (o *DiffPipelineParams) WithBody(body *models.UpdatePipeline) *DiffPipelineParams
- func (o *DiffPipelineParams) WithContext(ctx context.Context) *DiffPipelineParams
- func (o *DiffPipelineParams) WithHTTPClient(client *http.Client) *DiffPipelineParams
- func (o *DiffPipelineParams) WithInpathPipelineName(inpathPipelineName string) *DiffPipelineParams
- func (o *DiffPipelineParams) WithOrganizationCanonical(organizationCanonical string) *DiffPipelineParams
- func (o *DiffPipelineParams) WithTimeout(timeout time.Duration) *DiffPipelineParams
- func (o *DiffPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DiffPipelineReader
- type DiffPipelineUnprocessableEntity
- type GetPipelineConfigDefault
- type GetPipelineConfigForbidden
- type GetPipelineConfigNotFound
- type GetPipelineConfigOK
- type GetPipelineConfigOKBody
- type GetPipelineConfigParams
- func NewGetPipelineConfigParams() *GetPipelineConfigParams
- func NewGetPipelineConfigParamsWithContext(ctx context.Context) *GetPipelineConfigParams
- func NewGetPipelineConfigParamsWithHTTPClient(client *http.Client) *GetPipelineConfigParams
- func NewGetPipelineConfigParamsWithTimeout(timeout time.Duration) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) SetContext(ctx context.Context)
- func (o *GetPipelineConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPipelineConfigParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *GetPipelineConfigParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *GetPipelineConfigParams) SetProjectCanonical(projectCanonical string)
- func (o *GetPipelineConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPipelineConfigParams) WithContext(ctx context.Context) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WithHTTPClient(client *http.Client) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WithProjectCanonical(projectCanonical string) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WithTimeout(timeout time.Duration) *GetPipelineConfigParams
- func (o *GetPipelineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPipelineConfigReader
- type GetPipelineDefault
- type GetPipelineForbidden
- type GetPipelineNotFound
- type GetPipelineOK
- type GetPipelineOKBody
- type GetPipelineParams
- func (o *GetPipelineParams) SetContext(ctx context.Context)
- func (o *GetPipelineParams) SetHTTPClient(client *http.Client)
- func (o *GetPipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *GetPipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *GetPipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *GetPipelineParams) SetTimeout(timeout time.Duration)
- func (o *GetPipelineParams) WithContext(ctx context.Context) *GetPipelineParams
- func (o *GetPipelineParams) WithHTTPClient(client *http.Client) *GetPipelineParams
- func (o *GetPipelineParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineParams
- func (o *GetPipelineParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineParams
- func (o *GetPipelineParams) WithProjectCanonical(projectCanonical string) *GetPipelineParams
- func (o *GetPipelineParams) WithTimeout(timeout time.Duration) *GetPipelineParams
- func (o *GetPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPipelineReader
- type GetPipelineVariablesConflict
- type GetPipelineVariablesDefault
- type GetPipelineVariablesForbidden
- type GetPipelineVariablesNotFound
- type GetPipelineVariablesOK
- type GetPipelineVariablesOKBody
- type GetPipelineVariablesParams
- func NewGetPipelineVariablesParams() *GetPipelineVariablesParams
- func NewGetPipelineVariablesParamsWithContext(ctx context.Context) *GetPipelineVariablesParams
- func NewGetPipelineVariablesParamsWithHTTPClient(client *http.Client) *GetPipelineVariablesParams
- func NewGetPipelineVariablesParamsWithTimeout(timeout time.Duration) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) SetContext(ctx context.Context)
- func (o *GetPipelineVariablesParams) SetHTTPClient(client *http.Client)
- func (o *GetPipelineVariablesParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *GetPipelineVariablesParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *GetPipelineVariablesParams) SetProjectCanonical(projectCanonical string)
- func (o *GetPipelineVariablesParams) SetTimeout(timeout time.Duration)
- func (o *GetPipelineVariablesParams) WithContext(ctx context.Context) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WithHTTPClient(client *http.Client) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WithProjectCanonical(projectCanonical string) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WithTimeout(timeout time.Duration) *GetPipelineVariablesParams
- func (o *GetPipelineVariablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPipelineVariablesReader
- type GetPipelinesDefault
- type GetPipelinesNotFound
- type GetPipelinesOK
- type GetPipelinesOKBody
- type GetPipelinesParams
- func (o *GetPipelinesParams) SetContext(ctx context.Context)
- func (o *GetPipelinesParams) SetHTTPClient(client *http.Client)
- func (o *GetPipelinesParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *GetPipelinesParams) SetPageIndex(pageIndex *uint32)
- func (o *GetPipelinesParams) SetPageSize(pageSize *uint32)
- func (o *GetPipelinesParams) SetTimeout(timeout time.Duration)
- func (o *GetPipelinesParams) WithContext(ctx context.Context) *GetPipelinesParams
- func (o *GetPipelinesParams) WithHTTPClient(client *http.Client) *GetPipelinesParams
- func (o *GetPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelinesParams
- func (o *GetPipelinesParams) WithPageIndex(pageIndex *uint32) *GetPipelinesParams
- func (o *GetPipelinesParams) WithPageSize(pageSize *uint32) *GetPipelinesParams
- func (o *GetPipelinesParams) WithTimeout(timeout time.Duration) *GetPipelinesParams
- func (o *GetPipelinesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPipelinesReader
- type GetPipelinesUnprocessableEntity
- type GetProjectPipelinesDefault
- type GetProjectPipelinesNotFound
- type GetProjectPipelinesOK
- type GetProjectPipelinesOKBody
- type GetProjectPipelinesParams
- func NewGetProjectPipelinesParams() *GetProjectPipelinesParams
- func NewGetProjectPipelinesParamsWithContext(ctx context.Context) *GetProjectPipelinesParams
- func NewGetProjectPipelinesParamsWithHTTPClient(client *http.Client) *GetProjectPipelinesParams
- func NewGetProjectPipelinesParamsWithTimeout(timeout time.Duration) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) SetContext(ctx context.Context)
- func (o *GetProjectPipelinesParams) SetHTTPClient(client *http.Client)
- func (o *GetProjectPipelinesParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *GetProjectPipelinesParams) SetPageIndex(pageIndex *uint32)
- func (o *GetProjectPipelinesParams) SetPageSize(pageSize *uint32)
- func (o *GetProjectPipelinesParams) SetProjectCanonical(projectCanonical string)
- func (o *GetProjectPipelinesParams) SetTimeout(timeout time.Duration)
- func (o *GetProjectPipelinesParams) WithContext(ctx context.Context) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithHTTPClient(client *http.Client) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithPageIndex(pageIndex *uint32) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithPageSize(pageSize *uint32) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithProjectCanonical(projectCanonical string) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WithTimeout(timeout time.Duration) *GetProjectPipelinesParams
- func (o *GetProjectPipelinesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProjectPipelinesReader
- type GetProjectPipelinesUnprocessableEntity
- type PausePipelineDefault
- type PausePipelineForbidden
- type PausePipelineNoContent
- type PausePipelineNotFound
- type PausePipelineParams
- func (o *PausePipelineParams) SetContext(ctx context.Context)
- func (o *PausePipelineParams) SetHTTPClient(client *http.Client)
- func (o *PausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *PausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *PausePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *PausePipelineParams) SetTimeout(timeout time.Duration)
- func (o *PausePipelineParams) WithContext(ctx context.Context) *PausePipelineParams
- func (o *PausePipelineParams) WithHTTPClient(client *http.Client) *PausePipelineParams
- func (o *PausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *PausePipelineParams
- func (o *PausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *PausePipelineParams
- func (o *PausePipelineParams) WithProjectCanonical(projectCanonical string) *PausePipelineParams
- func (o *PausePipelineParams) WithTimeout(timeout time.Duration) *PausePipelineParams
- func (o *PausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PausePipelineReader
- type RenamePipelineDefault
- type RenamePipelineForbidden
- type RenamePipelineNoContent
- type RenamePipelineNotFound
- type RenamePipelineParams
- func NewRenamePipelineParams() *RenamePipelineParams
- func NewRenamePipelineParamsWithContext(ctx context.Context) *RenamePipelineParams
- func NewRenamePipelineParamsWithHTTPClient(client *http.Client) *RenamePipelineParams
- func NewRenamePipelineParamsWithTimeout(timeout time.Duration) *RenamePipelineParams
- func (o *RenamePipelineParams) SetContext(ctx context.Context)
- func (o *RenamePipelineParams) SetHTTPClient(client *http.Client)
- func (o *RenamePipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *RenamePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *RenamePipelineParams) SetPipelineName(pipelineName string)
- func (o *RenamePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *RenamePipelineParams) SetTimeout(timeout time.Duration)
- func (o *RenamePipelineParams) WithContext(ctx context.Context) *RenamePipelineParams
- func (o *RenamePipelineParams) WithHTTPClient(client *http.Client) *RenamePipelineParams
- func (o *RenamePipelineParams) WithInpathPipelineName(inpathPipelineName string) *RenamePipelineParams
- func (o *RenamePipelineParams) WithOrganizationCanonical(organizationCanonical string) *RenamePipelineParams
- func (o *RenamePipelineParams) WithPipelineName(pipelineName string) *RenamePipelineParams
- func (o *RenamePipelineParams) WithProjectCanonical(projectCanonical string) *RenamePipelineParams
- func (o *RenamePipelineParams) WithTimeout(timeout time.Duration) *RenamePipelineParams
- func (o *RenamePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RenamePipelineReader
- type UnpausePipelineDefault
- type UnpausePipelineForbidden
- type UnpausePipelineNoContent
- type UnpausePipelineNotFound
- type UnpausePipelineParams
- func NewUnpausePipelineParams() *UnpausePipelineParams
- func NewUnpausePipelineParamsWithContext(ctx context.Context) *UnpausePipelineParams
- func NewUnpausePipelineParamsWithHTTPClient(client *http.Client) *UnpausePipelineParams
- func NewUnpausePipelineParamsWithTimeout(timeout time.Duration) *UnpausePipelineParams
- func (o *UnpausePipelineParams) SetContext(ctx context.Context)
- func (o *UnpausePipelineParams) SetHTTPClient(client *http.Client)
- func (o *UnpausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *UnpausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *UnpausePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *UnpausePipelineParams) SetTimeout(timeout time.Duration)
- func (o *UnpausePipelineParams) WithContext(ctx context.Context) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WithHTTPClient(client *http.Client) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WithProjectCanonical(projectCanonical string) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WithTimeout(timeout time.Duration) *UnpausePipelineParams
- func (o *UnpausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnpausePipelineReader
- type UpdatePipelineDefault
- type UpdatePipelineForbidden
- type UpdatePipelineLengthRequired
- type UpdatePipelineNotFound
- type UpdatePipelineOK
- type UpdatePipelineOKBody
- type UpdatePipelineParams
- func NewUpdatePipelineParams() *UpdatePipelineParams
- func NewUpdatePipelineParamsWithContext(ctx context.Context) *UpdatePipelineParams
- func NewUpdatePipelineParamsWithHTTPClient(client *http.Client) *UpdatePipelineParams
- func NewUpdatePipelineParamsWithTimeout(timeout time.Duration) *UpdatePipelineParams
- func (o *UpdatePipelineParams) SetBody(body *models.UpdatePipeline)
- func (o *UpdatePipelineParams) SetContext(ctx context.Context)
- func (o *UpdatePipelineParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePipelineParams) SetInpathPipelineName(inpathPipelineName string)
- func (o *UpdatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
- func (o *UpdatePipelineParams) SetProjectCanonical(projectCanonical string)
- func (o *UpdatePipelineParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePipelineParams) WithBody(body *models.UpdatePipeline) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithContext(ctx context.Context) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithHTTPClient(client *http.Client) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithProjectCanonical(projectCanonical string) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WithTimeout(timeout time.Duration) *UpdatePipelineParams
- func (o *UpdatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePipelineReader
- type UpdatePipelineUnprocessableEntity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for organization pipelines API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new organization pipelines API client.
func (*Client) CreatePipeline ¶
func (a *Client) CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePipelineOK, error)
CreatePipeline Create a new pipeline
func (*Client) DeletePipeline ¶
func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineNoContent, error)
DeletePipeline Delete the pipeline.
func (*Client) DiffPipeline ¶
func (a *Client) DiffPipeline(params *DiffPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DiffPipelineOK, error)
DiffPipeline The diff between the provided pipeline configuration and the pipeline from the given name.
func (*Client) GetPipeline ¶
func (a *Client) GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineOK, error)
GetPipeline Get the configuration of the pipeline.
func (*Client) GetPipelineConfig ¶
func (a *Client) GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineConfigOK, error)
GetPipelineConfig Get the YAML configuration of the pipeline.
func (*Client) GetPipelineVariables ¶
func (a *Client) GetPipelineVariables(params *GetPipelineVariablesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineVariablesOK, error)
GetPipelineVariables Get the YAML variables of the pipeline.
func (*Client) GetPipelines ¶
func (a *Client) GetPipelines(params *GetPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelinesOK, error)
GetPipelines Get all the pipelines that the authenticated user has access to.
func (*Client) GetProjectPipelines ¶
func (a *Client) GetProjectPipelines(params *GetProjectPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectPipelinesOK, error)
GetProjectPipelines Get the pipelines that the authenticated user has access to.
func (*Client) PausePipeline ¶
func (a *Client) PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*PausePipelineNoContent, error)
PausePipeline Pause a pipeline
func (*Client) RenamePipeline ¶
func (a *Client) RenamePipeline(params *RenamePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*RenamePipelineNoContent, error)
RenamePipeline Rename a pipeline
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UnpausePipeline ¶
func (a *Client) UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UnpausePipelineNoContent, error)
UnpausePipeline Unpause a pipeline
func (*Client) UpdatePipeline ¶
func (a *Client) UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePipelineOK, error)
UpdatePipeline Update the configuration of the given pipeline name.
type CreatePipelineDefault ¶
type CreatePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
CreatePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewCreatePipelineDefault ¶
func NewCreatePipelineDefault(code int) *CreatePipelineDefault
NewCreatePipelineDefault creates a CreatePipelineDefault with default headers values
func (*CreatePipelineDefault) Code ¶
func (o *CreatePipelineDefault) Code() int
Code gets the status code for the create pipeline default response
func (*CreatePipelineDefault) Error ¶
func (o *CreatePipelineDefault) Error() string
func (*CreatePipelineDefault) GetPayload ¶
func (o *CreatePipelineDefault) GetPayload() *models.ErrorPayload
type CreatePipelineForbidden ¶
type CreatePipelineForbidden struct {
Payload *models.ErrorPayload
}
CreatePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewCreatePipelineForbidden ¶
func NewCreatePipelineForbidden() *CreatePipelineForbidden
NewCreatePipelineForbidden creates a CreatePipelineForbidden with default headers values
func (*CreatePipelineForbidden) Error ¶
func (o *CreatePipelineForbidden) Error() string
func (*CreatePipelineForbidden) GetPayload ¶
func (o *CreatePipelineForbidden) GetPayload() *models.ErrorPayload
type CreatePipelineLengthRequired ¶
type CreatePipelineLengthRequired struct { }
CreatePipelineLengthRequired handles this case with default header values.
The request has a body but it doesn't have a Content-Length header.
func NewCreatePipelineLengthRequired ¶
func NewCreatePipelineLengthRequired() *CreatePipelineLengthRequired
NewCreatePipelineLengthRequired creates a CreatePipelineLengthRequired with default headers values
func (*CreatePipelineLengthRequired) Error ¶
func (o *CreatePipelineLengthRequired) Error() string
type CreatePipelineNotFound ¶
type CreatePipelineNotFound struct {
Payload *models.ErrorPayload
}
CreatePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewCreatePipelineNotFound ¶
func NewCreatePipelineNotFound() *CreatePipelineNotFound
NewCreatePipelineNotFound creates a CreatePipelineNotFound with default headers values
func (*CreatePipelineNotFound) Error ¶
func (o *CreatePipelineNotFound) Error() string
func (*CreatePipelineNotFound) GetPayload ¶
func (o *CreatePipelineNotFound) GetPayload() *models.ErrorPayload
type CreatePipelineOK ¶
type CreatePipelineOK struct {
Payload *CreatePipelineOKBody
}
CreatePipelineOK handles this case with default header values.
The information of the pipeline which has been created.
func NewCreatePipelineOK ¶
func NewCreatePipelineOK() *CreatePipelineOK
NewCreatePipelineOK creates a CreatePipelineOK with default headers values
func (*CreatePipelineOK) Error ¶
func (o *CreatePipelineOK) Error() string
func (*CreatePipelineOK) GetPayload ¶
func (o *CreatePipelineOK) GetPayload() *CreatePipelineOKBody
type CreatePipelineOKBody ¶
CreatePipelineOKBody create pipeline o k body swagger:model CreatePipelineOKBody
func (*CreatePipelineOKBody) MarshalBinary ¶
func (o *CreatePipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreatePipelineOKBody) UnmarshalBinary ¶
func (o *CreatePipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreatePipelineParams ¶
type CreatePipelineParams struct { /*Body The configuration of the pipeline to create. */ Body *models.NewPipeline /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreatePipelineParams contains all the parameters to send to the API endpoint for the create pipeline operation typically these are written to a http.Request
func NewCreatePipelineParams ¶
func NewCreatePipelineParams() *CreatePipelineParams
NewCreatePipelineParams creates a new CreatePipelineParams object with the default values initialized.
func NewCreatePipelineParamsWithContext ¶
func NewCreatePipelineParamsWithContext(ctx context.Context) *CreatePipelineParams
NewCreatePipelineParamsWithContext creates a new CreatePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewCreatePipelineParamsWithHTTPClient ¶
func NewCreatePipelineParamsWithHTTPClient(client *http.Client) *CreatePipelineParams
NewCreatePipelineParamsWithHTTPClient creates a new CreatePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreatePipelineParamsWithTimeout ¶
func NewCreatePipelineParamsWithTimeout(timeout time.Duration) *CreatePipelineParams
NewCreatePipelineParamsWithTimeout creates a new CreatePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreatePipelineParams) SetBody ¶
func (o *CreatePipelineParams) SetBody(body *models.NewPipeline)
SetBody adds the body to the create pipeline params
func (*CreatePipelineParams) SetContext ¶
func (o *CreatePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the create pipeline params
func (*CreatePipelineParams) SetHTTPClient ¶
func (o *CreatePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create pipeline params
func (*CreatePipelineParams) SetOrganizationCanonical ¶
func (o *CreatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the create pipeline params
func (*CreatePipelineParams) SetProjectCanonical ¶
func (o *CreatePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the create pipeline params
func (*CreatePipelineParams) SetTimeout ¶
func (o *CreatePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create pipeline params
func (*CreatePipelineParams) WithBody ¶
func (o *CreatePipelineParams) WithBody(body *models.NewPipeline) *CreatePipelineParams
WithBody adds the body to the create pipeline params
func (*CreatePipelineParams) WithContext ¶
func (o *CreatePipelineParams) WithContext(ctx context.Context) *CreatePipelineParams
WithContext adds the context to the create pipeline params
func (*CreatePipelineParams) WithHTTPClient ¶
func (o *CreatePipelineParams) WithHTTPClient(client *http.Client) *CreatePipelineParams
WithHTTPClient adds the HTTPClient to the create pipeline params
func (*CreatePipelineParams) WithOrganizationCanonical ¶
func (o *CreatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *CreatePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the create pipeline params
func (*CreatePipelineParams) WithProjectCanonical ¶
func (o *CreatePipelineParams) WithProjectCanonical(projectCanonical string) *CreatePipelineParams
WithProjectCanonical adds the projectCanonical to the create pipeline params
func (*CreatePipelineParams) WithTimeout ¶
func (o *CreatePipelineParams) WithTimeout(timeout time.Duration) *CreatePipelineParams
WithTimeout adds the timeout to the create pipeline params
func (*CreatePipelineParams) WriteToRequest ¶
func (o *CreatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePipelineReader ¶
type CreatePipelineReader struct {
// contains filtered or unexported fields
}
CreatePipelineReader is a Reader for the CreatePipeline structure.
func (*CreatePipelineReader) ReadResponse ¶
func (o *CreatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePipelineUnprocessableEntity ¶
type CreatePipelineUnprocessableEntity struct {
Payload *models.ErrorPayload
}
CreatePipelineUnprocessableEntity handles this case with default header values.
All the custom errors that are generated from the Cycloid API
func NewCreatePipelineUnprocessableEntity ¶
func NewCreatePipelineUnprocessableEntity() *CreatePipelineUnprocessableEntity
NewCreatePipelineUnprocessableEntity creates a CreatePipelineUnprocessableEntity with default headers values
func (*CreatePipelineUnprocessableEntity) Error ¶
func (o *CreatePipelineUnprocessableEntity) Error() string
func (*CreatePipelineUnprocessableEntity) GetPayload ¶
func (o *CreatePipelineUnprocessableEntity) GetPayload() *models.ErrorPayload
type DeletePipelineDefault ¶
type DeletePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
DeletePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewDeletePipelineDefault ¶
func NewDeletePipelineDefault(code int) *DeletePipelineDefault
NewDeletePipelineDefault creates a DeletePipelineDefault with default headers values
func (*DeletePipelineDefault) Code ¶
func (o *DeletePipelineDefault) Code() int
Code gets the status code for the delete pipeline default response
func (*DeletePipelineDefault) Error ¶
func (o *DeletePipelineDefault) Error() string
func (*DeletePipelineDefault) GetPayload ¶
func (o *DeletePipelineDefault) GetPayload() *models.ErrorPayload
type DeletePipelineForbidden ¶
type DeletePipelineForbidden struct {
Payload *models.ErrorPayload
}
DeletePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewDeletePipelineForbidden ¶
func NewDeletePipelineForbidden() *DeletePipelineForbidden
NewDeletePipelineForbidden creates a DeletePipelineForbidden with default headers values
func (*DeletePipelineForbidden) Error ¶
func (o *DeletePipelineForbidden) Error() string
func (*DeletePipelineForbidden) GetPayload ¶
func (o *DeletePipelineForbidden) GetPayload() *models.ErrorPayload
type DeletePipelineNoContent ¶
type DeletePipelineNoContent struct { }
DeletePipelineNoContent handles this case with default header values.
Pipeline has been deleted.
func NewDeletePipelineNoContent ¶
func NewDeletePipelineNoContent() *DeletePipelineNoContent
NewDeletePipelineNoContent creates a DeletePipelineNoContent with default headers values
func (*DeletePipelineNoContent) Error ¶
func (o *DeletePipelineNoContent) Error() string
type DeletePipelineNotFound ¶
type DeletePipelineNotFound struct {
Payload *models.ErrorPayload
}
DeletePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewDeletePipelineNotFound ¶
func NewDeletePipelineNotFound() *DeletePipelineNotFound
NewDeletePipelineNotFound creates a DeletePipelineNotFound with default headers values
func (*DeletePipelineNotFound) Error ¶
func (o *DeletePipelineNotFound) Error() string
func (*DeletePipelineNotFound) GetPayload ¶
func (o *DeletePipelineNotFound) GetPayload() *models.ErrorPayload
type DeletePipelineParams ¶
type DeletePipelineParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePipelineParams contains all the parameters to send to the API endpoint for the delete pipeline operation typically these are written to a http.Request
func NewDeletePipelineParams ¶
func NewDeletePipelineParams() *DeletePipelineParams
NewDeletePipelineParams creates a new DeletePipelineParams object with the default values initialized.
func NewDeletePipelineParamsWithContext ¶
func NewDeletePipelineParamsWithContext(ctx context.Context) *DeletePipelineParams
NewDeletePipelineParamsWithContext creates a new DeletePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePipelineParamsWithHTTPClient ¶
func NewDeletePipelineParamsWithHTTPClient(client *http.Client) *DeletePipelineParams
NewDeletePipelineParamsWithHTTPClient creates a new DeletePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePipelineParamsWithTimeout ¶
func NewDeletePipelineParamsWithTimeout(timeout time.Duration) *DeletePipelineParams
NewDeletePipelineParamsWithTimeout creates a new DeletePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePipelineParams) SetContext ¶
func (o *DeletePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the delete pipeline params
func (*DeletePipelineParams) SetHTTPClient ¶
func (o *DeletePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete pipeline params
func (*DeletePipelineParams) SetInpathPipelineName ¶
func (o *DeletePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the delete pipeline params
func (*DeletePipelineParams) SetOrganizationCanonical ¶
func (o *DeletePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the delete pipeline params
func (*DeletePipelineParams) SetProjectCanonical ¶
func (o *DeletePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the delete pipeline params
func (*DeletePipelineParams) SetTimeout ¶
func (o *DeletePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete pipeline params
func (*DeletePipelineParams) WithContext ¶
func (o *DeletePipelineParams) WithContext(ctx context.Context) *DeletePipelineParams
WithContext adds the context to the delete pipeline params
func (*DeletePipelineParams) WithHTTPClient ¶
func (o *DeletePipelineParams) WithHTTPClient(client *http.Client) *DeletePipelineParams
WithHTTPClient adds the HTTPClient to the delete pipeline params
func (*DeletePipelineParams) WithInpathPipelineName ¶
func (o *DeletePipelineParams) WithInpathPipelineName(inpathPipelineName string) *DeletePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the delete pipeline params
func (*DeletePipelineParams) WithOrganizationCanonical ¶
func (o *DeletePipelineParams) WithOrganizationCanonical(organizationCanonical string) *DeletePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the delete pipeline params
func (*DeletePipelineParams) WithProjectCanonical ¶
func (o *DeletePipelineParams) WithProjectCanonical(projectCanonical string) *DeletePipelineParams
WithProjectCanonical adds the projectCanonical to the delete pipeline params
func (*DeletePipelineParams) WithTimeout ¶
func (o *DeletePipelineParams) WithTimeout(timeout time.Duration) *DeletePipelineParams
WithTimeout adds the timeout to the delete pipeline params
func (*DeletePipelineParams) WriteToRequest ¶
func (o *DeletePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePipelineReader ¶
type DeletePipelineReader struct {
// contains filtered or unexported fields
}
DeletePipelineReader is a Reader for the DeletePipeline structure.
func (*DeletePipelineReader) ReadResponse ¶
func (o *DeletePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DiffPipelineDefault ¶
type DiffPipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
DiffPipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewDiffPipelineDefault ¶
func NewDiffPipelineDefault(code int) *DiffPipelineDefault
NewDiffPipelineDefault creates a DiffPipelineDefault with default headers values
func (*DiffPipelineDefault) Code ¶
func (o *DiffPipelineDefault) Code() int
Code gets the status code for the diff pipeline default response
func (*DiffPipelineDefault) Error ¶
func (o *DiffPipelineDefault) Error() string
func (*DiffPipelineDefault) GetPayload ¶
func (o *DiffPipelineDefault) GetPayload() *models.ErrorPayload
type DiffPipelineForbidden ¶
type DiffPipelineForbidden struct {
Payload *models.ErrorPayload
}
DiffPipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewDiffPipelineForbidden ¶
func NewDiffPipelineForbidden() *DiffPipelineForbidden
NewDiffPipelineForbidden creates a DiffPipelineForbidden with default headers values
func (*DiffPipelineForbidden) Error ¶
func (o *DiffPipelineForbidden) Error() string
func (*DiffPipelineForbidden) GetPayload ¶
func (o *DiffPipelineForbidden) GetPayload() *models.ErrorPayload
type DiffPipelineLengthRequired ¶
type DiffPipelineLengthRequired struct { }
DiffPipelineLengthRequired handles this case with default header values.
The request has a body but it doesn't have a Content-Length header.
func NewDiffPipelineLengthRequired ¶
func NewDiffPipelineLengthRequired() *DiffPipelineLengthRequired
NewDiffPipelineLengthRequired creates a DiffPipelineLengthRequired with default headers values
func (*DiffPipelineLengthRequired) Error ¶
func (o *DiffPipelineLengthRequired) Error() string
type DiffPipelineNotFound ¶
type DiffPipelineNotFound struct {
Payload *models.ErrorPayload
}
DiffPipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewDiffPipelineNotFound ¶
func NewDiffPipelineNotFound() *DiffPipelineNotFound
NewDiffPipelineNotFound creates a DiffPipelineNotFound with default headers values
func (*DiffPipelineNotFound) Error ¶
func (o *DiffPipelineNotFound) Error() string
func (*DiffPipelineNotFound) GetPayload ¶
func (o *DiffPipelineNotFound) GetPayload() *models.ErrorPayload
type DiffPipelineOK ¶
type DiffPipelineOK struct {
Payload *DiffPipelineOKBody
}
DiffPipelineOK handles this case with default header values.
The diff between the provided pipeline configuration and the existing pipeline has been done.
func NewDiffPipelineOK ¶
func NewDiffPipelineOK() *DiffPipelineOK
NewDiffPipelineOK creates a DiffPipelineOK with default headers values
func (*DiffPipelineOK) Error ¶
func (o *DiffPipelineOK) Error() string
func (*DiffPipelineOK) GetPayload ¶
func (o *DiffPipelineOK) GetPayload() *DiffPipelineOKBody
type DiffPipelineOKBody ¶
type DiffPipelineOKBody struct { // data // Required: true Data *models.PipelineDiffs `json:"data"` }
DiffPipelineOKBody diff pipeline o k body swagger:model DiffPipelineOKBody
func (*DiffPipelineOKBody) MarshalBinary ¶
func (o *DiffPipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DiffPipelineOKBody) UnmarshalBinary ¶
func (o *DiffPipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DiffPipelineParams ¶
type DiffPipelineParams struct { /*Body The pipeline configuration */ Body *models.UpdatePipeline /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DiffPipelineParams contains all the parameters to send to the API endpoint for the diff pipeline operation typically these are written to a http.Request
func NewDiffPipelineParams ¶
func NewDiffPipelineParams() *DiffPipelineParams
NewDiffPipelineParams creates a new DiffPipelineParams object with the default values initialized.
func NewDiffPipelineParamsWithContext ¶
func NewDiffPipelineParamsWithContext(ctx context.Context) *DiffPipelineParams
NewDiffPipelineParamsWithContext creates a new DiffPipelineParams object with the default values initialized, and the ability to set a context for a request
func NewDiffPipelineParamsWithHTTPClient ¶
func NewDiffPipelineParamsWithHTTPClient(client *http.Client) *DiffPipelineParams
NewDiffPipelineParamsWithHTTPClient creates a new DiffPipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDiffPipelineParamsWithTimeout ¶
func NewDiffPipelineParamsWithTimeout(timeout time.Duration) *DiffPipelineParams
NewDiffPipelineParamsWithTimeout creates a new DiffPipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*DiffPipelineParams) SetBody ¶
func (o *DiffPipelineParams) SetBody(body *models.UpdatePipeline)
SetBody adds the body to the diff pipeline params
func (*DiffPipelineParams) SetContext ¶
func (o *DiffPipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the diff pipeline params
func (*DiffPipelineParams) SetHTTPClient ¶
func (o *DiffPipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the diff pipeline params
func (*DiffPipelineParams) SetInpathPipelineName ¶
func (o *DiffPipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the diff pipeline params
func (*DiffPipelineParams) SetOrganizationCanonical ¶
func (o *DiffPipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the diff pipeline params
func (*DiffPipelineParams) SetTimeout ¶
func (o *DiffPipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the diff pipeline params
func (*DiffPipelineParams) WithBody ¶
func (o *DiffPipelineParams) WithBody(body *models.UpdatePipeline) *DiffPipelineParams
WithBody adds the body to the diff pipeline params
func (*DiffPipelineParams) WithContext ¶
func (o *DiffPipelineParams) WithContext(ctx context.Context) *DiffPipelineParams
WithContext adds the context to the diff pipeline params
func (*DiffPipelineParams) WithHTTPClient ¶
func (o *DiffPipelineParams) WithHTTPClient(client *http.Client) *DiffPipelineParams
WithHTTPClient adds the HTTPClient to the diff pipeline params
func (*DiffPipelineParams) WithInpathPipelineName ¶
func (o *DiffPipelineParams) WithInpathPipelineName(inpathPipelineName string) *DiffPipelineParams
WithInpathPipelineName adds the inpathPipelineName to the diff pipeline params
func (*DiffPipelineParams) WithOrganizationCanonical ¶
func (o *DiffPipelineParams) WithOrganizationCanonical(organizationCanonical string) *DiffPipelineParams
WithOrganizationCanonical adds the organizationCanonical to the diff pipeline params
func (*DiffPipelineParams) WithTimeout ¶
func (o *DiffPipelineParams) WithTimeout(timeout time.Duration) *DiffPipelineParams
WithTimeout adds the timeout to the diff pipeline params
func (*DiffPipelineParams) WriteToRequest ¶
func (o *DiffPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DiffPipelineReader ¶
type DiffPipelineReader struct {
// contains filtered or unexported fields
}
DiffPipelineReader is a Reader for the DiffPipeline structure.
func (*DiffPipelineReader) ReadResponse ¶
func (o *DiffPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DiffPipelineUnprocessableEntity ¶
type DiffPipelineUnprocessableEntity struct {
Payload *models.ErrorPayload
}
DiffPipelineUnprocessableEntity handles this case with default header values.
All the custom errors that are generated from the Cycloid API
func NewDiffPipelineUnprocessableEntity ¶
func NewDiffPipelineUnprocessableEntity() *DiffPipelineUnprocessableEntity
NewDiffPipelineUnprocessableEntity creates a DiffPipelineUnprocessableEntity with default headers values
func (*DiffPipelineUnprocessableEntity) Error ¶
func (o *DiffPipelineUnprocessableEntity) Error() string
func (*DiffPipelineUnprocessableEntity) GetPayload ¶
func (o *DiffPipelineUnprocessableEntity) GetPayload() *models.ErrorPayload
type GetPipelineConfigDefault ¶
type GetPipelineConfigDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
GetPipelineConfigDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewGetPipelineConfigDefault ¶
func NewGetPipelineConfigDefault(code int) *GetPipelineConfigDefault
NewGetPipelineConfigDefault creates a GetPipelineConfigDefault with default headers values
func (*GetPipelineConfigDefault) Code ¶
func (o *GetPipelineConfigDefault) Code() int
Code gets the status code for the get pipeline config default response
func (*GetPipelineConfigDefault) Error ¶
func (o *GetPipelineConfigDefault) Error() string
func (*GetPipelineConfigDefault) GetPayload ¶
func (o *GetPipelineConfigDefault) GetPayload() *models.ErrorPayload
type GetPipelineConfigForbidden ¶
type GetPipelineConfigForbidden struct {
Payload *models.ErrorPayload
}
GetPipelineConfigForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewGetPipelineConfigForbidden ¶
func NewGetPipelineConfigForbidden() *GetPipelineConfigForbidden
NewGetPipelineConfigForbidden creates a GetPipelineConfigForbidden with default headers values
func (*GetPipelineConfigForbidden) Error ¶
func (o *GetPipelineConfigForbidden) Error() string
func (*GetPipelineConfigForbidden) GetPayload ¶
func (o *GetPipelineConfigForbidden) GetPayload() *models.ErrorPayload
type GetPipelineConfigNotFound ¶
type GetPipelineConfigNotFound struct {
Payload *models.ErrorPayload
}
GetPipelineConfigNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewGetPipelineConfigNotFound ¶
func NewGetPipelineConfigNotFound() *GetPipelineConfigNotFound
NewGetPipelineConfigNotFound creates a GetPipelineConfigNotFound with default headers values
func (*GetPipelineConfigNotFound) Error ¶
func (o *GetPipelineConfigNotFound) Error() string
func (*GetPipelineConfigNotFound) GetPayload ¶
func (o *GetPipelineConfigNotFound) GetPayload() *models.ErrorPayload
type GetPipelineConfigOK ¶
type GetPipelineConfigOK struct {
Payload *GetPipelineConfigOKBody
}
GetPipelineConfigOK handles this case with default header values.
This endpoint returns the config of the pipeline.
func NewGetPipelineConfigOK ¶
func NewGetPipelineConfigOK() *GetPipelineConfigOK
NewGetPipelineConfigOK creates a GetPipelineConfigOK with default headers values
func (*GetPipelineConfigOK) Error ¶
func (o *GetPipelineConfigOK) Error() string
func (*GetPipelineConfigOK) GetPayload ¶
func (o *GetPipelineConfigOK) GetPayload() *GetPipelineConfigOKBody
type GetPipelineConfigOKBody ¶
type GetPipelineConfigOKBody struct { // data // Required: true Data *string `json:"data"` }
GetPipelineConfigOKBody get pipeline config o k body swagger:model GetPipelineConfigOKBody
func (*GetPipelineConfigOKBody) MarshalBinary ¶
func (o *GetPipelineConfigOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineConfigOKBody) UnmarshalBinary ¶
func (o *GetPipelineConfigOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineConfigParams ¶
type GetPipelineConfigParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPipelineConfigParams contains all the parameters to send to the API endpoint for the get pipeline config operation typically these are written to a http.Request
func NewGetPipelineConfigParams ¶
func NewGetPipelineConfigParams() *GetPipelineConfigParams
NewGetPipelineConfigParams creates a new GetPipelineConfigParams object with the default values initialized.
func NewGetPipelineConfigParamsWithContext ¶
func NewGetPipelineConfigParamsWithContext(ctx context.Context) *GetPipelineConfigParams
NewGetPipelineConfigParamsWithContext creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPipelineConfigParamsWithHTTPClient ¶
func NewGetPipelineConfigParamsWithHTTPClient(client *http.Client) *GetPipelineConfigParams
NewGetPipelineConfigParamsWithHTTPClient creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPipelineConfigParamsWithTimeout ¶
func NewGetPipelineConfigParamsWithTimeout(timeout time.Duration) *GetPipelineConfigParams
NewGetPipelineConfigParamsWithTimeout creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPipelineConfigParams) SetContext ¶
func (o *GetPipelineConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline config params
func (*GetPipelineConfigParams) SetHTTPClient ¶
func (o *GetPipelineConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline config params
func (*GetPipelineConfigParams) SetInpathPipelineName ¶
func (o *GetPipelineConfigParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline config params
func (*GetPipelineConfigParams) SetOrganizationCanonical ¶
func (o *GetPipelineConfigParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline config params
func (*GetPipelineConfigParams) SetProjectCanonical ¶
func (o *GetPipelineConfigParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline config params
func (*GetPipelineConfigParams) SetTimeout ¶
func (o *GetPipelineConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline config params
func (*GetPipelineConfigParams) WithContext ¶
func (o *GetPipelineConfigParams) WithContext(ctx context.Context) *GetPipelineConfigParams
WithContext adds the context to the get pipeline config params
func (*GetPipelineConfigParams) WithHTTPClient ¶
func (o *GetPipelineConfigParams) WithHTTPClient(client *http.Client) *GetPipelineConfigParams
WithHTTPClient adds the HTTPClient to the get pipeline config params
func (*GetPipelineConfigParams) WithInpathPipelineName ¶
func (o *GetPipelineConfigParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineConfigParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline config params
func (*GetPipelineConfigParams) WithOrganizationCanonical ¶
func (o *GetPipelineConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineConfigParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline config params
func (*GetPipelineConfigParams) WithProjectCanonical ¶
func (o *GetPipelineConfigParams) WithProjectCanonical(projectCanonical string) *GetPipelineConfigParams
WithProjectCanonical adds the projectCanonical to the get pipeline config params
func (*GetPipelineConfigParams) WithTimeout ¶
func (o *GetPipelineConfigParams) WithTimeout(timeout time.Duration) *GetPipelineConfigParams
WithTimeout adds the timeout to the get pipeline config params
func (*GetPipelineConfigParams) WriteToRequest ¶
func (o *GetPipelineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineConfigReader ¶
type GetPipelineConfigReader struct {
// contains filtered or unexported fields
}
GetPipelineConfigReader is a Reader for the GetPipelineConfig structure.
func (*GetPipelineConfigReader) ReadResponse ¶
func (o *GetPipelineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelineDefault ¶
type GetPipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
GetPipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewGetPipelineDefault ¶
func NewGetPipelineDefault(code int) *GetPipelineDefault
NewGetPipelineDefault creates a GetPipelineDefault with default headers values
func (*GetPipelineDefault) Code ¶
func (o *GetPipelineDefault) Code() int
Code gets the status code for the get pipeline default response
func (*GetPipelineDefault) Error ¶
func (o *GetPipelineDefault) Error() string
func (*GetPipelineDefault) GetPayload ¶
func (o *GetPipelineDefault) GetPayload() *models.ErrorPayload
type GetPipelineForbidden ¶
type GetPipelineForbidden struct {
Payload *models.ErrorPayload
}
GetPipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewGetPipelineForbidden ¶
func NewGetPipelineForbidden() *GetPipelineForbidden
NewGetPipelineForbidden creates a GetPipelineForbidden with default headers values
func (*GetPipelineForbidden) Error ¶
func (o *GetPipelineForbidden) Error() string
func (*GetPipelineForbidden) GetPayload ¶
func (o *GetPipelineForbidden) GetPayload() *models.ErrorPayload
type GetPipelineNotFound ¶
type GetPipelineNotFound struct {
Payload *models.ErrorPayload
}
GetPipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewGetPipelineNotFound ¶
func NewGetPipelineNotFound() *GetPipelineNotFound
NewGetPipelineNotFound creates a GetPipelineNotFound with default headers values
func (*GetPipelineNotFound) Error ¶
func (o *GetPipelineNotFound) Error() string
func (*GetPipelineNotFound) GetPayload ¶
func (o *GetPipelineNotFound) GetPayload() *models.ErrorPayload
type GetPipelineOK ¶
type GetPipelineOK struct {
Payload *GetPipelineOKBody
}
GetPipelineOK handles this case with default header values.
The information of the pipeline which has the specified name.
func NewGetPipelineOK ¶
func NewGetPipelineOK() *GetPipelineOK
NewGetPipelineOK creates a GetPipelineOK with default headers values
func (*GetPipelineOK) Error ¶
func (o *GetPipelineOK) Error() string
func (*GetPipelineOK) GetPayload ¶
func (o *GetPipelineOK) GetPayload() *GetPipelineOKBody
type GetPipelineOKBody ¶
GetPipelineOKBody get pipeline o k body swagger:model GetPipelineOKBody
func (*GetPipelineOKBody) MarshalBinary ¶
func (o *GetPipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineOKBody) UnmarshalBinary ¶
func (o *GetPipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineParams ¶
type GetPipelineParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPipelineParams contains all the parameters to send to the API endpoint for the get pipeline operation typically these are written to a http.Request
func NewGetPipelineParams ¶
func NewGetPipelineParams() *GetPipelineParams
NewGetPipelineParams creates a new GetPipelineParams object with the default values initialized.
func NewGetPipelineParamsWithContext ¶
func NewGetPipelineParamsWithContext(ctx context.Context) *GetPipelineParams
NewGetPipelineParamsWithContext creates a new GetPipelineParams object with the default values initialized, and the ability to set a context for a request
func NewGetPipelineParamsWithHTTPClient ¶
func NewGetPipelineParamsWithHTTPClient(client *http.Client) *GetPipelineParams
NewGetPipelineParamsWithHTTPClient creates a new GetPipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPipelineParamsWithTimeout ¶
func NewGetPipelineParamsWithTimeout(timeout time.Duration) *GetPipelineParams
NewGetPipelineParamsWithTimeout creates a new GetPipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPipelineParams) SetContext ¶
func (o *GetPipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline params
func (*GetPipelineParams) SetHTTPClient ¶
func (o *GetPipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline params
func (*GetPipelineParams) SetInpathPipelineName ¶
func (o *GetPipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline params
func (*GetPipelineParams) SetOrganizationCanonical ¶
func (o *GetPipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline params
func (*GetPipelineParams) SetProjectCanonical ¶
func (o *GetPipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline params
func (*GetPipelineParams) SetTimeout ¶
func (o *GetPipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline params
func (*GetPipelineParams) WithContext ¶
func (o *GetPipelineParams) WithContext(ctx context.Context) *GetPipelineParams
WithContext adds the context to the get pipeline params
func (*GetPipelineParams) WithHTTPClient ¶
func (o *GetPipelineParams) WithHTTPClient(client *http.Client) *GetPipelineParams
WithHTTPClient adds the HTTPClient to the get pipeline params
func (*GetPipelineParams) WithInpathPipelineName ¶
func (o *GetPipelineParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline params
func (*GetPipelineParams) WithOrganizationCanonical ¶
func (o *GetPipelineParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline params
func (*GetPipelineParams) WithProjectCanonical ¶
func (o *GetPipelineParams) WithProjectCanonical(projectCanonical string) *GetPipelineParams
WithProjectCanonical adds the projectCanonical to the get pipeline params
func (*GetPipelineParams) WithTimeout ¶
func (o *GetPipelineParams) WithTimeout(timeout time.Duration) *GetPipelineParams
WithTimeout adds the timeout to the get pipeline params
func (*GetPipelineParams) WriteToRequest ¶
func (o *GetPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineReader ¶
type GetPipelineReader struct {
// contains filtered or unexported fields
}
GetPipelineReader is a Reader for the GetPipeline structure.
func (*GetPipelineReader) ReadResponse ¶
func (o *GetPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelineVariablesConflict ¶
type GetPipelineVariablesConflict struct { }
GetPipelineVariablesConflict handles this case with default header values.
Project has no config repository configured
func NewGetPipelineVariablesConflict ¶
func NewGetPipelineVariablesConflict() *GetPipelineVariablesConflict
NewGetPipelineVariablesConflict creates a GetPipelineVariablesConflict with default headers values
func (*GetPipelineVariablesConflict) Error ¶
func (o *GetPipelineVariablesConflict) Error() string
type GetPipelineVariablesDefault ¶
type GetPipelineVariablesDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
GetPipelineVariablesDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewGetPipelineVariablesDefault ¶
func NewGetPipelineVariablesDefault(code int) *GetPipelineVariablesDefault
NewGetPipelineVariablesDefault creates a GetPipelineVariablesDefault with default headers values
func (*GetPipelineVariablesDefault) Code ¶
func (o *GetPipelineVariablesDefault) Code() int
Code gets the status code for the get pipeline variables default response
func (*GetPipelineVariablesDefault) Error ¶
func (o *GetPipelineVariablesDefault) Error() string
func (*GetPipelineVariablesDefault) GetPayload ¶
func (o *GetPipelineVariablesDefault) GetPayload() *models.ErrorPayload
type GetPipelineVariablesForbidden ¶
type GetPipelineVariablesForbidden struct {
Payload *models.ErrorPayload
}
GetPipelineVariablesForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewGetPipelineVariablesForbidden ¶
func NewGetPipelineVariablesForbidden() *GetPipelineVariablesForbidden
NewGetPipelineVariablesForbidden creates a GetPipelineVariablesForbidden with default headers values
func (*GetPipelineVariablesForbidden) Error ¶
func (o *GetPipelineVariablesForbidden) Error() string
func (*GetPipelineVariablesForbidden) GetPayload ¶
func (o *GetPipelineVariablesForbidden) GetPayload() *models.ErrorPayload
type GetPipelineVariablesNotFound ¶
type GetPipelineVariablesNotFound struct {
Payload *models.ErrorPayload
}
GetPipelineVariablesNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewGetPipelineVariablesNotFound ¶
func NewGetPipelineVariablesNotFound() *GetPipelineVariablesNotFound
NewGetPipelineVariablesNotFound creates a GetPipelineVariablesNotFound with default headers values
func (*GetPipelineVariablesNotFound) Error ¶
func (o *GetPipelineVariablesNotFound) Error() string
func (*GetPipelineVariablesNotFound) GetPayload ¶
func (o *GetPipelineVariablesNotFound) GetPayload() *models.ErrorPayload
type GetPipelineVariablesOK ¶
type GetPipelineVariablesOK struct {
Payload *GetPipelineVariablesOKBody
}
GetPipelineVariablesOK handles this case with default header values.
This endpoint returns the variables of the pipeline.
func NewGetPipelineVariablesOK ¶
func NewGetPipelineVariablesOK() *GetPipelineVariablesOK
NewGetPipelineVariablesOK creates a GetPipelineVariablesOK with default headers values
func (*GetPipelineVariablesOK) Error ¶
func (o *GetPipelineVariablesOK) Error() string
func (*GetPipelineVariablesOK) GetPayload ¶
func (o *GetPipelineVariablesOK) GetPayload() *GetPipelineVariablesOKBody
type GetPipelineVariablesOKBody ¶
type GetPipelineVariablesOKBody struct { // data // Required: true Data *models.PipelineVariables `json:"data"` }
GetPipelineVariablesOKBody get pipeline variables o k body swagger:model GetPipelineVariablesOKBody
func (*GetPipelineVariablesOKBody) MarshalBinary ¶
func (o *GetPipelineVariablesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineVariablesOKBody) UnmarshalBinary ¶
func (o *GetPipelineVariablesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineVariablesParams ¶
type GetPipelineVariablesParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPipelineVariablesParams contains all the parameters to send to the API endpoint for the get pipeline variables operation typically these are written to a http.Request
func NewGetPipelineVariablesParams ¶
func NewGetPipelineVariablesParams() *GetPipelineVariablesParams
NewGetPipelineVariablesParams creates a new GetPipelineVariablesParams object with the default values initialized.
func NewGetPipelineVariablesParamsWithContext ¶
func NewGetPipelineVariablesParamsWithContext(ctx context.Context) *GetPipelineVariablesParams
NewGetPipelineVariablesParamsWithContext creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a context for a request
func NewGetPipelineVariablesParamsWithHTTPClient ¶
func NewGetPipelineVariablesParamsWithHTTPClient(client *http.Client) *GetPipelineVariablesParams
NewGetPipelineVariablesParamsWithHTTPClient creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPipelineVariablesParamsWithTimeout ¶
func NewGetPipelineVariablesParamsWithTimeout(timeout time.Duration) *GetPipelineVariablesParams
NewGetPipelineVariablesParamsWithTimeout creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPipelineVariablesParams) SetContext ¶
func (o *GetPipelineVariablesParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline variables params
func (*GetPipelineVariablesParams) SetHTTPClient ¶
func (o *GetPipelineVariablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline variables params
func (*GetPipelineVariablesParams) SetInpathPipelineName ¶
func (o *GetPipelineVariablesParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline variables params
func (*GetPipelineVariablesParams) SetOrganizationCanonical ¶
func (o *GetPipelineVariablesParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) SetProjectCanonical ¶
func (o *GetPipelineVariablesParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) SetTimeout ¶
func (o *GetPipelineVariablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline variables params
func (*GetPipelineVariablesParams) WithContext ¶
func (o *GetPipelineVariablesParams) WithContext(ctx context.Context) *GetPipelineVariablesParams
WithContext adds the context to the get pipeline variables params
func (*GetPipelineVariablesParams) WithHTTPClient ¶
func (o *GetPipelineVariablesParams) WithHTTPClient(client *http.Client) *GetPipelineVariablesParams
WithHTTPClient adds the HTTPClient to the get pipeline variables params
func (*GetPipelineVariablesParams) WithInpathPipelineName ¶
func (o *GetPipelineVariablesParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineVariablesParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline variables params
func (*GetPipelineVariablesParams) WithOrganizationCanonical ¶
func (o *GetPipelineVariablesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineVariablesParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) WithProjectCanonical ¶
func (o *GetPipelineVariablesParams) WithProjectCanonical(projectCanonical string) *GetPipelineVariablesParams
WithProjectCanonical adds the projectCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) WithTimeout ¶
func (o *GetPipelineVariablesParams) WithTimeout(timeout time.Duration) *GetPipelineVariablesParams
WithTimeout adds the timeout to the get pipeline variables params
func (*GetPipelineVariablesParams) WriteToRequest ¶
func (o *GetPipelineVariablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineVariablesReader ¶
type GetPipelineVariablesReader struct {
// contains filtered or unexported fields
}
GetPipelineVariablesReader is a Reader for the GetPipelineVariables structure.
func (*GetPipelineVariablesReader) ReadResponse ¶
func (o *GetPipelineVariablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelinesDefault ¶
type GetPipelinesDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
GetPipelinesDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewGetPipelinesDefault ¶
func NewGetPipelinesDefault(code int) *GetPipelinesDefault
NewGetPipelinesDefault creates a GetPipelinesDefault with default headers values
func (*GetPipelinesDefault) Code ¶
func (o *GetPipelinesDefault) Code() int
Code gets the status code for the get pipelines default response
func (*GetPipelinesDefault) Error ¶
func (o *GetPipelinesDefault) Error() string
func (*GetPipelinesDefault) GetPayload ¶
func (o *GetPipelinesDefault) GetPayload() *models.ErrorPayload
type GetPipelinesNotFound ¶
type GetPipelinesNotFound struct {
Payload *models.ErrorPayload
}
GetPipelinesNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewGetPipelinesNotFound ¶
func NewGetPipelinesNotFound() *GetPipelinesNotFound
NewGetPipelinesNotFound creates a GetPipelinesNotFound with default headers values
func (*GetPipelinesNotFound) Error ¶
func (o *GetPipelinesNotFound) Error() string
func (*GetPipelinesNotFound) GetPayload ¶
func (o *GetPipelinesNotFound) GetPayload() *models.ErrorPayload
type GetPipelinesOK ¶
type GetPipelinesOK struct {
Payload *GetPipelinesOKBody
}
GetPipelinesOK handles this case with default header values.
List of all the pipelines which authenticated user has access to.
func NewGetPipelinesOK ¶
func NewGetPipelinesOK() *GetPipelinesOK
NewGetPipelinesOK creates a GetPipelinesOK with default headers values
func (*GetPipelinesOK) Error ¶
func (o *GetPipelinesOK) Error() string
func (*GetPipelinesOK) GetPayload ¶
func (o *GetPipelinesOK) GetPayload() *GetPipelinesOKBody
type GetPipelinesOKBody ¶
type GetPipelinesOKBody struct { // data // Required: true Data []*models.Pipeline `json:"data"` // pagination // Required: true Pagination *models.Pagination `json:"pagination"` }
GetPipelinesOKBody get pipelines o k body swagger:model GetPipelinesOKBody
func (*GetPipelinesOKBody) MarshalBinary ¶
func (o *GetPipelinesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelinesOKBody) UnmarshalBinary ¶
func (o *GetPipelinesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelinesParams ¶
type GetPipelinesParams struct { /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*PageIndex The page number to request. The first page is 1. */ PageIndex *uint32 /*PageSize The number of items at most which the response can have. */ PageSize *uint32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPipelinesParams contains all the parameters to send to the API endpoint for the get pipelines operation typically these are written to a http.Request
func NewGetPipelinesParams ¶
func NewGetPipelinesParams() *GetPipelinesParams
NewGetPipelinesParams creates a new GetPipelinesParams object with the default values initialized.
func NewGetPipelinesParamsWithContext ¶
func NewGetPipelinesParamsWithContext(ctx context.Context) *GetPipelinesParams
NewGetPipelinesParamsWithContext creates a new GetPipelinesParams object with the default values initialized, and the ability to set a context for a request
func NewGetPipelinesParamsWithHTTPClient ¶
func NewGetPipelinesParamsWithHTTPClient(client *http.Client) *GetPipelinesParams
NewGetPipelinesParamsWithHTTPClient creates a new GetPipelinesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPipelinesParamsWithTimeout ¶
func NewGetPipelinesParamsWithTimeout(timeout time.Duration) *GetPipelinesParams
NewGetPipelinesParamsWithTimeout creates a new GetPipelinesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPipelinesParams) SetContext ¶
func (o *GetPipelinesParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipelines params
func (*GetPipelinesParams) SetHTTPClient ¶
func (o *GetPipelinesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipelines params
func (*GetPipelinesParams) SetOrganizationCanonical ¶
func (o *GetPipelinesParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipelines params
func (*GetPipelinesParams) SetPageIndex ¶
func (o *GetPipelinesParams) SetPageIndex(pageIndex *uint32)
SetPageIndex adds the pageIndex to the get pipelines params
func (*GetPipelinesParams) SetPageSize ¶
func (o *GetPipelinesParams) SetPageSize(pageSize *uint32)
SetPageSize adds the pageSize to the get pipelines params
func (*GetPipelinesParams) SetTimeout ¶
func (o *GetPipelinesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipelines params
func (*GetPipelinesParams) WithContext ¶
func (o *GetPipelinesParams) WithContext(ctx context.Context) *GetPipelinesParams
WithContext adds the context to the get pipelines params
func (*GetPipelinesParams) WithHTTPClient ¶
func (o *GetPipelinesParams) WithHTTPClient(client *http.Client) *GetPipelinesParams
WithHTTPClient adds the HTTPClient to the get pipelines params
func (*GetPipelinesParams) WithOrganizationCanonical ¶
func (o *GetPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelinesParams
WithOrganizationCanonical adds the organizationCanonical to the get pipelines params
func (*GetPipelinesParams) WithPageIndex ¶
func (o *GetPipelinesParams) WithPageIndex(pageIndex *uint32) *GetPipelinesParams
WithPageIndex adds the pageIndex to the get pipelines params
func (*GetPipelinesParams) WithPageSize ¶
func (o *GetPipelinesParams) WithPageSize(pageSize *uint32) *GetPipelinesParams
WithPageSize adds the pageSize to the get pipelines params
func (*GetPipelinesParams) WithTimeout ¶
func (o *GetPipelinesParams) WithTimeout(timeout time.Duration) *GetPipelinesParams
WithTimeout adds the timeout to the get pipelines params
func (*GetPipelinesParams) WriteToRequest ¶
func (o *GetPipelinesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelinesReader ¶
type GetPipelinesReader struct {
// contains filtered or unexported fields
}
GetPipelinesReader is a Reader for the GetPipelines structure.
func (*GetPipelinesReader) ReadResponse ¶
func (o *GetPipelinesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelinesUnprocessableEntity ¶
type GetPipelinesUnprocessableEntity struct {
Payload *models.ErrorPayload
}
GetPipelinesUnprocessableEntity handles this case with default header values.
All the custom errors that are generated from the Cycloid API
func NewGetPipelinesUnprocessableEntity ¶
func NewGetPipelinesUnprocessableEntity() *GetPipelinesUnprocessableEntity
NewGetPipelinesUnprocessableEntity creates a GetPipelinesUnprocessableEntity with default headers values
func (*GetPipelinesUnprocessableEntity) Error ¶
func (o *GetPipelinesUnprocessableEntity) Error() string
func (*GetPipelinesUnprocessableEntity) GetPayload ¶
func (o *GetPipelinesUnprocessableEntity) GetPayload() *models.ErrorPayload
type GetProjectPipelinesDefault ¶
type GetProjectPipelinesDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
GetProjectPipelinesDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewGetProjectPipelinesDefault ¶
func NewGetProjectPipelinesDefault(code int) *GetProjectPipelinesDefault
NewGetProjectPipelinesDefault creates a GetProjectPipelinesDefault with default headers values
func (*GetProjectPipelinesDefault) Code ¶
func (o *GetProjectPipelinesDefault) Code() int
Code gets the status code for the get project pipelines default response
func (*GetProjectPipelinesDefault) Error ¶
func (o *GetProjectPipelinesDefault) Error() string
func (*GetProjectPipelinesDefault) GetPayload ¶
func (o *GetProjectPipelinesDefault) GetPayload() *models.ErrorPayload
type GetProjectPipelinesNotFound ¶
type GetProjectPipelinesNotFound struct {
Payload *models.ErrorPayload
}
GetProjectPipelinesNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewGetProjectPipelinesNotFound ¶
func NewGetProjectPipelinesNotFound() *GetProjectPipelinesNotFound
NewGetProjectPipelinesNotFound creates a GetProjectPipelinesNotFound with default headers values
func (*GetProjectPipelinesNotFound) Error ¶
func (o *GetProjectPipelinesNotFound) Error() string
func (*GetProjectPipelinesNotFound) GetPayload ¶
func (o *GetProjectPipelinesNotFound) GetPayload() *models.ErrorPayload
type GetProjectPipelinesOK ¶
type GetProjectPipelinesOK struct {
Payload *GetProjectPipelinesOKBody
}
GetProjectPipelinesOK handles this case with default header values.
List of the pipelines which authenticated user has access to.
func NewGetProjectPipelinesOK ¶
func NewGetProjectPipelinesOK() *GetProjectPipelinesOK
NewGetProjectPipelinesOK creates a GetProjectPipelinesOK with default headers values
func (*GetProjectPipelinesOK) Error ¶
func (o *GetProjectPipelinesOK) Error() string
func (*GetProjectPipelinesOK) GetPayload ¶
func (o *GetProjectPipelinesOK) GetPayload() *GetProjectPipelinesOKBody
type GetProjectPipelinesOKBody ¶
type GetProjectPipelinesOKBody struct { // data // Required: true Data []*models.Pipeline `json:"data"` // pagination // Required: true Pagination *models.Pagination `json:"pagination"` }
GetProjectPipelinesOKBody get project pipelines o k body swagger:model GetProjectPipelinesOKBody
func (*GetProjectPipelinesOKBody) MarshalBinary ¶
func (o *GetProjectPipelinesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetProjectPipelinesOKBody) UnmarshalBinary ¶
func (o *GetProjectPipelinesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetProjectPipelinesParams ¶
type GetProjectPipelinesParams struct { /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*PageIndex The page number to request. The first page is 1. */ PageIndex *uint32 /*PageSize The number of items at most which the response can have. */ PageSize *uint32 /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProjectPipelinesParams contains all the parameters to send to the API endpoint for the get project pipelines operation typically these are written to a http.Request
func NewGetProjectPipelinesParams ¶
func NewGetProjectPipelinesParams() *GetProjectPipelinesParams
NewGetProjectPipelinesParams creates a new GetProjectPipelinesParams object with the default values initialized.
func NewGetProjectPipelinesParamsWithContext ¶
func NewGetProjectPipelinesParamsWithContext(ctx context.Context) *GetProjectPipelinesParams
NewGetProjectPipelinesParamsWithContext creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a context for a request
func NewGetProjectPipelinesParamsWithHTTPClient ¶
func NewGetProjectPipelinesParamsWithHTTPClient(client *http.Client) *GetProjectPipelinesParams
NewGetProjectPipelinesParamsWithHTTPClient creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetProjectPipelinesParamsWithTimeout ¶
func NewGetProjectPipelinesParamsWithTimeout(timeout time.Duration) *GetProjectPipelinesParams
NewGetProjectPipelinesParamsWithTimeout creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetProjectPipelinesParams) SetContext ¶
func (o *GetProjectPipelinesParams) SetContext(ctx context.Context)
SetContext adds the context to the get project pipelines params
func (*GetProjectPipelinesParams) SetHTTPClient ¶
func (o *GetProjectPipelinesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get project pipelines params
func (*GetProjectPipelinesParams) SetOrganizationCanonical ¶
func (o *GetProjectPipelinesParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) SetPageIndex ¶
func (o *GetProjectPipelinesParams) SetPageIndex(pageIndex *uint32)
SetPageIndex adds the pageIndex to the get project pipelines params
func (*GetProjectPipelinesParams) SetPageSize ¶
func (o *GetProjectPipelinesParams) SetPageSize(pageSize *uint32)
SetPageSize adds the pageSize to the get project pipelines params
func (*GetProjectPipelinesParams) SetProjectCanonical ¶
func (o *GetProjectPipelinesParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) SetTimeout ¶
func (o *GetProjectPipelinesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get project pipelines params
func (*GetProjectPipelinesParams) WithContext ¶
func (o *GetProjectPipelinesParams) WithContext(ctx context.Context) *GetProjectPipelinesParams
WithContext adds the context to the get project pipelines params
func (*GetProjectPipelinesParams) WithHTTPClient ¶
func (o *GetProjectPipelinesParams) WithHTTPClient(client *http.Client) *GetProjectPipelinesParams
WithHTTPClient adds the HTTPClient to the get project pipelines params
func (*GetProjectPipelinesParams) WithOrganizationCanonical ¶
func (o *GetProjectPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetProjectPipelinesParams
WithOrganizationCanonical adds the organizationCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) WithPageIndex ¶
func (o *GetProjectPipelinesParams) WithPageIndex(pageIndex *uint32) *GetProjectPipelinesParams
WithPageIndex adds the pageIndex to the get project pipelines params
func (*GetProjectPipelinesParams) WithPageSize ¶
func (o *GetProjectPipelinesParams) WithPageSize(pageSize *uint32) *GetProjectPipelinesParams
WithPageSize adds the pageSize to the get project pipelines params
func (*GetProjectPipelinesParams) WithProjectCanonical ¶
func (o *GetProjectPipelinesParams) WithProjectCanonical(projectCanonical string) *GetProjectPipelinesParams
WithProjectCanonical adds the projectCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) WithTimeout ¶
func (o *GetProjectPipelinesParams) WithTimeout(timeout time.Duration) *GetProjectPipelinesParams
WithTimeout adds the timeout to the get project pipelines params
func (*GetProjectPipelinesParams) WriteToRequest ¶
func (o *GetProjectPipelinesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProjectPipelinesReader ¶
type GetProjectPipelinesReader struct {
// contains filtered or unexported fields
}
GetProjectPipelinesReader is a Reader for the GetProjectPipelines structure.
func (*GetProjectPipelinesReader) ReadResponse ¶
func (o *GetProjectPipelinesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProjectPipelinesUnprocessableEntity ¶
type GetProjectPipelinesUnprocessableEntity struct {
Payload *models.ErrorPayload
}
GetProjectPipelinesUnprocessableEntity handles this case with default header values.
All the custom errors that are generated from the Cycloid API
func NewGetProjectPipelinesUnprocessableEntity ¶
func NewGetProjectPipelinesUnprocessableEntity() *GetProjectPipelinesUnprocessableEntity
NewGetProjectPipelinesUnprocessableEntity creates a GetProjectPipelinesUnprocessableEntity with default headers values
func (*GetProjectPipelinesUnprocessableEntity) Error ¶
func (o *GetProjectPipelinesUnprocessableEntity) Error() string
func (*GetProjectPipelinesUnprocessableEntity) GetPayload ¶
func (o *GetProjectPipelinesUnprocessableEntity) GetPayload() *models.ErrorPayload
type PausePipelineDefault ¶
type PausePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
PausePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewPausePipelineDefault ¶
func NewPausePipelineDefault(code int) *PausePipelineDefault
NewPausePipelineDefault creates a PausePipelineDefault with default headers values
func (*PausePipelineDefault) Code ¶
func (o *PausePipelineDefault) Code() int
Code gets the status code for the pause pipeline default response
func (*PausePipelineDefault) Error ¶
func (o *PausePipelineDefault) Error() string
func (*PausePipelineDefault) GetPayload ¶
func (o *PausePipelineDefault) GetPayload() *models.ErrorPayload
type PausePipelineForbidden ¶
type PausePipelineForbidden struct {
Payload *models.ErrorPayload
}
PausePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewPausePipelineForbidden ¶
func NewPausePipelineForbidden() *PausePipelineForbidden
NewPausePipelineForbidden creates a PausePipelineForbidden with default headers values
func (*PausePipelineForbidden) Error ¶
func (o *PausePipelineForbidden) Error() string
func (*PausePipelineForbidden) GetPayload ¶
func (o *PausePipelineForbidden) GetPayload() *models.ErrorPayload
type PausePipelineNoContent ¶
type PausePipelineNoContent struct { }
PausePipelineNoContent handles this case with default header values.
Pipeline has been paused.
func NewPausePipelineNoContent ¶
func NewPausePipelineNoContent() *PausePipelineNoContent
NewPausePipelineNoContent creates a PausePipelineNoContent with default headers values
func (*PausePipelineNoContent) Error ¶
func (o *PausePipelineNoContent) Error() string
type PausePipelineNotFound ¶
type PausePipelineNotFound struct {
Payload *models.ErrorPayload
}
PausePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewPausePipelineNotFound ¶
func NewPausePipelineNotFound() *PausePipelineNotFound
NewPausePipelineNotFound creates a PausePipelineNotFound with default headers values
func (*PausePipelineNotFound) Error ¶
func (o *PausePipelineNotFound) Error() string
func (*PausePipelineNotFound) GetPayload ¶
func (o *PausePipelineNotFound) GetPayload() *models.ErrorPayload
type PausePipelineParams ¶
type PausePipelineParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PausePipelineParams contains all the parameters to send to the API endpoint for the pause pipeline operation typically these are written to a http.Request
func NewPausePipelineParams ¶
func NewPausePipelineParams() *PausePipelineParams
NewPausePipelineParams creates a new PausePipelineParams object with the default values initialized.
func NewPausePipelineParamsWithContext ¶
func NewPausePipelineParamsWithContext(ctx context.Context) *PausePipelineParams
NewPausePipelineParamsWithContext creates a new PausePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewPausePipelineParamsWithHTTPClient ¶
func NewPausePipelineParamsWithHTTPClient(client *http.Client) *PausePipelineParams
NewPausePipelineParamsWithHTTPClient creates a new PausePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPausePipelineParamsWithTimeout ¶
func NewPausePipelineParamsWithTimeout(timeout time.Duration) *PausePipelineParams
NewPausePipelineParamsWithTimeout creates a new PausePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*PausePipelineParams) SetContext ¶
func (o *PausePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the pause pipeline params
func (*PausePipelineParams) SetHTTPClient ¶
func (o *PausePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pause pipeline params
func (*PausePipelineParams) SetInpathPipelineName ¶
func (o *PausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the pause pipeline params
func (*PausePipelineParams) SetOrganizationCanonical ¶
func (o *PausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the pause pipeline params
func (*PausePipelineParams) SetProjectCanonical ¶
func (o *PausePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the pause pipeline params
func (*PausePipelineParams) SetTimeout ¶
func (o *PausePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pause pipeline params
func (*PausePipelineParams) WithContext ¶
func (o *PausePipelineParams) WithContext(ctx context.Context) *PausePipelineParams
WithContext adds the context to the pause pipeline params
func (*PausePipelineParams) WithHTTPClient ¶
func (o *PausePipelineParams) WithHTTPClient(client *http.Client) *PausePipelineParams
WithHTTPClient adds the HTTPClient to the pause pipeline params
func (*PausePipelineParams) WithInpathPipelineName ¶
func (o *PausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *PausePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the pause pipeline params
func (*PausePipelineParams) WithOrganizationCanonical ¶
func (o *PausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *PausePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the pause pipeline params
func (*PausePipelineParams) WithProjectCanonical ¶
func (o *PausePipelineParams) WithProjectCanonical(projectCanonical string) *PausePipelineParams
WithProjectCanonical adds the projectCanonical to the pause pipeline params
func (*PausePipelineParams) WithTimeout ¶
func (o *PausePipelineParams) WithTimeout(timeout time.Duration) *PausePipelineParams
WithTimeout adds the timeout to the pause pipeline params
func (*PausePipelineParams) WriteToRequest ¶
func (o *PausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PausePipelineReader ¶
type PausePipelineReader struct {
// contains filtered or unexported fields
}
PausePipelineReader is a Reader for the PausePipeline structure.
func (*PausePipelineReader) ReadResponse ¶
func (o *PausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RenamePipelineDefault ¶
type RenamePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
RenamePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewRenamePipelineDefault ¶
func NewRenamePipelineDefault(code int) *RenamePipelineDefault
NewRenamePipelineDefault creates a RenamePipelineDefault with default headers values
func (*RenamePipelineDefault) Code ¶
func (o *RenamePipelineDefault) Code() int
Code gets the status code for the rename pipeline default response
func (*RenamePipelineDefault) Error ¶
func (o *RenamePipelineDefault) Error() string
func (*RenamePipelineDefault) GetPayload ¶
func (o *RenamePipelineDefault) GetPayload() *models.ErrorPayload
type RenamePipelineForbidden ¶
type RenamePipelineForbidden struct {
Payload *models.ErrorPayload
}
RenamePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewRenamePipelineForbidden ¶
func NewRenamePipelineForbidden() *RenamePipelineForbidden
NewRenamePipelineForbidden creates a RenamePipelineForbidden with default headers values
func (*RenamePipelineForbidden) Error ¶
func (o *RenamePipelineForbidden) Error() string
func (*RenamePipelineForbidden) GetPayload ¶
func (o *RenamePipelineForbidden) GetPayload() *models.ErrorPayload
type RenamePipelineNoContent ¶
type RenamePipelineNoContent struct { }
RenamePipelineNoContent handles this case with default header values.
Pipeline has been renamed.
func NewRenamePipelineNoContent ¶
func NewRenamePipelineNoContent() *RenamePipelineNoContent
NewRenamePipelineNoContent creates a RenamePipelineNoContent with default headers values
func (*RenamePipelineNoContent) Error ¶
func (o *RenamePipelineNoContent) Error() string
type RenamePipelineNotFound ¶
type RenamePipelineNotFound struct {
Payload *models.ErrorPayload
}
RenamePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewRenamePipelineNotFound ¶
func NewRenamePipelineNotFound() *RenamePipelineNotFound
NewRenamePipelineNotFound creates a RenamePipelineNotFound with default headers values
func (*RenamePipelineNotFound) Error ¶
func (o *RenamePipelineNotFound) Error() string
func (*RenamePipelineNotFound) GetPayload ¶
func (o *RenamePipelineNotFound) GetPayload() *models.ErrorPayload
type RenamePipelineParams ¶
type RenamePipelineParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*PipelineName A pipeline name */ PipelineName string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RenamePipelineParams contains all the parameters to send to the API endpoint for the rename pipeline operation typically these are written to a http.Request
func NewRenamePipelineParams ¶
func NewRenamePipelineParams() *RenamePipelineParams
NewRenamePipelineParams creates a new RenamePipelineParams object with the default values initialized.
func NewRenamePipelineParamsWithContext ¶
func NewRenamePipelineParamsWithContext(ctx context.Context) *RenamePipelineParams
NewRenamePipelineParamsWithContext creates a new RenamePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewRenamePipelineParamsWithHTTPClient ¶
func NewRenamePipelineParamsWithHTTPClient(client *http.Client) *RenamePipelineParams
NewRenamePipelineParamsWithHTTPClient creates a new RenamePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRenamePipelineParamsWithTimeout ¶
func NewRenamePipelineParamsWithTimeout(timeout time.Duration) *RenamePipelineParams
NewRenamePipelineParamsWithTimeout creates a new RenamePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*RenamePipelineParams) SetContext ¶
func (o *RenamePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the rename pipeline params
func (*RenamePipelineParams) SetHTTPClient ¶
func (o *RenamePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rename pipeline params
func (*RenamePipelineParams) SetInpathPipelineName ¶
func (o *RenamePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the rename pipeline params
func (*RenamePipelineParams) SetOrganizationCanonical ¶
func (o *RenamePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the rename pipeline params
func (*RenamePipelineParams) SetPipelineName ¶
func (o *RenamePipelineParams) SetPipelineName(pipelineName string)
SetPipelineName adds the pipelineName to the rename pipeline params
func (*RenamePipelineParams) SetProjectCanonical ¶
func (o *RenamePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the rename pipeline params
func (*RenamePipelineParams) SetTimeout ¶
func (o *RenamePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rename pipeline params
func (*RenamePipelineParams) WithContext ¶
func (o *RenamePipelineParams) WithContext(ctx context.Context) *RenamePipelineParams
WithContext adds the context to the rename pipeline params
func (*RenamePipelineParams) WithHTTPClient ¶
func (o *RenamePipelineParams) WithHTTPClient(client *http.Client) *RenamePipelineParams
WithHTTPClient adds the HTTPClient to the rename pipeline params
func (*RenamePipelineParams) WithInpathPipelineName ¶
func (o *RenamePipelineParams) WithInpathPipelineName(inpathPipelineName string) *RenamePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the rename pipeline params
func (*RenamePipelineParams) WithOrganizationCanonical ¶
func (o *RenamePipelineParams) WithOrganizationCanonical(organizationCanonical string) *RenamePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the rename pipeline params
func (*RenamePipelineParams) WithPipelineName ¶
func (o *RenamePipelineParams) WithPipelineName(pipelineName string) *RenamePipelineParams
WithPipelineName adds the pipelineName to the rename pipeline params
func (*RenamePipelineParams) WithProjectCanonical ¶
func (o *RenamePipelineParams) WithProjectCanonical(projectCanonical string) *RenamePipelineParams
WithProjectCanonical adds the projectCanonical to the rename pipeline params
func (*RenamePipelineParams) WithTimeout ¶
func (o *RenamePipelineParams) WithTimeout(timeout time.Duration) *RenamePipelineParams
WithTimeout adds the timeout to the rename pipeline params
func (*RenamePipelineParams) WriteToRequest ¶
func (o *RenamePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RenamePipelineReader ¶
type RenamePipelineReader struct {
// contains filtered or unexported fields
}
RenamePipelineReader is a Reader for the RenamePipeline structure.
func (*RenamePipelineReader) ReadResponse ¶
func (o *RenamePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnpausePipelineDefault ¶
type UnpausePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
UnpausePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewUnpausePipelineDefault ¶
func NewUnpausePipelineDefault(code int) *UnpausePipelineDefault
NewUnpausePipelineDefault creates a UnpausePipelineDefault with default headers values
func (*UnpausePipelineDefault) Code ¶
func (o *UnpausePipelineDefault) Code() int
Code gets the status code for the unpause pipeline default response
func (*UnpausePipelineDefault) Error ¶
func (o *UnpausePipelineDefault) Error() string
func (*UnpausePipelineDefault) GetPayload ¶
func (o *UnpausePipelineDefault) GetPayload() *models.ErrorPayload
type UnpausePipelineForbidden ¶
type UnpausePipelineForbidden struct {
Payload *models.ErrorPayload
}
UnpausePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewUnpausePipelineForbidden ¶
func NewUnpausePipelineForbidden() *UnpausePipelineForbidden
NewUnpausePipelineForbidden creates a UnpausePipelineForbidden with default headers values
func (*UnpausePipelineForbidden) Error ¶
func (o *UnpausePipelineForbidden) Error() string
func (*UnpausePipelineForbidden) GetPayload ¶
func (o *UnpausePipelineForbidden) GetPayload() *models.ErrorPayload
type UnpausePipelineNoContent ¶
type UnpausePipelineNoContent struct { }
UnpausePipelineNoContent handles this case with default header values.
Pipeline has been unpaused.
func NewUnpausePipelineNoContent ¶
func NewUnpausePipelineNoContent() *UnpausePipelineNoContent
NewUnpausePipelineNoContent creates a UnpausePipelineNoContent with default headers values
func (*UnpausePipelineNoContent) Error ¶
func (o *UnpausePipelineNoContent) Error() string
type UnpausePipelineNotFound ¶
type UnpausePipelineNotFound struct {
Payload *models.ErrorPayload
}
UnpausePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewUnpausePipelineNotFound ¶
func NewUnpausePipelineNotFound() *UnpausePipelineNotFound
NewUnpausePipelineNotFound creates a UnpausePipelineNotFound with default headers values
func (*UnpausePipelineNotFound) Error ¶
func (o *UnpausePipelineNotFound) Error() string
func (*UnpausePipelineNotFound) GetPayload ¶
func (o *UnpausePipelineNotFound) GetPayload() *models.ErrorPayload
type UnpausePipelineParams ¶
type UnpausePipelineParams struct { /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnpausePipelineParams contains all the parameters to send to the API endpoint for the unpause pipeline operation typically these are written to a http.Request
func NewUnpausePipelineParams ¶
func NewUnpausePipelineParams() *UnpausePipelineParams
NewUnpausePipelineParams creates a new UnpausePipelineParams object with the default values initialized.
func NewUnpausePipelineParamsWithContext ¶
func NewUnpausePipelineParamsWithContext(ctx context.Context) *UnpausePipelineParams
NewUnpausePipelineParamsWithContext creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewUnpausePipelineParamsWithHTTPClient ¶
func NewUnpausePipelineParamsWithHTTPClient(client *http.Client) *UnpausePipelineParams
NewUnpausePipelineParamsWithHTTPClient creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUnpausePipelineParamsWithTimeout ¶
func NewUnpausePipelineParamsWithTimeout(timeout time.Duration) *UnpausePipelineParams
NewUnpausePipelineParamsWithTimeout creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*UnpausePipelineParams) SetContext ¶
func (o *UnpausePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the unpause pipeline params
func (*UnpausePipelineParams) SetHTTPClient ¶
func (o *UnpausePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unpause pipeline params
func (*UnpausePipelineParams) SetInpathPipelineName ¶
func (o *UnpausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the unpause pipeline params
func (*UnpausePipelineParams) SetOrganizationCanonical ¶
func (o *UnpausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the unpause pipeline params
func (*UnpausePipelineParams) SetProjectCanonical ¶
func (o *UnpausePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the unpause pipeline params
func (*UnpausePipelineParams) SetTimeout ¶
func (o *UnpausePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unpause pipeline params
func (*UnpausePipelineParams) WithContext ¶
func (o *UnpausePipelineParams) WithContext(ctx context.Context) *UnpausePipelineParams
WithContext adds the context to the unpause pipeline params
func (*UnpausePipelineParams) WithHTTPClient ¶
func (o *UnpausePipelineParams) WithHTTPClient(client *http.Client) *UnpausePipelineParams
WithHTTPClient adds the HTTPClient to the unpause pipeline params
func (*UnpausePipelineParams) WithInpathPipelineName ¶
func (o *UnpausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UnpausePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the unpause pipeline params
func (*UnpausePipelineParams) WithOrganizationCanonical ¶
func (o *UnpausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UnpausePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the unpause pipeline params
func (*UnpausePipelineParams) WithProjectCanonical ¶
func (o *UnpausePipelineParams) WithProjectCanonical(projectCanonical string) *UnpausePipelineParams
WithProjectCanonical adds the projectCanonical to the unpause pipeline params
func (*UnpausePipelineParams) WithTimeout ¶
func (o *UnpausePipelineParams) WithTimeout(timeout time.Duration) *UnpausePipelineParams
WithTimeout adds the timeout to the unpause pipeline params
func (*UnpausePipelineParams) WriteToRequest ¶
func (o *UnpausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnpausePipelineReader ¶
type UnpausePipelineReader struct {
// contains filtered or unexported fields
}
UnpausePipelineReader is a Reader for the UnpausePipeline structure.
func (*UnpausePipelineReader) ReadResponse ¶
func (o *UnpausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePipelineDefault ¶
type UpdatePipelineDefault struct { Payload *models.ErrorPayload // contains filtered or unexported fields }
UpdatePipelineDefault handles this case with default header values.
The response sent when an unexpected error happened, as known as an internal server error.
func NewUpdatePipelineDefault ¶
func NewUpdatePipelineDefault(code int) *UpdatePipelineDefault
NewUpdatePipelineDefault creates a UpdatePipelineDefault with default headers values
func (*UpdatePipelineDefault) Code ¶
func (o *UpdatePipelineDefault) Code() int
Code gets the status code for the update pipeline default response
func (*UpdatePipelineDefault) Error ¶
func (o *UpdatePipelineDefault) Error() string
func (*UpdatePipelineDefault) GetPayload ¶
func (o *UpdatePipelineDefault) GetPayload() *models.ErrorPayload
type UpdatePipelineForbidden ¶
type UpdatePipelineForbidden struct {
Payload *models.ErrorPayload
}
UpdatePipelineForbidden handles this case with default header values.
The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.
func NewUpdatePipelineForbidden ¶
func NewUpdatePipelineForbidden() *UpdatePipelineForbidden
NewUpdatePipelineForbidden creates a UpdatePipelineForbidden with default headers values
func (*UpdatePipelineForbidden) Error ¶
func (o *UpdatePipelineForbidden) Error() string
func (*UpdatePipelineForbidden) GetPayload ¶
func (o *UpdatePipelineForbidden) GetPayload() *models.ErrorPayload
type UpdatePipelineLengthRequired ¶
type UpdatePipelineLengthRequired struct { }
UpdatePipelineLengthRequired handles this case with default header values.
The request has a body but it doesn't have a Content-Length header.
func NewUpdatePipelineLengthRequired ¶
func NewUpdatePipelineLengthRequired() *UpdatePipelineLengthRequired
NewUpdatePipelineLengthRequired creates a UpdatePipelineLengthRequired with default headers values
func (*UpdatePipelineLengthRequired) Error ¶
func (o *UpdatePipelineLengthRequired) Error() string
type UpdatePipelineNotFound ¶
type UpdatePipelineNotFound struct {
Payload *models.ErrorPayload
}
UpdatePipelineNotFound handles this case with default header values.
The response sent when any of the entities present in the path is not found.
func NewUpdatePipelineNotFound ¶
func NewUpdatePipelineNotFound() *UpdatePipelineNotFound
NewUpdatePipelineNotFound creates a UpdatePipelineNotFound with default headers values
func (*UpdatePipelineNotFound) Error ¶
func (o *UpdatePipelineNotFound) Error() string
func (*UpdatePipelineNotFound) GetPayload ¶
func (o *UpdatePipelineNotFound) GetPayload() *models.ErrorPayload
type UpdatePipelineOK ¶
type UpdatePipelineOK struct {
Payload *UpdatePipelineOKBody
}
UpdatePipelineOK handles this case with default header values.
The information of the pipeline which has been updated.
func NewUpdatePipelineOK ¶
func NewUpdatePipelineOK() *UpdatePipelineOK
NewUpdatePipelineOK creates a UpdatePipelineOK with default headers values
func (*UpdatePipelineOK) Error ¶
func (o *UpdatePipelineOK) Error() string
func (*UpdatePipelineOK) GetPayload ¶
func (o *UpdatePipelineOK) GetPayload() *UpdatePipelineOKBody
type UpdatePipelineOKBody ¶
UpdatePipelineOKBody update pipeline o k body swagger:model UpdatePipelineOKBody
func (*UpdatePipelineOKBody) MarshalBinary ¶
func (o *UpdatePipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdatePipelineOKBody) UnmarshalBinary ¶
func (o *UpdatePipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdatePipelineParams ¶
type UpdatePipelineParams struct { /*Body The pipeline configuration */ Body *models.UpdatePipeline /*InpathPipelineName A pipeline name */ InpathPipelineName string /*OrganizationCanonical A canonical of an organization. */ OrganizationCanonical string /*ProjectCanonical A canonical of a project. */ ProjectCanonical string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePipelineParams contains all the parameters to send to the API endpoint for the update pipeline operation typically these are written to a http.Request
func NewUpdatePipelineParams ¶
func NewUpdatePipelineParams() *UpdatePipelineParams
NewUpdatePipelineParams creates a new UpdatePipelineParams object with the default values initialized.
func NewUpdatePipelineParamsWithContext ¶
func NewUpdatePipelineParamsWithContext(ctx context.Context) *UpdatePipelineParams
NewUpdatePipelineParamsWithContext creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePipelineParamsWithHTTPClient ¶
func NewUpdatePipelineParamsWithHTTPClient(client *http.Client) *UpdatePipelineParams
NewUpdatePipelineParamsWithHTTPClient creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePipelineParamsWithTimeout ¶
func NewUpdatePipelineParamsWithTimeout(timeout time.Duration) *UpdatePipelineParams
NewUpdatePipelineParamsWithTimeout creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePipelineParams) SetBody ¶
func (o *UpdatePipelineParams) SetBody(body *models.UpdatePipeline)
SetBody adds the body to the update pipeline params
func (*UpdatePipelineParams) SetContext ¶
func (o *UpdatePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the update pipeline params
func (*UpdatePipelineParams) SetHTTPClient ¶
func (o *UpdatePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update pipeline params
func (*UpdatePipelineParams) SetInpathPipelineName ¶
func (o *UpdatePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the update pipeline params
func (*UpdatePipelineParams) SetOrganizationCanonical ¶
func (o *UpdatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the update pipeline params
func (*UpdatePipelineParams) SetProjectCanonical ¶
func (o *UpdatePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the update pipeline params
func (*UpdatePipelineParams) SetTimeout ¶
func (o *UpdatePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update pipeline params
func (*UpdatePipelineParams) WithBody ¶
func (o *UpdatePipelineParams) WithBody(body *models.UpdatePipeline) *UpdatePipelineParams
WithBody adds the body to the update pipeline params
func (*UpdatePipelineParams) WithContext ¶
func (o *UpdatePipelineParams) WithContext(ctx context.Context) *UpdatePipelineParams
WithContext adds the context to the update pipeline params
func (*UpdatePipelineParams) WithHTTPClient ¶
func (o *UpdatePipelineParams) WithHTTPClient(client *http.Client) *UpdatePipelineParams
WithHTTPClient adds the HTTPClient to the update pipeline params
func (*UpdatePipelineParams) WithInpathPipelineName ¶
func (o *UpdatePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UpdatePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the update pipeline params
func (*UpdatePipelineParams) WithOrganizationCanonical ¶
func (o *UpdatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UpdatePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the update pipeline params
func (*UpdatePipelineParams) WithProjectCanonical ¶
func (o *UpdatePipelineParams) WithProjectCanonical(projectCanonical string) *UpdatePipelineParams
WithProjectCanonical adds the projectCanonical to the update pipeline params
func (*UpdatePipelineParams) WithTimeout ¶
func (o *UpdatePipelineParams) WithTimeout(timeout time.Duration) *UpdatePipelineParams
WithTimeout adds the timeout to the update pipeline params
func (*UpdatePipelineParams) WriteToRequest ¶
func (o *UpdatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePipelineReader ¶
type UpdatePipelineReader struct {
// contains filtered or unexported fields
}
UpdatePipelineReader is a Reader for the UpdatePipeline structure.
func (*UpdatePipelineReader) ReadResponse ¶
func (o *UpdatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePipelineUnprocessableEntity ¶
type UpdatePipelineUnprocessableEntity struct {
Payload *models.ErrorPayload
}
UpdatePipelineUnprocessableEntity handles this case with default header values.
All the custom errors that are generated from the Cycloid API
func NewUpdatePipelineUnprocessableEntity ¶
func NewUpdatePipelineUnprocessableEntity() *UpdatePipelineUnprocessableEntity
NewUpdatePipelineUnprocessableEntity creates a UpdatePipelineUnprocessableEntity with default headers values
func (*UpdatePipelineUnprocessableEntity) Error ¶
func (o *UpdatePipelineUnprocessableEntity) Error() string
func (*UpdatePipelineUnprocessableEntity) GetPayload ¶
func (o *UpdatePipelineUnprocessableEntity) GetPayload() *models.ErrorPayload
Source Files ¶
- create_pipeline_parameters.go
- create_pipeline_responses.go
- delete_pipeline_parameters.go
- delete_pipeline_responses.go
- diff_pipeline_parameters.go
- diff_pipeline_responses.go
- get_pipeline_config_parameters.go
- get_pipeline_config_responses.go
- get_pipeline_parameters.go
- get_pipeline_responses.go
- get_pipeline_variables_parameters.go
- get_pipeline_variables_responses.go
- get_pipelines_parameters.go
- get_pipelines_responses.go
- get_project_pipelines_parameters.go
- get_project_pipelines_responses.go
- organization_pipelines_client.go
- pause_pipeline_parameters.go
- pause_pipeline_responses.go
- rename_pipeline_parameters.go
- rename_pipeline_responses.go
- unpause_pipeline_parameters.go
- unpause_pipeline_responses.go
- update_pipeline_parameters.go
- update_pipeline_responses.go