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 ¶ added in v1.0.49
func (a *Client) CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePipelineOK, error)
CreatePipeline Create a new pipeline
func (*Client) DeletePipeline ¶ added in v1.0.49
func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineNoContent, error)
DeletePipeline Delete the pipeline.
func (*Client) DiffPipeline ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (a *Client) GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineOK, error)
GetPipeline Get the configuration of the pipeline.
func (*Client) GetPipelineConfig ¶ added in v1.0.49
func (a *Client) GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineConfigOK, error)
GetPipelineConfig Get the YAML configuration of the pipeline.
func (*Client) GetPipelineVariables ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (a *Client) PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*PausePipelineNoContent, error)
PausePipeline Pause a pipeline
func (*Client) RenamePipeline ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (a *Client) UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UnpausePipelineNoContent, error)
UnpausePipeline Unpause a pipeline
func (*Client) UpdatePipeline ¶ added in v1.0.49
func (a *Client) UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePipelineOK, error)
UpdatePipeline Update the configuration of the given pipeline name.
type CreatePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineDefault(code int) *CreatePipelineDefault
NewCreatePipelineDefault creates a CreatePipelineDefault with default headers values
func (*CreatePipelineDefault) Code ¶ added in v1.0.49
func (o *CreatePipelineDefault) Code() int
Code gets the status code for the create pipeline default response
func (*CreatePipelineDefault) Error ¶ added in v1.0.49
func (o *CreatePipelineDefault) Error() string
func (*CreatePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *CreatePipelineDefault) GetPayload() *models.ErrorPayload
type CreatePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineForbidden() *CreatePipelineForbidden
NewCreatePipelineForbidden creates a CreatePipelineForbidden with default headers values
func (*CreatePipelineForbidden) Error ¶ added in v1.0.49
func (o *CreatePipelineForbidden) Error() string
func (*CreatePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *CreatePipelineForbidden) GetPayload() *models.ErrorPayload
type CreatePipelineLengthRequired ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineLengthRequired() *CreatePipelineLengthRequired
NewCreatePipelineLengthRequired creates a CreatePipelineLengthRequired with default headers values
func (*CreatePipelineLengthRequired) Error ¶ added in v1.0.49
func (o *CreatePipelineLengthRequired) Error() string
type CreatePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineNotFound() *CreatePipelineNotFound
NewCreatePipelineNotFound creates a CreatePipelineNotFound with default headers values
func (*CreatePipelineNotFound) Error ¶ added in v1.0.49
func (o *CreatePipelineNotFound) Error() string
func (*CreatePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *CreatePipelineNotFound) GetPayload() *models.ErrorPayload
type CreatePipelineOK ¶ added in v1.0.49
type CreatePipelineOK struct {
Payload *CreatePipelineOKBody
}
CreatePipelineOK handles this case with default header values.
The information of the pipeline which has been created.
func NewCreatePipelineOK ¶ added in v1.0.49
func NewCreatePipelineOK() *CreatePipelineOK
NewCreatePipelineOK creates a CreatePipelineOK with default headers values
func (*CreatePipelineOK) Error ¶ added in v1.0.49
func (o *CreatePipelineOK) Error() string
func (*CreatePipelineOK) GetPayload ¶ added in v1.0.49
func (o *CreatePipelineOK) GetPayload() *CreatePipelineOKBody
type CreatePipelineOKBody ¶ added in v1.0.49
CreatePipelineOKBody create pipeline o k body swagger:model CreatePipelineOKBody
func (*CreatePipelineOKBody) MarshalBinary ¶ added in v1.0.49
func (o *CreatePipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreatePipelineOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *CreatePipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreatePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineParams() *CreatePipelineParams
NewCreatePipelineParams creates a new CreatePipelineParams object with the default values initialized.
func NewCreatePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *CreatePipelineParams) SetBody(body *models.NewPipeline)
SetBody adds the body to the create pipeline params
func (*CreatePipelineParams) SetContext ¶ added in v1.0.49
func (o *CreatePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the create pipeline params
func (*CreatePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *CreatePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create pipeline params
func (*CreatePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *CreatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the create pipeline params
func (*CreatePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *CreatePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the create pipeline params
func (*CreatePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *CreatePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create pipeline params
func (*CreatePipelineParams) WithBody ¶ added in v1.0.49
func (o *CreatePipelineParams) WithBody(body *models.NewPipeline) *CreatePipelineParams
WithBody adds the body to the create pipeline params
func (*CreatePipelineParams) WithContext ¶ added in v1.0.49
func (o *CreatePipelineParams) WithContext(ctx context.Context) *CreatePipelineParams
WithContext adds the context to the create pipeline params
func (*CreatePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *CreatePipelineParams) WithHTTPClient(client *http.Client) *CreatePipelineParams
WithHTTPClient adds the HTTPClient to the create pipeline params
func (*CreatePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *CreatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *CreatePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the create pipeline params
func (*CreatePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *CreatePipelineParams) WithProjectCanonical(projectCanonical string) *CreatePipelineParams
WithProjectCanonical adds the projectCanonical to the create pipeline params
func (*CreatePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *CreatePipelineParams) WithTimeout(timeout time.Duration) *CreatePipelineParams
WithTimeout adds the timeout to the create pipeline params
func (*CreatePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *CreatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePipelineReader ¶ added in v1.0.49
type CreatePipelineReader struct {
// contains filtered or unexported fields
}
CreatePipelineReader is a Reader for the CreatePipeline structure.
func (*CreatePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *CreatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePipelineUnprocessableEntity ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewCreatePipelineUnprocessableEntity() *CreatePipelineUnprocessableEntity
NewCreatePipelineUnprocessableEntity creates a CreatePipelineUnprocessableEntity with default headers values
func (*CreatePipelineUnprocessableEntity) Error ¶ added in v1.0.49
func (o *CreatePipelineUnprocessableEntity) Error() string
func (*CreatePipelineUnprocessableEntity) GetPayload ¶ added in v1.0.49
func (o *CreatePipelineUnprocessableEntity) GetPayload() *models.ErrorPayload
type DeletePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDeletePipelineDefault(code int) *DeletePipelineDefault
NewDeletePipelineDefault creates a DeletePipelineDefault with default headers values
func (*DeletePipelineDefault) Code ¶ added in v1.0.49
func (o *DeletePipelineDefault) Code() int
Code gets the status code for the delete pipeline default response
func (*DeletePipelineDefault) Error ¶ added in v1.0.49
func (o *DeletePipelineDefault) Error() string
func (*DeletePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *DeletePipelineDefault) GetPayload() *models.ErrorPayload
type DeletePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDeletePipelineForbidden() *DeletePipelineForbidden
NewDeletePipelineForbidden creates a DeletePipelineForbidden with default headers values
func (*DeletePipelineForbidden) Error ¶ added in v1.0.49
func (o *DeletePipelineForbidden) Error() string
func (*DeletePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *DeletePipelineForbidden) GetPayload() *models.ErrorPayload
type DeletePipelineNoContent ¶ added in v1.0.49
type DeletePipelineNoContent struct {
}
DeletePipelineNoContent handles this case with default header values.
Pipeline has been deleted.
func NewDeletePipelineNoContent ¶ added in v1.0.49
func NewDeletePipelineNoContent() *DeletePipelineNoContent
NewDeletePipelineNoContent creates a DeletePipelineNoContent with default headers values
func (*DeletePipelineNoContent) Error ¶ added in v1.0.49
func (o *DeletePipelineNoContent) Error() string
type DeletePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDeletePipelineNotFound() *DeletePipelineNotFound
NewDeletePipelineNotFound creates a DeletePipelineNotFound with default headers values
func (*DeletePipelineNotFound) Error ¶ added in v1.0.49
func (o *DeletePipelineNotFound) Error() string
func (*DeletePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *DeletePipelineNotFound) GetPayload() *models.ErrorPayload
type DeletePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDeletePipelineParams() *DeletePipelineParams
NewDeletePipelineParams creates a new DeletePipelineParams object with the default values initialized.
func NewDeletePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *DeletePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the delete pipeline params
func (*DeletePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *DeletePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete pipeline params
func (*DeletePipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *DeletePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the delete pipeline params
func (*DeletePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *DeletePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the delete pipeline params
func (*DeletePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *DeletePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the delete pipeline params
func (*DeletePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *DeletePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete pipeline params
func (*DeletePipelineParams) WithContext ¶ added in v1.0.49
func (o *DeletePipelineParams) WithContext(ctx context.Context) *DeletePipelineParams
WithContext adds the context to the delete pipeline params
func (*DeletePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *DeletePipelineParams) WithHTTPClient(client *http.Client) *DeletePipelineParams
WithHTTPClient adds the HTTPClient to the delete pipeline params
func (*DeletePipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *DeletePipelineParams) WithInpathPipelineName(inpathPipelineName string) *DeletePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the delete pipeline params
func (*DeletePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *DeletePipelineParams) WithOrganizationCanonical(organizationCanonical string) *DeletePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the delete pipeline params
func (*DeletePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *DeletePipelineParams) WithProjectCanonical(projectCanonical string) *DeletePipelineParams
WithProjectCanonical adds the projectCanonical to the delete pipeline params
func (*DeletePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *DeletePipelineParams) WithTimeout(timeout time.Duration) *DeletePipelineParams
WithTimeout adds the timeout to the delete pipeline params
func (*DeletePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *DeletePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePipelineReader ¶ added in v1.0.49
type DeletePipelineReader struct {
// contains filtered or unexported fields
}
DeletePipelineReader is a Reader for the DeletePipeline structure.
func (*DeletePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *DeletePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DiffPipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineDefault(code int) *DiffPipelineDefault
NewDiffPipelineDefault creates a DiffPipelineDefault with default headers values
func (*DiffPipelineDefault) Code ¶ added in v1.0.49
func (o *DiffPipelineDefault) Code() int
Code gets the status code for the diff pipeline default response
func (*DiffPipelineDefault) Error ¶ added in v1.0.49
func (o *DiffPipelineDefault) Error() string
func (*DiffPipelineDefault) GetPayload ¶ added in v1.0.49
func (o *DiffPipelineDefault) GetPayload() *models.ErrorPayload
type DiffPipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineForbidden() *DiffPipelineForbidden
NewDiffPipelineForbidden creates a DiffPipelineForbidden with default headers values
func (*DiffPipelineForbidden) Error ¶ added in v1.0.49
func (o *DiffPipelineForbidden) Error() string
func (*DiffPipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *DiffPipelineForbidden) GetPayload() *models.ErrorPayload
type DiffPipelineLengthRequired ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineLengthRequired() *DiffPipelineLengthRequired
NewDiffPipelineLengthRequired creates a DiffPipelineLengthRequired with default headers values
func (*DiffPipelineLengthRequired) Error ¶ added in v1.0.49
func (o *DiffPipelineLengthRequired) Error() string
type DiffPipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineNotFound() *DiffPipelineNotFound
NewDiffPipelineNotFound creates a DiffPipelineNotFound with default headers values
func (*DiffPipelineNotFound) Error ¶ added in v1.0.49
func (o *DiffPipelineNotFound) Error() string
func (*DiffPipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *DiffPipelineNotFound) GetPayload() *models.ErrorPayload
type DiffPipelineOK ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineOK() *DiffPipelineOK
NewDiffPipelineOK creates a DiffPipelineOK with default headers values
func (*DiffPipelineOK) Error ¶ added in v1.0.49
func (o *DiffPipelineOK) Error() string
func (*DiffPipelineOK) GetPayload ¶ added in v1.0.49
func (o *DiffPipelineOK) GetPayload() *DiffPipelineOKBody
type DiffPipelineOKBody ¶ added in v1.0.49
type DiffPipelineOKBody struct {
// data
// Required: true
Data *models.PipelineDiffs `json:"data"`
}
DiffPipelineOKBody diff pipeline o k body swagger:model DiffPipelineOKBody
func (*DiffPipelineOKBody) MarshalBinary ¶ added in v1.0.49
func (o *DiffPipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DiffPipelineOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *DiffPipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DiffPipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineParams() *DiffPipelineParams
NewDiffPipelineParams creates a new DiffPipelineParams object with the default values initialized.
func NewDiffPipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *DiffPipelineParams) SetBody(body *models.UpdatePipeline)
SetBody adds the body to the diff pipeline params
func (*DiffPipelineParams) SetContext ¶ added in v1.0.49
func (o *DiffPipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the diff pipeline params
func (*DiffPipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *DiffPipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the diff pipeline params
func (*DiffPipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *DiffPipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the diff pipeline params
func (*DiffPipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *DiffPipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the diff pipeline params
func (*DiffPipelineParams) SetTimeout ¶ added in v1.0.49
func (o *DiffPipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the diff pipeline params
func (*DiffPipelineParams) WithBody ¶ added in v1.0.49
func (o *DiffPipelineParams) WithBody(body *models.UpdatePipeline) *DiffPipelineParams
WithBody adds the body to the diff pipeline params
func (*DiffPipelineParams) WithContext ¶ added in v1.0.49
func (o *DiffPipelineParams) WithContext(ctx context.Context) *DiffPipelineParams
WithContext adds the context to the diff pipeline params
func (*DiffPipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *DiffPipelineParams) WithHTTPClient(client *http.Client) *DiffPipelineParams
WithHTTPClient adds the HTTPClient to the diff pipeline params
func (*DiffPipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *DiffPipelineParams) WithInpathPipelineName(inpathPipelineName string) *DiffPipelineParams
WithInpathPipelineName adds the inpathPipelineName to the diff pipeline params
func (*DiffPipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *DiffPipelineParams) WithOrganizationCanonical(organizationCanonical string) *DiffPipelineParams
WithOrganizationCanonical adds the organizationCanonical to the diff pipeline params
func (*DiffPipelineParams) WithTimeout ¶ added in v1.0.49
func (o *DiffPipelineParams) WithTimeout(timeout time.Duration) *DiffPipelineParams
WithTimeout adds the timeout to the diff pipeline params
func (*DiffPipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *DiffPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DiffPipelineReader ¶ added in v1.0.49
type DiffPipelineReader struct {
// contains filtered or unexported fields
}
DiffPipelineReader is a Reader for the DiffPipeline structure.
func (*DiffPipelineReader) ReadResponse ¶ added in v1.0.49
func (o *DiffPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DiffPipelineUnprocessableEntity ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewDiffPipelineUnprocessableEntity() *DiffPipelineUnprocessableEntity
NewDiffPipelineUnprocessableEntity creates a DiffPipelineUnprocessableEntity with default headers values
func (*DiffPipelineUnprocessableEntity) Error ¶ added in v1.0.49
func (o *DiffPipelineUnprocessableEntity) Error() string
func (*DiffPipelineUnprocessableEntity) GetPayload ¶ added in v1.0.49
func (o *DiffPipelineUnprocessableEntity) GetPayload() *models.ErrorPayload
type GetPipelineConfigDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineConfigDefault(code int) *GetPipelineConfigDefault
NewGetPipelineConfigDefault creates a GetPipelineConfigDefault with default headers values
func (*GetPipelineConfigDefault) Code ¶ added in v1.0.49
func (o *GetPipelineConfigDefault) Code() int
Code gets the status code for the get pipeline config default response
func (*GetPipelineConfigDefault) Error ¶ added in v1.0.49
func (o *GetPipelineConfigDefault) Error() string
func (*GetPipelineConfigDefault) GetPayload ¶ added in v1.0.49
func (o *GetPipelineConfigDefault) GetPayload() *models.ErrorPayload
type GetPipelineConfigForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineConfigForbidden() *GetPipelineConfigForbidden
NewGetPipelineConfigForbidden creates a GetPipelineConfigForbidden with default headers values
func (*GetPipelineConfigForbidden) Error ¶ added in v1.0.49
func (o *GetPipelineConfigForbidden) Error() string
func (*GetPipelineConfigForbidden) GetPayload ¶ added in v1.0.49
func (o *GetPipelineConfigForbidden) GetPayload() *models.ErrorPayload
type GetPipelineConfigNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineConfigNotFound() *GetPipelineConfigNotFound
NewGetPipelineConfigNotFound creates a GetPipelineConfigNotFound with default headers values
func (*GetPipelineConfigNotFound) Error ¶ added in v1.0.49
func (o *GetPipelineConfigNotFound) Error() string
func (*GetPipelineConfigNotFound) GetPayload ¶ added in v1.0.49
func (o *GetPipelineConfigNotFound) GetPayload() *models.ErrorPayload
type GetPipelineConfigOK ¶ added in v1.0.49
type GetPipelineConfigOK struct {
Payload *GetPipelineConfigOKBody
}
GetPipelineConfigOK handles this case with default header values.
This endpoint returns the config of the pipeline.
func NewGetPipelineConfigOK ¶ added in v1.0.49
func NewGetPipelineConfigOK() *GetPipelineConfigOK
NewGetPipelineConfigOK creates a GetPipelineConfigOK with default headers values
func (*GetPipelineConfigOK) Error ¶ added in v1.0.49
func (o *GetPipelineConfigOK) Error() string
func (*GetPipelineConfigOK) GetPayload ¶ added in v1.0.49
func (o *GetPipelineConfigOK) GetPayload() *GetPipelineConfigOKBody
type GetPipelineConfigOKBody ¶ added in v1.0.49
type GetPipelineConfigOKBody struct {
// data
// Required: true
Data *string `json:"data"`
}
GetPipelineConfigOKBody get pipeline config o k body swagger:model GetPipelineConfigOKBody
func (*GetPipelineConfigOKBody) MarshalBinary ¶ added in v1.0.49
func (o *GetPipelineConfigOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineConfigOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *GetPipelineConfigOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineConfigParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineConfigParams() *GetPipelineConfigParams
NewGetPipelineConfigParams creates a new GetPipelineConfigParams object with the default values initialized.
func NewGetPipelineConfigParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline config params
func (*GetPipelineConfigParams) SetHTTPClient ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline config params
func (*GetPipelineConfigParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline config params
func (*GetPipelineConfigParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline config params
func (*GetPipelineConfigParams) SetProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline config params
func (*GetPipelineConfigParams) SetTimeout ¶ added in v1.0.49
func (o *GetPipelineConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline config params
func (*GetPipelineConfigParams) WithContext ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithContext(ctx context.Context) *GetPipelineConfigParams
WithContext adds the context to the get pipeline config params
func (*GetPipelineConfigParams) WithHTTPClient ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithHTTPClient(client *http.Client) *GetPipelineConfigParams
WithHTTPClient adds the HTTPClient to the get pipeline config params
func (*GetPipelineConfigParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineConfigParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline config params
func (*GetPipelineConfigParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineConfigParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline config params
func (*GetPipelineConfigParams) WithProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithProjectCanonical(projectCanonical string) *GetPipelineConfigParams
WithProjectCanonical adds the projectCanonical to the get pipeline config params
func (*GetPipelineConfigParams) WithTimeout ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WithTimeout(timeout time.Duration) *GetPipelineConfigParams
WithTimeout adds the timeout to the get pipeline config params
func (*GetPipelineConfigParams) WriteToRequest ¶ added in v1.0.49
func (o *GetPipelineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineConfigReader ¶ added in v1.0.49
type GetPipelineConfigReader struct {
// contains filtered or unexported fields
}
GetPipelineConfigReader is a Reader for the GetPipelineConfig structure.
func (*GetPipelineConfigReader) ReadResponse ¶ added in v1.0.49
func (o *GetPipelineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineDefault(code int) *GetPipelineDefault
NewGetPipelineDefault creates a GetPipelineDefault with default headers values
func (*GetPipelineDefault) Code ¶ added in v1.0.49
func (o *GetPipelineDefault) Code() int
Code gets the status code for the get pipeline default response
func (*GetPipelineDefault) Error ¶ added in v1.0.49
func (o *GetPipelineDefault) Error() string
func (*GetPipelineDefault) GetPayload ¶ added in v1.0.49
func (o *GetPipelineDefault) GetPayload() *models.ErrorPayload
type GetPipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineForbidden() *GetPipelineForbidden
NewGetPipelineForbidden creates a GetPipelineForbidden with default headers values
func (*GetPipelineForbidden) Error ¶ added in v1.0.49
func (o *GetPipelineForbidden) Error() string
func (*GetPipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *GetPipelineForbidden) GetPayload() *models.ErrorPayload
type GetPipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineNotFound() *GetPipelineNotFound
NewGetPipelineNotFound creates a GetPipelineNotFound with default headers values
func (*GetPipelineNotFound) Error ¶ added in v1.0.49
func (o *GetPipelineNotFound) Error() string
func (*GetPipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *GetPipelineNotFound) GetPayload() *models.ErrorPayload
type GetPipelineOK ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineOK() *GetPipelineOK
NewGetPipelineOK creates a GetPipelineOK with default headers values
func (*GetPipelineOK) Error ¶ added in v1.0.49
func (o *GetPipelineOK) Error() string
func (*GetPipelineOK) GetPayload ¶ added in v1.0.49
func (o *GetPipelineOK) GetPayload() *GetPipelineOKBody
type GetPipelineOKBody ¶ added in v1.0.49
GetPipelineOKBody get pipeline o k body swagger:model GetPipelineOKBody
func (*GetPipelineOKBody) MarshalBinary ¶ added in v1.0.49
func (o *GetPipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *GetPipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineParams() *GetPipelineParams
NewGetPipelineParams creates a new GetPipelineParams object with the default values initialized.
func NewGetPipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *GetPipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline params
func (*GetPipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *GetPipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline params
func (*GetPipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline params
func (*GetPipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline params
func (*GetPipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline params
func (*GetPipelineParams) SetTimeout ¶ added in v1.0.49
func (o *GetPipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline params
func (*GetPipelineParams) WithContext ¶ added in v1.0.49
func (o *GetPipelineParams) WithContext(ctx context.Context) *GetPipelineParams
WithContext adds the context to the get pipeline params
func (*GetPipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *GetPipelineParams) WithHTTPClient(client *http.Client) *GetPipelineParams
WithHTTPClient adds the HTTPClient to the get pipeline params
func (*GetPipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline params
func (*GetPipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline params
func (*GetPipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineParams) WithProjectCanonical(projectCanonical string) *GetPipelineParams
WithProjectCanonical adds the projectCanonical to the get pipeline params
func (*GetPipelineParams) WithTimeout ¶ added in v1.0.49
func (o *GetPipelineParams) WithTimeout(timeout time.Duration) *GetPipelineParams
WithTimeout adds the timeout to the get pipeline params
func (*GetPipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *GetPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineReader ¶ added in v1.0.49
type GetPipelineReader struct {
// contains filtered or unexported fields
}
GetPipelineReader is a Reader for the GetPipeline structure.
func (*GetPipelineReader) ReadResponse ¶ added in v1.0.49
func (o *GetPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPipelineVariablesConflict ¶ added in v1.0.49
type GetPipelineVariablesConflict struct {
}
GetPipelineVariablesConflict handles this case with default header values.
Project has no config repository configured
func NewGetPipelineVariablesConflict ¶ added in v1.0.49
func NewGetPipelineVariablesConflict() *GetPipelineVariablesConflict
NewGetPipelineVariablesConflict creates a GetPipelineVariablesConflict with default headers values
func (*GetPipelineVariablesConflict) Error ¶ added in v1.0.49
func (o *GetPipelineVariablesConflict) Error() string
type GetPipelineVariablesDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineVariablesDefault(code int) *GetPipelineVariablesDefault
NewGetPipelineVariablesDefault creates a GetPipelineVariablesDefault with default headers values
func (*GetPipelineVariablesDefault) Code ¶ added in v1.0.49
func (o *GetPipelineVariablesDefault) Code() int
Code gets the status code for the get pipeline variables default response
func (*GetPipelineVariablesDefault) Error ¶ added in v1.0.49
func (o *GetPipelineVariablesDefault) Error() string
func (*GetPipelineVariablesDefault) GetPayload ¶ added in v1.0.49
func (o *GetPipelineVariablesDefault) GetPayload() *models.ErrorPayload
type GetPipelineVariablesForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineVariablesForbidden() *GetPipelineVariablesForbidden
NewGetPipelineVariablesForbidden creates a GetPipelineVariablesForbidden with default headers values
func (*GetPipelineVariablesForbidden) Error ¶ added in v1.0.49
func (o *GetPipelineVariablesForbidden) Error() string
func (*GetPipelineVariablesForbidden) GetPayload ¶ added in v1.0.49
func (o *GetPipelineVariablesForbidden) GetPayload() *models.ErrorPayload
type GetPipelineVariablesNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineVariablesNotFound() *GetPipelineVariablesNotFound
NewGetPipelineVariablesNotFound creates a GetPipelineVariablesNotFound with default headers values
func (*GetPipelineVariablesNotFound) Error ¶ added in v1.0.49
func (o *GetPipelineVariablesNotFound) Error() string
func (*GetPipelineVariablesNotFound) GetPayload ¶ added in v1.0.49
func (o *GetPipelineVariablesNotFound) GetPayload() *models.ErrorPayload
type GetPipelineVariablesOK ¶ added in v1.0.49
type GetPipelineVariablesOK struct {
Payload *GetPipelineVariablesOKBody
}
GetPipelineVariablesOK handles this case with default header values.
This endpoint returns the variables of the pipeline.
func NewGetPipelineVariablesOK ¶ added in v1.0.49
func NewGetPipelineVariablesOK() *GetPipelineVariablesOK
NewGetPipelineVariablesOK creates a GetPipelineVariablesOK with default headers values
func (*GetPipelineVariablesOK) Error ¶ added in v1.0.49
func (o *GetPipelineVariablesOK) Error() string
func (*GetPipelineVariablesOK) GetPayload ¶ added in v1.0.49
func (o *GetPipelineVariablesOK) GetPayload() *GetPipelineVariablesOKBody
type GetPipelineVariablesOKBody ¶ added in v1.0.49
type GetPipelineVariablesOKBody struct {
// data
// Required: true
Data *models.PipelineVariables `json:"data"`
}
GetPipelineVariablesOKBody get pipeline variables o k body swagger:model GetPipelineVariablesOKBody
func (*GetPipelineVariablesOKBody) MarshalBinary ¶ added in v1.0.49
func (o *GetPipelineVariablesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetPipelineVariablesOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *GetPipelineVariablesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetPipelineVariablesParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetPipelineVariablesParams() *GetPipelineVariablesParams
NewGetPipelineVariablesParams creates a new GetPipelineVariablesParams object with the default values initialized.
func NewGetPipelineVariablesParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetContext(ctx context.Context)
SetContext adds the context to the get pipeline variables params
func (*GetPipelineVariablesParams) SetHTTPClient ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pipeline variables params
func (*GetPipelineVariablesParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the get pipeline variables params
func (*GetPipelineVariablesParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) SetProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) SetTimeout ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pipeline variables params
func (*GetPipelineVariablesParams) WithContext ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithContext(ctx context.Context) *GetPipelineVariablesParams
WithContext adds the context to the get pipeline variables params
func (*GetPipelineVariablesParams) WithHTTPClient ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithHTTPClient(client *http.Client) *GetPipelineVariablesParams
WithHTTPClient adds the HTTPClient to the get pipeline variables params
func (*GetPipelineVariablesParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineVariablesParams
WithInpathPipelineName adds the inpathPipelineName to the get pipeline variables params
func (*GetPipelineVariablesParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineVariablesParams
WithOrganizationCanonical adds the organizationCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) WithProjectCanonical ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithProjectCanonical(projectCanonical string) *GetPipelineVariablesParams
WithProjectCanonical adds the projectCanonical to the get pipeline variables params
func (*GetPipelineVariablesParams) WithTimeout ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WithTimeout(timeout time.Duration) *GetPipelineVariablesParams
WithTimeout adds the timeout to the get pipeline variables params
func (*GetPipelineVariablesParams) WriteToRequest ¶ added in v1.0.49
func (o *GetPipelineVariablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPipelineVariablesReader ¶ added in v1.0.49
type GetPipelineVariablesReader struct {
// contains filtered or unexported fields
}
GetPipelineVariablesReader is a Reader for the GetPipelineVariables structure.
func (*GetPipelineVariablesReader) ReadResponse ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetProjectPipelinesDefault(code int) *GetProjectPipelinesDefault
NewGetProjectPipelinesDefault creates a GetProjectPipelinesDefault with default headers values
func (*GetProjectPipelinesDefault) Code ¶ added in v1.0.49
func (o *GetProjectPipelinesDefault) Code() int
Code gets the status code for the get project pipelines default response
func (*GetProjectPipelinesDefault) Error ¶ added in v1.0.49
func (o *GetProjectPipelinesDefault) Error() string
func (*GetProjectPipelinesDefault) GetPayload ¶ added in v1.0.49
func (o *GetProjectPipelinesDefault) GetPayload() *models.ErrorPayload
type GetProjectPipelinesNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetProjectPipelinesNotFound() *GetProjectPipelinesNotFound
NewGetProjectPipelinesNotFound creates a GetProjectPipelinesNotFound with default headers values
func (*GetProjectPipelinesNotFound) Error ¶ added in v1.0.49
func (o *GetProjectPipelinesNotFound) Error() string
func (*GetProjectPipelinesNotFound) GetPayload ¶ added in v1.0.49
func (o *GetProjectPipelinesNotFound) GetPayload() *models.ErrorPayload
type GetProjectPipelinesOK ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetProjectPipelinesOK() *GetProjectPipelinesOK
NewGetProjectPipelinesOK creates a GetProjectPipelinesOK with default headers values
func (*GetProjectPipelinesOK) Error ¶ added in v1.0.49
func (o *GetProjectPipelinesOK) Error() string
func (*GetProjectPipelinesOK) GetPayload ¶ added in v1.0.49
func (o *GetProjectPipelinesOK) GetPayload() *GetProjectPipelinesOKBody
type GetProjectPipelinesOKBody ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *GetProjectPipelinesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetProjectPipelinesOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *GetProjectPipelinesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetProjectPipelinesParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetProjectPipelinesParams() *GetProjectPipelinesParams
NewGetProjectPipelinesParams creates a new GetProjectPipelinesParams object with the default values initialized.
func NewGetProjectPipelinesParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetContext(ctx context.Context)
SetContext adds the context to the get project pipelines params
func (*GetProjectPipelinesParams) SetHTTPClient ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get project pipelines params
func (*GetProjectPipelinesParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) SetPageIndex ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetPageIndex(pageIndex *uint32)
SetPageIndex adds the pageIndex to the get project pipelines params
func (*GetProjectPipelinesParams) SetPageSize ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetPageSize(pageSize *uint32)
SetPageSize adds the pageSize to the get project pipelines params
func (*GetProjectPipelinesParams) SetProjectCanonical ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) SetTimeout ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get project pipelines params
func (*GetProjectPipelinesParams) WithContext ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithContext(ctx context.Context) *GetProjectPipelinesParams
WithContext adds the context to the get project pipelines params
func (*GetProjectPipelinesParams) WithHTTPClient ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithHTTPClient(client *http.Client) *GetProjectPipelinesParams
WithHTTPClient adds the HTTPClient to the get project pipelines params
func (*GetProjectPipelinesParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetProjectPipelinesParams
WithOrganizationCanonical adds the organizationCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) WithPageIndex ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithPageIndex(pageIndex *uint32) *GetProjectPipelinesParams
WithPageIndex adds the pageIndex to the get project pipelines params
func (*GetProjectPipelinesParams) WithPageSize ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithPageSize(pageSize *uint32) *GetProjectPipelinesParams
WithPageSize adds the pageSize to the get project pipelines params
func (*GetProjectPipelinesParams) WithProjectCanonical ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithProjectCanonical(projectCanonical string) *GetProjectPipelinesParams
WithProjectCanonical adds the projectCanonical to the get project pipelines params
func (*GetProjectPipelinesParams) WithTimeout ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WithTimeout(timeout time.Duration) *GetProjectPipelinesParams
WithTimeout adds the timeout to the get project pipelines params
func (*GetProjectPipelinesParams) WriteToRequest ¶ added in v1.0.49
func (o *GetProjectPipelinesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProjectPipelinesReader ¶ added in v1.0.49
type GetProjectPipelinesReader struct {
// contains filtered or unexported fields
}
GetProjectPipelinesReader is a Reader for the GetProjectPipelines structure.
func (*GetProjectPipelinesReader) ReadResponse ¶ added in v1.0.49
func (o *GetProjectPipelinesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProjectPipelinesUnprocessableEntity ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewGetProjectPipelinesUnprocessableEntity() *GetProjectPipelinesUnprocessableEntity
NewGetProjectPipelinesUnprocessableEntity creates a GetProjectPipelinesUnprocessableEntity with default headers values
func (*GetProjectPipelinesUnprocessableEntity) Error ¶ added in v1.0.49
func (o *GetProjectPipelinesUnprocessableEntity) Error() string
func (*GetProjectPipelinesUnprocessableEntity) GetPayload ¶ added in v1.0.49
func (o *GetProjectPipelinesUnprocessableEntity) GetPayload() *models.ErrorPayload
type PausePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewPausePipelineDefault(code int) *PausePipelineDefault
NewPausePipelineDefault creates a PausePipelineDefault with default headers values
func (*PausePipelineDefault) Code ¶ added in v1.0.49
func (o *PausePipelineDefault) Code() int
Code gets the status code for the pause pipeline default response
func (*PausePipelineDefault) Error ¶ added in v1.0.49
func (o *PausePipelineDefault) Error() string
func (*PausePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *PausePipelineDefault) GetPayload() *models.ErrorPayload
type PausePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewPausePipelineForbidden() *PausePipelineForbidden
NewPausePipelineForbidden creates a PausePipelineForbidden with default headers values
func (*PausePipelineForbidden) Error ¶ added in v1.0.49
func (o *PausePipelineForbidden) Error() string
func (*PausePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *PausePipelineForbidden) GetPayload() *models.ErrorPayload
type PausePipelineNoContent ¶ added in v1.0.49
type PausePipelineNoContent struct {
}
PausePipelineNoContent handles this case with default header values.
Pipeline has been paused.
func NewPausePipelineNoContent ¶ added in v1.0.49
func NewPausePipelineNoContent() *PausePipelineNoContent
NewPausePipelineNoContent creates a PausePipelineNoContent with default headers values
func (*PausePipelineNoContent) Error ¶ added in v1.0.49
func (o *PausePipelineNoContent) Error() string
type PausePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewPausePipelineNotFound() *PausePipelineNotFound
NewPausePipelineNotFound creates a PausePipelineNotFound with default headers values
func (*PausePipelineNotFound) Error ¶ added in v1.0.49
func (o *PausePipelineNotFound) Error() string
func (*PausePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *PausePipelineNotFound) GetPayload() *models.ErrorPayload
type PausePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewPausePipelineParams() *PausePipelineParams
NewPausePipelineParams creates a new PausePipelineParams object with the default values initialized.
func NewPausePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *PausePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the pause pipeline params
func (*PausePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *PausePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pause pipeline params
func (*PausePipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *PausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the pause pipeline params
func (*PausePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *PausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the pause pipeline params
func (*PausePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *PausePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the pause pipeline params
func (*PausePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *PausePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pause pipeline params
func (*PausePipelineParams) WithContext ¶ added in v1.0.49
func (o *PausePipelineParams) WithContext(ctx context.Context) *PausePipelineParams
WithContext adds the context to the pause pipeline params
func (*PausePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *PausePipelineParams) WithHTTPClient(client *http.Client) *PausePipelineParams
WithHTTPClient adds the HTTPClient to the pause pipeline params
func (*PausePipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *PausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *PausePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the pause pipeline params
func (*PausePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *PausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *PausePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the pause pipeline params
func (*PausePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *PausePipelineParams) WithProjectCanonical(projectCanonical string) *PausePipelineParams
WithProjectCanonical adds the projectCanonical to the pause pipeline params
func (*PausePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *PausePipelineParams) WithTimeout(timeout time.Duration) *PausePipelineParams
WithTimeout adds the timeout to the pause pipeline params
func (*PausePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *PausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PausePipelineReader ¶ added in v1.0.49
type PausePipelineReader struct {
// contains filtered or unexported fields
}
PausePipelineReader is a Reader for the PausePipeline structure.
func (*PausePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *PausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RenamePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewRenamePipelineDefault(code int) *RenamePipelineDefault
NewRenamePipelineDefault creates a RenamePipelineDefault with default headers values
func (*RenamePipelineDefault) Code ¶ added in v1.0.49
func (o *RenamePipelineDefault) Code() int
Code gets the status code for the rename pipeline default response
func (*RenamePipelineDefault) Error ¶ added in v1.0.49
func (o *RenamePipelineDefault) Error() string
func (*RenamePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *RenamePipelineDefault) GetPayload() *models.ErrorPayload
type RenamePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewRenamePipelineForbidden() *RenamePipelineForbidden
NewRenamePipelineForbidden creates a RenamePipelineForbidden with default headers values
func (*RenamePipelineForbidden) Error ¶ added in v1.0.49
func (o *RenamePipelineForbidden) Error() string
func (*RenamePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *RenamePipelineForbidden) GetPayload() *models.ErrorPayload
type RenamePipelineNoContent ¶ added in v1.0.49
type RenamePipelineNoContent struct {
}
RenamePipelineNoContent handles this case with default header values.
Pipeline has been renamed.
func NewRenamePipelineNoContent ¶ added in v1.0.49
func NewRenamePipelineNoContent() *RenamePipelineNoContent
NewRenamePipelineNoContent creates a RenamePipelineNoContent with default headers values
func (*RenamePipelineNoContent) Error ¶ added in v1.0.49
func (o *RenamePipelineNoContent) Error() string
type RenamePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewRenamePipelineNotFound() *RenamePipelineNotFound
NewRenamePipelineNotFound creates a RenamePipelineNotFound with default headers values
func (*RenamePipelineNotFound) Error ¶ added in v1.0.49
func (o *RenamePipelineNotFound) Error() string
func (*RenamePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *RenamePipelineNotFound) GetPayload() *models.ErrorPayload
type RenamePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewRenamePipelineParams() *RenamePipelineParams
NewRenamePipelineParams creates a new RenamePipelineParams object with the default values initialized.
func NewRenamePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *RenamePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the rename pipeline params
func (*RenamePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *RenamePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rename pipeline params
func (*RenamePipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *RenamePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the rename pipeline params
func (*RenamePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *RenamePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the rename pipeline params
func (*RenamePipelineParams) SetPipelineName ¶ added in v1.0.49
func (o *RenamePipelineParams) SetPipelineName(pipelineName string)
SetPipelineName adds the pipelineName to the rename pipeline params
func (*RenamePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *RenamePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the rename pipeline params
func (*RenamePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *RenamePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rename pipeline params
func (*RenamePipelineParams) WithContext ¶ added in v1.0.49
func (o *RenamePipelineParams) WithContext(ctx context.Context) *RenamePipelineParams
WithContext adds the context to the rename pipeline params
func (*RenamePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *RenamePipelineParams) WithHTTPClient(client *http.Client) *RenamePipelineParams
WithHTTPClient adds the HTTPClient to the rename pipeline params
func (*RenamePipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *RenamePipelineParams) WithInpathPipelineName(inpathPipelineName string) *RenamePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the rename pipeline params
func (*RenamePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *RenamePipelineParams) WithOrganizationCanonical(organizationCanonical string) *RenamePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the rename pipeline params
func (*RenamePipelineParams) WithPipelineName ¶ added in v1.0.49
func (o *RenamePipelineParams) WithPipelineName(pipelineName string) *RenamePipelineParams
WithPipelineName adds the pipelineName to the rename pipeline params
func (*RenamePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *RenamePipelineParams) WithProjectCanonical(projectCanonical string) *RenamePipelineParams
WithProjectCanonical adds the projectCanonical to the rename pipeline params
func (*RenamePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *RenamePipelineParams) WithTimeout(timeout time.Duration) *RenamePipelineParams
WithTimeout adds the timeout to the rename pipeline params
func (*RenamePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *RenamePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RenamePipelineReader ¶ added in v1.0.49
type RenamePipelineReader struct {
// contains filtered or unexported fields
}
RenamePipelineReader is a Reader for the RenamePipeline structure.
func (*RenamePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *RenamePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnpausePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUnpausePipelineDefault(code int) *UnpausePipelineDefault
NewUnpausePipelineDefault creates a UnpausePipelineDefault with default headers values
func (*UnpausePipelineDefault) Code ¶ added in v1.0.49
func (o *UnpausePipelineDefault) Code() int
Code gets the status code for the unpause pipeline default response
func (*UnpausePipelineDefault) Error ¶ added in v1.0.49
func (o *UnpausePipelineDefault) Error() string
func (*UnpausePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *UnpausePipelineDefault) GetPayload() *models.ErrorPayload
type UnpausePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUnpausePipelineForbidden() *UnpausePipelineForbidden
NewUnpausePipelineForbidden creates a UnpausePipelineForbidden with default headers values
func (*UnpausePipelineForbidden) Error ¶ added in v1.0.49
func (o *UnpausePipelineForbidden) Error() string
func (*UnpausePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *UnpausePipelineForbidden) GetPayload() *models.ErrorPayload
type UnpausePipelineNoContent ¶ added in v1.0.49
type UnpausePipelineNoContent struct {
}
UnpausePipelineNoContent handles this case with default header values.
Pipeline has been unpaused.
func NewUnpausePipelineNoContent ¶ added in v1.0.49
func NewUnpausePipelineNoContent() *UnpausePipelineNoContent
NewUnpausePipelineNoContent creates a UnpausePipelineNoContent with default headers values
func (*UnpausePipelineNoContent) Error ¶ added in v1.0.49
func (o *UnpausePipelineNoContent) Error() string
type UnpausePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUnpausePipelineNotFound() *UnpausePipelineNotFound
NewUnpausePipelineNotFound creates a UnpausePipelineNotFound with default headers values
func (*UnpausePipelineNotFound) Error ¶ added in v1.0.49
func (o *UnpausePipelineNotFound) Error() string
func (*UnpausePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *UnpausePipelineNotFound) GetPayload() *models.ErrorPayload
type UnpausePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUnpausePipelineParams() *UnpausePipelineParams
NewUnpausePipelineParams creates a new UnpausePipelineParams object with the default values initialized.
func NewUnpausePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the unpause pipeline params
func (*UnpausePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unpause pipeline params
func (*UnpausePipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the unpause pipeline params
func (*UnpausePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the unpause pipeline params
func (*UnpausePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the unpause pipeline params
func (*UnpausePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *UnpausePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unpause pipeline params
func (*UnpausePipelineParams) WithContext ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithContext(ctx context.Context) *UnpausePipelineParams
WithContext adds the context to the unpause pipeline params
func (*UnpausePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithHTTPClient(client *http.Client) *UnpausePipelineParams
WithHTTPClient adds the HTTPClient to the unpause pipeline params
func (*UnpausePipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UnpausePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the unpause pipeline params
func (*UnpausePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UnpausePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the unpause pipeline params
func (*UnpausePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithProjectCanonical(projectCanonical string) *UnpausePipelineParams
WithProjectCanonical adds the projectCanonical to the unpause pipeline params
func (*UnpausePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *UnpausePipelineParams) WithTimeout(timeout time.Duration) *UnpausePipelineParams
WithTimeout adds the timeout to the unpause pipeline params
func (*UnpausePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *UnpausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnpausePipelineReader ¶ added in v1.0.49
type UnpausePipelineReader struct {
// contains filtered or unexported fields
}
UnpausePipelineReader is a Reader for the UnpausePipeline structure.
func (*UnpausePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *UnpausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePipelineDefault ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineDefault(code int) *UpdatePipelineDefault
NewUpdatePipelineDefault creates a UpdatePipelineDefault with default headers values
func (*UpdatePipelineDefault) Code ¶ added in v1.0.49
func (o *UpdatePipelineDefault) Code() int
Code gets the status code for the update pipeline default response
func (*UpdatePipelineDefault) Error ¶ added in v1.0.49
func (o *UpdatePipelineDefault) Error() string
func (*UpdatePipelineDefault) GetPayload ¶ added in v1.0.49
func (o *UpdatePipelineDefault) GetPayload() *models.ErrorPayload
type UpdatePipelineForbidden ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineForbidden() *UpdatePipelineForbidden
NewUpdatePipelineForbidden creates a UpdatePipelineForbidden with default headers values
func (*UpdatePipelineForbidden) Error ¶ added in v1.0.49
func (o *UpdatePipelineForbidden) Error() string
func (*UpdatePipelineForbidden) GetPayload ¶ added in v1.0.49
func (o *UpdatePipelineForbidden) GetPayload() *models.ErrorPayload
type UpdatePipelineLengthRequired ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineLengthRequired() *UpdatePipelineLengthRequired
NewUpdatePipelineLengthRequired creates a UpdatePipelineLengthRequired with default headers values
func (*UpdatePipelineLengthRequired) Error ¶ added in v1.0.49
func (o *UpdatePipelineLengthRequired) Error() string
type UpdatePipelineNotFound ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineNotFound() *UpdatePipelineNotFound
NewUpdatePipelineNotFound creates a UpdatePipelineNotFound with default headers values
func (*UpdatePipelineNotFound) Error ¶ added in v1.0.49
func (o *UpdatePipelineNotFound) Error() string
func (*UpdatePipelineNotFound) GetPayload ¶ added in v1.0.49
func (o *UpdatePipelineNotFound) GetPayload() *models.ErrorPayload
type UpdatePipelineOK ¶ added in v1.0.49
type UpdatePipelineOK struct {
Payload *UpdatePipelineOKBody
}
UpdatePipelineOK handles this case with default header values.
The information of the pipeline which has been updated.
func NewUpdatePipelineOK ¶ added in v1.0.49
func NewUpdatePipelineOK() *UpdatePipelineOK
NewUpdatePipelineOK creates a UpdatePipelineOK with default headers values
func (*UpdatePipelineOK) Error ¶ added in v1.0.49
func (o *UpdatePipelineOK) Error() string
func (*UpdatePipelineOK) GetPayload ¶ added in v1.0.49
func (o *UpdatePipelineOK) GetPayload() *UpdatePipelineOKBody
type UpdatePipelineOKBody ¶ added in v1.0.49
UpdatePipelineOKBody update pipeline o k body swagger:model UpdatePipelineOKBody
func (*UpdatePipelineOKBody) MarshalBinary ¶ added in v1.0.49
func (o *UpdatePipelineOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdatePipelineOKBody) UnmarshalBinary ¶ added in v1.0.49
func (o *UpdatePipelineOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdatePipelineParams ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineParams() *UpdatePipelineParams
NewUpdatePipelineParams creates a new UpdatePipelineParams object with the default values initialized.
func NewUpdatePipelineParamsWithContext ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
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 ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetBody(body *models.UpdatePipeline)
SetBody adds the body to the update pipeline params
func (*UpdatePipelineParams) SetContext ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetContext(ctx context.Context)
SetContext adds the context to the update pipeline params
func (*UpdatePipelineParams) SetHTTPClient ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update pipeline params
func (*UpdatePipelineParams) SetInpathPipelineName ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetInpathPipelineName(inpathPipelineName string)
SetInpathPipelineName adds the inpathPipelineName to the update pipeline params
func (*UpdatePipelineParams) SetOrganizationCanonical ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetOrganizationCanonical(organizationCanonical string)
SetOrganizationCanonical adds the organizationCanonical to the update pipeline params
func (*UpdatePipelineParams) SetProjectCanonical ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetProjectCanonical(projectCanonical string)
SetProjectCanonical adds the projectCanonical to the update pipeline params
func (*UpdatePipelineParams) SetTimeout ¶ added in v1.0.49
func (o *UpdatePipelineParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update pipeline params
func (*UpdatePipelineParams) WithBody ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithBody(body *models.UpdatePipeline) *UpdatePipelineParams
WithBody adds the body to the update pipeline params
func (*UpdatePipelineParams) WithContext ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithContext(ctx context.Context) *UpdatePipelineParams
WithContext adds the context to the update pipeline params
func (*UpdatePipelineParams) WithHTTPClient ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithHTTPClient(client *http.Client) *UpdatePipelineParams
WithHTTPClient adds the HTTPClient to the update pipeline params
func (*UpdatePipelineParams) WithInpathPipelineName ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UpdatePipelineParams
WithInpathPipelineName adds the inpathPipelineName to the update pipeline params
func (*UpdatePipelineParams) WithOrganizationCanonical ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UpdatePipelineParams
WithOrganizationCanonical adds the organizationCanonical to the update pipeline params
func (*UpdatePipelineParams) WithProjectCanonical ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithProjectCanonical(projectCanonical string) *UpdatePipelineParams
WithProjectCanonical adds the projectCanonical to the update pipeline params
func (*UpdatePipelineParams) WithTimeout ¶ added in v1.0.49
func (o *UpdatePipelineParams) WithTimeout(timeout time.Duration) *UpdatePipelineParams
WithTimeout adds the timeout to the update pipeline params
func (*UpdatePipelineParams) WriteToRequest ¶ added in v1.0.49
func (o *UpdatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePipelineReader ¶ added in v1.0.49
type UpdatePipelineReader struct {
// contains filtered or unexported fields
}
UpdatePipelineReader is a Reader for the UpdatePipeline structure.
func (*UpdatePipelineReader) ReadResponse ¶ added in v1.0.49
func (o *UpdatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePipelineUnprocessableEntity ¶ added in v1.0.49
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 ¶ added in v1.0.49
func NewUpdatePipelineUnprocessableEntity() *UpdatePipelineUnprocessableEntity
NewUpdatePipelineUnprocessableEntity creates a UpdatePipelineUnprocessableEntity with default headers values
func (*UpdatePipelineUnprocessableEntity) Error ¶ added in v1.0.49
func (o *UpdatePipelineUnprocessableEntity) Error() string
func (*UpdatePipelineUnprocessableEntity) GetPayload ¶ added in v1.0.49
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