organization_pipelines

package
v1.0.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

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

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

type CreatePipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

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

func (*CreatePipelineOKBody) Validate added in v1.0.49

func (o *CreatePipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this create pipeline o k body

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

WithBody adds the body to the create pipeline params

func (*CreatePipelineParams) WithContext added in v1.0.49

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 (*CreatePipelineUnprocessableEntity) GetPayload added in v1.0.49

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

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

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

func (*DiffPipelineOKBody) Validate added in v1.0.49

func (o *DiffPipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this diff pipeline o k body

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

WithBody adds the body to the diff pipeline params

func (*DiffPipelineParams) WithContext added in v1.0.49

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 (*DiffPipelineUnprocessableEntity) GetPayload added in v1.0.49

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 (*GetPipelineConfigForbidden) GetPayload added in v1.0.49

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

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

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

func (*GetPipelineConfigOKBody) Validate added in v1.0.49

func (o *GetPipelineConfigOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline config o k body

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

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

WithTimeout adds the timeout to the get pipeline config params

func (*GetPipelineConfigParams) WriteToRequest added in v1.0.49

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

type GetPipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

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

func (*GetPipelineOKBody) Validate added in v1.0.49

func (o *GetPipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline o k body

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

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 (*GetPipelineVariablesDefault) GetPayload added in v1.0.49

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 (*GetPipelineVariablesForbidden) GetPayload added in v1.0.49

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 (*GetPipelineVariablesNotFound) GetPayload added in v1.0.49

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

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

func (*GetPipelineVariablesOKBody) Validate added in v1.0.49

func (o *GetPipelineVariablesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline variables o k body

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

WithContext adds the context to the get pipeline variables params

func (*GetPipelineVariablesParams) WithHTTPClient added in v1.0.49

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

WithTimeout adds the timeout to the get pipeline variables params

func (*GetPipelineVariablesParams) WriteToRequest added in v1.0.49

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

func (*GetPipelinesOKBody) Validate

func (o *GetPipelinesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipelines o k body

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

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 (*GetPipelinesUnprocessableEntity) GetPayload

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 (*GetProjectPipelinesDefault) GetPayload added in v1.0.49

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 (*GetProjectPipelinesNotFound) GetPayload added in v1.0.49

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

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

func (*GetProjectPipelinesOKBody) Validate added in v1.0.49

func (o *GetProjectPipelinesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get project pipelines o k body

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

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

WithTimeout adds the timeout to the get project pipelines params

func (*GetProjectPipelinesParams) WriteToRequest added in v1.0.49

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 (*GetProjectPipelinesUnprocessableEntity) GetPayload added in v1.0.49

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

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

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

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

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

type UpdatePipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

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

func (*UpdatePipelineOKBody) Validate added in v1.0.49

func (o *UpdatePipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this update pipeline o k body

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

WithBody adds the body to the update pipeline params

func (*UpdatePipelineParams) WithContext added in v1.0.49

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 (*UpdatePipelineUnprocessableEntity) GetPayload added in v1.0.49

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL