organization_pipelines

package
v1.0.89 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 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

func (a *Client) CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePipelineOK, error)

CreatePipeline Create a new pipeline

func (*Client) DeletePipeline

func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineNoContent, error)

DeletePipeline Delete the pipeline.

func (*Client) DiffPipeline

func (a *Client) DiffPipeline(params *DiffPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DiffPipelineOK, error)

DiffPipeline The diff between the provided pipeline configuration and the pipeline from the given name.

func (*Client) GetPipeline

func (a *Client) GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineOK, error)

GetPipeline Get the configuration of the pipeline.

func (*Client) GetPipelineConfig

func (a *Client) GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineConfigOK, error)

GetPipelineConfig Get the YAML configuration of the pipeline.

func (*Client) GetPipelineVariables

func (a *Client) GetPipelineVariables(params *GetPipelineVariablesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineVariablesOK, error)

GetPipelineVariables Get the YAML variables of the pipeline.

func (*Client) GetPipelines

func (a *Client) GetPipelines(params *GetPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelinesOK, error)

GetPipelines Get all the pipelines that the authenticated user has access to.

func (*Client) GetProjectPipelines

func (a *Client) GetProjectPipelines(params *GetProjectPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectPipelinesOK, error)

GetProjectPipelines Get the pipelines that the authenticated user has access to.

func (*Client) PausePipeline

func (a *Client) PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*PausePipelineNoContent, error)

PausePipeline Pause a pipeline

func (*Client) RenamePipeline

func (a *Client) RenamePipeline(params *RenamePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*RenamePipelineNoContent, error)

RenamePipeline Rename a pipeline

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SyncedPipeline added in v1.0.82

func (a *Client) SyncedPipeline(params *SyncedPipelineParams, authInfo runtime.ClientAuthInfoWriter) (*SyncedPipelineOK, error)

SyncedPipeline Will check if the pipeline from the database and the one specified in the stack are synced or not

func (*Client) UnpausePipeline

func (a *Client) UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UnpausePipelineNoContent, error)

UnpausePipeline Unpause a pipeline

func (*Client) UpdatePipeline

func (a *Client) UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePipelineOK, error)

UpdatePipeline Update the configuration of the given pipeline name.

type CreatePipelineDefault

type CreatePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

CreatePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewCreatePipelineDefault

func NewCreatePipelineDefault(code int) *CreatePipelineDefault

NewCreatePipelineDefault creates a CreatePipelineDefault with default headers values

func (*CreatePipelineDefault) Code

func (o *CreatePipelineDefault) Code() int

Code gets the status code for the create pipeline default response

func (*CreatePipelineDefault) Error

func (o *CreatePipelineDefault) Error() string

func (*CreatePipelineDefault) GetPayload

func (o *CreatePipelineDefault) GetPayload() *models.ErrorPayload

type CreatePipelineForbidden

type CreatePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewCreatePipelineForbidden

func NewCreatePipelineForbidden() *CreatePipelineForbidden

NewCreatePipelineForbidden creates a CreatePipelineForbidden with default headers values

func (*CreatePipelineForbidden) Error

func (o *CreatePipelineForbidden) Error() string

func (*CreatePipelineForbidden) GetPayload

func (o *CreatePipelineForbidden) GetPayload() *models.ErrorPayload

type CreatePipelineLengthRequired

type CreatePipelineLengthRequired struct {
}

CreatePipelineLengthRequired handles this case with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewCreatePipelineLengthRequired

func NewCreatePipelineLengthRequired() *CreatePipelineLengthRequired

NewCreatePipelineLengthRequired creates a CreatePipelineLengthRequired with default headers values

func (*CreatePipelineLengthRequired) Error

type CreatePipelineNotFound

type CreatePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewCreatePipelineNotFound

func NewCreatePipelineNotFound() *CreatePipelineNotFound

NewCreatePipelineNotFound creates a CreatePipelineNotFound with default headers values

func (*CreatePipelineNotFound) Error

func (o *CreatePipelineNotFound) Error() string

func (*CreatePipelineNotFound) GetPayload

func (o *CreatePipelineNotFound) GetPayload() *models.ErrorPayload

type CreatePipelineOK

type CreatePipelineOK struct {
	Payload *CreatePipelineOKBody
}

CreatePipelineOK handles this case with default header values.

The information of the pipeline which has been created.

func NewCreatePipelineOK

func NewCreatePipelineOK() *CreatePipelineOK

NewCreatePipelineOK creates a CreatePipelineOK with default headers values

func (*CreatePipelineOK) Error

func (o *CreatePipelineOK) Error() string

func (*CreatePipelineOK) GetPayload

func (o *CreatePipelineOK) GetPayload() *CreatePipelineOKBody

type CreatePipelineOKBody

type CreatePipelineOKBody struct {

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

CreatePipelineOKBody create pipeline o k body swagger:model CreatePipelineOKBody

func (*CreatePipelineOKBody) MarshalBinary

func (o *CreatePipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatePipelineOKBody) UnmarshalBinary

func (o *CreatePipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatePipelineOKBody) Validate

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

Validate validates this create pipeline o k body

type CreatePipelineParams

type CreatePipelineParams struct {

	/*Body
	  The configuration of the pipeline to create.

	*/
	Body *models.NewPipeline
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreatePipelineParams contains all the parameters to send to the API endpoint for the create pipeline operation typically these are written to a http.Request

func NewCreatePipelineParams

func NewCreatePipelineParams() *CreatePipelineParams

NewCreatePipelineParams creates a new CreatePipelineParams object with the default values initialized.

func NewCreatePipelineParamsWithContext

func NewCreatePipelineParamsWithContext(ctx context.Context) *CreatePipelineParams

NewCreatePipelineParamsWithContext creates a new CreatePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewCreatePipelineParamsWithHTTPClient

func NewCreatePipelineParamsWithHTTPClient(client *http.Client) *CreatePipelineParams

NewCreatePipelineParamsWithHTTPClient creates a new CreatePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreatePipelineParamsWithTimeout

func NewCreatePipelineParamsWithTimeout(timeout time.Duration) *CreatePipelineParams

NewCreatePipelineParamsWithTimeout creates a new CreatePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreatePipelineParams) SetBody

func (o *CreatePipelineParams) SetBody(body *models.NewPipeline)

SetBody adds the body to the create pipeline params

func (*CreatePipelineParams) SetContext

func (o *CreatePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the create pipeline params

func (*CreatePipelineParams) SetHTTPClient

func (o *CreatePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create pipeline params

func (*CreatePipelineParams) SetOrganizationCanonical

func (o *CreatePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the create pipeline params

func (*CreatePipelineParams) SetProjectCanonical

func (o *CreatePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the create pipeline params

func (*CreatePipelineParams) SetTimeout

func (o *CreatePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create pipeline params

func (*CreatePipelineParams) WithBody

WithBody adds the body to the create pipeline params

func (*CreatePipelineParams) WithContext

WithContext adds the context to the create pipeline params

func (*CreatePipelineParams) WithHTTPClient

func (o *CreatePipelineParams) WithHTTPClient(client *http.Client) *CreatePipelineParams

WithHTTPClient adds the HTTPClient to the create pipeline params

func (*CreatePipelineParams) WithOrganizationCanonical

func (o *CreatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *CreatePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the create pipeline params

func (*CreatePipelineParams) WithProjectCanonical

func (o *CreatePipelineParams) WithProjectCanonical(projectCanonical string) *CreatePipelineParams

WithProjectCanonical adds the projectCanonical to the create pipeline params

func (*CreatePipelineParams) WithTimeout

func (o *CreatePipelineParams) WithTimeout(timeout time.Duration) *CreatePipelineParams

WithTimeout adds the timeout to the create pipeline params

func (*CreatePipelineParams) WriteToRequest

func (o *CreatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreatePipelineReader

type CreatePipelineReader struct {
	// contains filtered or unexported fields
}

CreatePipelineReader is a Reader for the CreatePipeline structure.

func (*CreatePipelineReader) ReadResponse

func (o *CreatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreatePipelineUnprocessableEntity

type CreatePipelineUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewCreatePipelineUnprocessableEntity

func NewCreatePipelineUnprocessableEntity() *CreatePipelineUnprocessableEntity

NewCreatePipelineUnprocessableEntity creates a CreatePipelineUnprocessableEntity with default headers values

func (*CreatePipelineUnprocessableEntity) Error

func (*CreatePipelineUnprocessableEntity) GetPayload

type DeletePipelineDefault

type DeletePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

DeletePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewDeletePipelineDefault

func NewDeletePipelineDefault(code int) *DeletePipelineDefault

NewDeletePipelineDefault creates a DeletePipelineDefault with default headers values

func (*DeletePipelineDefault) Code

func (o *DeletePipelineDefault) Code() int

Code gets the status code for the delete pipeline default response

func (*DeletePipelineDefault) Error

func (o *DeletePipelineDefault) Error() string

func (*DeletePipelineDefault) GetPayload

func (o *DeletePipelineDefault) GetPayload() *models.ErrorPayload

type DeletePipelineForbidden

type DeletePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeletePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewDeletePipelineForbidden

func NewDeletePipelineForbidden() *DeletePipelineForbidden

NewDeletePipelineForbidden creates a DeletePipelineForbidden with default headers values

func (*DeletePipelineForbidden) Error

func (o *DeletePipelineForbidden) Error() string

func (*DeletePipelineForbidden) GetPayload

func (o *DeletePipelineForbidden) GetPayload() *models.ErrorPayload

type DeletePipelineNoContent

type DeletePipelineNoContent struct {
}

DeletePipelineNoContent handles this case with default header values.

Pipeline has been deleted.

func NewDeletePipelineNoContent

func NewDeletePipelineNoContent() *DeletePipelineNoContent

NewDeletePipelineNoContent creates a DeletePipelineNoContent with default headers values

func (*DeletePipelineNoContent) Error

func (o *DeletePipelineNoContent) Error() string

type DeletePipelineNotFound

type DeletePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeletePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewDeletePipelineNotFound

func NewDeletePipelineNotFound() *DeletePipelineNotFound

NewDeletePipelineNotFound creates a DeletePipelineNotFound with default headers values

func (*DeletePipelineNotFound) Error

func (o *DeletePipelineNotFound) Error() string

func (*DeletePipelineNotFound) GetPayload

func (o *DeletePipelineNotFound) GetPayload() *models.ErrorPayload

type DeletePipelineParams

type DeletePipelineParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeletePipelineParams contains all the parameters to send to the API endpoint for the delete pipeline operation typically these are written to a http.Request

func NewDeletePipelineParams

func NewDeletePipelineParams() *DeletePipelineParams

NewDeletePipelineParams creates a new DeletePipelineParams object with the default values initialized.

func NewDeletePipelineParamsWithContext

func NewDeletePipelineParamsWithContext(ctx context.Context) *DeletePipelineParams

NewDeletePipelineParamsWithContext creates a new DeletePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewDeletePipelineParamsWithHTTPClient

func NewDeletePipelineParamsWithHTTPClient(client *http.Client) *DeletePipelineParams

NewDeletePipelineParamsWithHTTPClient creates a new DeletePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeletePipelineParamsWithTimeout

func NewDeletePipelineParamsWithTimeout(timeout time.Duration) *DeletePipelineParams

NewDeletePipelineParamsWithTimeout creates a new DeletePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeletePipelineParams) SetContext

func (o *DeletePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the delete pipeline params

func (*DeletePipelineParams) SetHTTPClient

func (o *DeletePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete pipeline params

func (*DeletePipelineParams) SetInpathPipelineName

func (o *DeletePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the delete pipeline params

func (*DeletePipelineParams) SetOrganizationCanonical

func (o *DeletePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the delete pipeline params

func (*DeletePipelineParams) SetProjectCanonical

func (o *DeletePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the delete pipeline params

func (*DeletePipelineParams) SetTimeout

func (o *DeletePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete pipeline params

func (*DeletePipelineParams) WithContext

WithContext adds the context to the delete pipeline params

func (*DeletePipelineParams) WithHTTPClient

func (o *DeletePipelineParams) WithHTTPClient(client *http.Client) *DeletePipelineParams

WithHTTPClient adds the HTTPClient to the delete pipeline params

func (*DeletePipelineParams) WithInpathPipelineName

func (o *DeletePipelineParams) WithInpathPipelineName(inpathPipelineName string) *DeletePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the delete pipeline params

func (*DeletePipelineParams) WithOrganizationCanonical

func (o *DeletePipelineParams) WithOrganizationCanonical(organizationCanonical string) *DeletePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the delete pipeline params

func (*DeletePipelineParams) WithProjectCanonical

func (o *DeletePipelineParams) WithProjectCanonical(projectCanonical string) *DeletePipelineParams

WithProjectCanonical adds the projectCanonical to the delete pipeline params

func (*DeletePipelineParams) WithTimeout

func (o *DeletePipelineParams) WithTimeout(timeout time.Duration) *DeletePipelineParams

WithTimeout adds the timeout to the delete pipeline params

func (*DeletePipelineParams) WriteToRequest

func (o *DeletePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeletePipelineReader

type DeletePipelineReader struct {
	// contains filtered or unexported fields
}

DeletePipelineReader is a Reader for the DeletePipeline structure.

func (*DeletePipelineReader) ReadResponse

func (o *DeletePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DiffPipelineDefault

type DiffPipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

DiffPipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewDiffPipelineDefault

func NewDiffPipelineDefault(code int) *DiffPipelineDefault

NewDiffPipelineDefault creates a DiffPipelineDefault with default headers values

func (*DiffPipelineDefault) Code

func (o *DiffPipelineDefault) Code() int

Code gets the status code for the diff pipeline default response

func (*DiffPipelineDefault) Error

func (o *DiffPipelineDefault) Error() string

func (*DiffPipelineDefault) GetPayload

func (o *DiffPipelineDefault) GetPayload() *models.ErrorPayload

type DiffPipelineForbidden

type DiffPipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewDiffPipelineForbidden

func NewDiffPipelineForbidden() *DiffPipelineForbidden

NewDiffPipelineForbidden creates a DiffPipelineForbidden with default headers values

func (*DiffPipelineForbidden) Error

func (o *DiffPipelineForbidden) Error() string

func (*DiffPipelineForbidden) GetPayload

func (o *DiffPipelineForbidden) GetPayload() *models.ErrorPayload

type DiffPipelineLengthRequired

type DiffPipelineLengthRequired struct {
}

DiffPipelineLengthRequired handles this case with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewDiffPipelineLengthRequired

func NewDiffPipelineLengthRequired() *DiffPipelineLengthRequired

NewDiffPipelineLengthRequired creates a DiffPipelineLengthRequired with default headers values

func (*DiffPipelineLengthRequired) Error

type DiffPipelineNotFound

type DiffPipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewDiffPipelineNotFound

func NewDiffPipelineNotFound() *DiffPipelineNotFound

NewDiffPipelineNotFound creates a DiffPipelineNotFound with default headers values

func (*DiffPipelineNotFound) Error

func (o *DiffPipelineNotFound) Error() string

func (*DiffPipelineNotFound) GetPayload

func (o *DiffPipelineNotFound) GetPayload() *models.ErrorPayload

type DiffPipelineOK

type DiffPipelineOK struct {
	Payload *DiffPipelineOKBody
}

DiffPipelineOK handles this case with default header values.

The diff between the provided pipeline configuration and the existing pipeline has been done.

func NewDiffPipelineOK

func NewDiffPipelineOK() *DiffPipelineOK

NewDiffPipelineOK creates a DiffPipelineOK with default headers values

func (*DiffPipelineOK) Error

func (o *DiffPipelineOK) Error() string

func (*DiffPipelineOK) GetPayload

func (o *DiffPipelineOK) GetPayload() *DiffPipelineOKBody

type DiffPipelineOKBody

type DiffPipelineOKBody struct {

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

DiffPipelineOKBody diff pipeline o k body swagger:model DiffPipelineOKBody

func (*DiffPipelineOKBody) MarshalBinary

func (o *DiffPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DiffPipelineOKBody) UnmarshalBinary

func (o *DiffPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DiffPipelineOKBody) Validate

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

Validate validates this diff pipeline o k body

type DiffPipelineParams

type DiffPipelineParams struct {

	/*Body
	  The pipeline configuration

	*/
	Body *models.UpdatePipeline
	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DiffPipelineParams contains all the parameters to send to the API endpoint for the diff pipeline operation typically these are written to a http.Request

func NewDiffPipelineParams

func NewDiffPipelineParams() *DiffPipelineParams

NewDiffPipelineParams creates a new DiffPipelineParams object with the default values initialized.

func NewDiffPipelineParamsWithContext

func NewDiffPipelineParamsWithContext(ctx context.Context) *DiffPipelineParams

NewDiffPipelineParamsWithContext creates a new DiffPipelineParams object with the default values initialized, and the ability to set a context for a request

func NewDiffPipelineParamsWithHTTPClient

func NewDiffPipelineParamsWithHTTPClient(client *http.Client) *DiffPipelineParams

NewDiffPipelineParamsWithHTTPClient creates a new DiffPipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDiffPipelineParamsWithTimeout

func NewDiffPipelineParamsWithTimeout(timeout time.Duration) *DiffPipelineParams

NewDiffPipelineParamsWithTimeout creates a new DiffPipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*DiffPipelineParams) SetBody

func (o *DiffPipelineParams) SetBody(body *models.UpdatePipeline)

SetBody adds the body to the diff pipeline params

func (*DiffPipelineParams) SetContext

func (o *DiffPipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the diff pipeline params

func (*DiffPipelineParams) SetHTTPClient

func (o *DiffPipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the diff pipeline params

func (*DiffPipelineParams) SetInpathPipelineName

func (o *DiffPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the diff pipeline params

func (*DiffPipelineParams) SetOrganizationCanonical

func (o *DiffPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the diff pipeline params

func (*DiffPipelineParams) SetTimeout

func (o *DiffPipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the diff pipeline params

func (*DiffPipelineParams) WithBody

WithBody adds the body to the diff pipeline params

func (*DiffPipelineParams) WithContext

WithContext adds the context to the diff pipeline params

func (*DiffPipelineParams) WithHTTPClient

func (o *DiffPipelineParams) WithHTTPClient(client *http.Client) *DiffPipelineParams

WithHTTPClient adds the HTTPClient to the diff pipeline params

func (*DiffPipelineParams) WithInpathPipelineName

func (o *DiffPipelineParams) WithInpathPipelineName(inpathPipelineName string) *DiffPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the diff pipeline params

func (*DiffPipelineParams) WithOrganizationCanonical

func (o *DiffPipelineParams) WithOrganizationCanonical(organizationCanonical string) *DiffPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the diff pipeline params

func (*DiffPipelineParams) WithTimeout

func (o *DiffPipelineParams) WithTimeout(timeout time.Duration) *DiffPipelineParams

WithTimeout adds the timeout to the diff pipeline params

func (*DiffPipelineParams) WriteToRequest

func (o *DiffPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DiffPipelineReader

type DiffPipelineReader struct {
	// contains filtered or unexported fields
}

DiffPipelineReader is a Reader for the DiffPipeline structure.

func (*DiffPipelineReader) ReadResponse

func (o *DiffPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DiffPipelineUnprocessableEntity

type DiffPipelineUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewDiffPipelineUnprocessableEntity

func NewDiffPipelineUnprocessableEntity() *DiffPipelineUnprocessableEntity

NewDiffPipelineUnprocessableEntity creates a DiffPipelineUnprocessableEntity with default headers values

func (*DiffPipelineUnprocessableEntity) Error

func (*DiffPipelineUnprocessableEntity) GetPayload

type GetPipelineConfigDefault

type GetPipelineConfigDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineConfigDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineConfigDefault

func NewGetPipelineConfigDefault(code int) *GetPipelineConfigDefault

NewGetPipelineConfigDefault creates a GetPipelineConfigDefault with default headers values

func (*GetPipelineConfigDefault) Code

func (o *GetPipelineConfigDefault) Code() int

Code gets the status code for the get pipeline config default response

func (*GetPipelineConfigDefault) Error

func (o *GetPipelineConfigDefault) Error() string

func (*GetPipelineConfigDefault) GetPayload

func (o *GetPipelineConfigDefault) GetPayload() *models.ErrorPayload

type GetPipelineConfigForbidden

type GetPipelineConfigForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineConfigForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineConfigForbidden

func NewGetPipelineConfigForbidden() *GetPipelineConfigForbidden

NewGetPipelineConfigForbidden creates a GetPipelineConfigForbidden with default headers values

func (*GetPipelineConfigForbidden) Error

func (*GetPipelineConfigForbidden) GetPayload

type GetPipelineConfigNotFound

type GetPipelineConfigNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineConfigNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineConfigNotFound

func NewGetPipelineConfigNotFound() *GetPipelineConfigNotFound

NewGetPipelineConfigNotFound creates a GetPipelineConfigNotFound with default headers values

func (*GetPipelineConfigNotFound) Error

func (o *GetPipelineConfigNotFound) Error() string

func (*GetPipelineConfigNotFound) GetPayload

type GetPipelineConfigOK

type GetPipelineConfigOK struct {
	Payload *GetPipelineConfigOKBody
}

GetPipelineConfigOK handles this case with default header values.

This endpoint returns the config of the pipeline.

func NewGetPipelineConfigOK

func NewGetPipelineConfigOK() *GetPipelineConfigOK

NewGetPipelineConfigOK creates a GetPipelineConfigOK with default headers values

func (*GetPipelineConfigOK) Error

func (o *GetPipelineConfigOK) Error() string

func (*GetPipelineConfigOK) GetPayload

type GetPipelineConfigOKBody

type GetPipelineConfigOKBody struct {

	// data
	// Required: true
	Data *string `json:"data"`
}

GetPipelineConfigOKBody get pipeline config o k body swagger:model GetPipelineConfigOKBody

func (*GetPipelineConfigOKBody) MarshalBinary

func (o *GetPipelineConfigOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineConfigOKBody) UnmarshalBinary

func (o *GetPipelineConfigOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineConfigOKBody) Validate

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

Validate validates this get pipeline config o k body

type GetPipelineConfigParams

type GetPipelineConfigParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPipelineConfigParams contains all the parameters to send to the API endpoint for the get pipeline config operation typically these are written to a http.Request

func NewGetPipelineConfigParams

func NewGetPipelineConfigParams() *GetPipelineConfigParams

NewGetPipelineConfigParams creates a new GetPipelineConfigParams object with the default values initialized.

func NewGetPipelineConfigParamsWithContext

func NewGetPipelineConfigParamsWithContext(ctx context.Context) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithContext creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a context for a request

func NewGetPipelineConfigParamsWithHTTPClient

func NewGetPipelineConfigParamsWithHTTPClient(client *http.Client) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithHTTPClient creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPipelineConfigParamsWithTimeout

func NewGetPipelineConfigParamsWithTimeout(timeout time.Duration) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithTimeout creates a new GetPipelineConfigParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPipelineConfigParams) SetContext

func (o *GetPipelineConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the get pipeline config params

func (*GetPipelineConfigParams) SetHTTPClient

func (o *GetPipelineConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get pipeline config params

func (*GetPipelineConfigParams) SetInpathPipelineName

func (o *GetPipelineConfigParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline config params

func (*GetPipelineConfigParams) SetOrganizationCanonical

func (o *GetPipelineConfigParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetProjectCanonical

func (o *GetPipelineConfigParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetTimeout

func (o *GetPipelineConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get pipeline config params

func (*GetPipelineConfigParams) WithContext

WithContext adds the context to the get pipeline config params

func (*GetPipelineConfigParams) WithHTTPClient

func (o *GetPipelineConfigParams) WithHTTPClient(client *http.Client) *GetPipelineConfigParams

WithHTTPClient adds the HTTPClient to the get pipeline config params

func (*GetPipelineConfigParams) WithInpathPipelineName

func (o *GetPipelineConfigParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineConfigParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline config params

func (*GetPipelineConfigParams) WithOrganizationCanonical

func (o *GetPipelineConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineConfigParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithProjectCanonical

func (o *GetPipelineConfigParams) WithProjectCanonical(projectCanonical string) *GetPipelineConfigParams

WithProjectCanonical adds the projectCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithTimeout

WithTimeout adds the timeout to the get pipeline config params

func (*GetPipelineConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineConfigReader

type GetPipelineConfigReader struct {
	// contains filtered or unexported fields
}

GetPipelineConfigReader is a Reader for the GetPipelineConfig structure.

func (*GetPipelineConfigReader) ReadResponse

func (o *GetPipelineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPipelineDefault

type GetPipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineDefault

func NewGetPipelineDefault(code int) *GetPipelineDefault

NewGetPipelineDefault creates a GetPipelineDefault with default headers values

func (*GetPipelineDefault) Code

func (o *GetPipelineDefault) Code() int

Code gets the status code for the get pipeline default response

func (*GetPipelineDefault) Error

func (o *GetPipelineDefault) Error() string

func (*GetPipelineDefault) GetPayload

func (o *GetPipelineDefault) GetPayload() *models.ErrorPayload

type GetPipelineForbidden

type GetPipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineForbidden

func NewGetPipelineForbidden() *GetPipelineForbidden

NewGetPipelineForbidden creates a GetPipelineForbidden with default headers values

func (*GetPipelineForbidden) Error

func (o *GetPipelineForbidden) Error() string

func (*GetPipelineForbidden) GetPayload

func (o *GetPipelineForbidden) GetPayload() *models.ErrorPayload

type GetPipelineNotFound

type GetPipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineNotFound

func NewGetPipelineNotFound() *GetPipelineNotFound

NewGetPipelineNotFound creates a GetPipelineNotFound with default headers values

func (*GetPipelineNotFound) Error

func (o *GetPipelineNotFound) Error() string

func (*GetPipelineNotFound) GetPayload

func (o *GetPipelineNotFound) GetPayload() *models.ErrorPayload

type GetPipelineOK

type GetPipelineOK struct {
	Payload *GetPipelineOKBody
}

GetPipelineOK handles this case with default header values.

The information of the pipeline which has the specified name.

func NewGetPipelineOK

func NewGetPipelineOK() *GetPipelineOK

NewGetPipelineOK creates a GetPipelineOK with default headers values

func (*GetPipelineOK) Error

func (o *GetPipelineOK) Error() string

func (*GetPipelineOK) GetPayload

func (o *GetPipelineOK) GetPayload() *GetPipelineOKBody

type GetPipelineOKBody

type GetPipelineOKBody struct {

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

GetPipelineOKBody get pipeline o k body swagger:model GetPipelineOKBody

func (*GetPipelineOKBody) MarshalBinary

func (o *GetPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineOKBody) UnmarshalBinary

func (o *GetPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineOKBody) Validate

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

Validate validates this get pipeline o k body

type GetPipelineParams

type GetPipelineParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPipelineParams contains all the parameters to send to the API endpoint for the get pipeline operation typically these are written to a http.Request

func NewGetPipelineParams

func NewGetPipelineParams() *GetPipelineParams

NewGetPipelineParams creates a new GetPipelineParams object with the default values initialized.

func NewGetPipelineParamsWithContext

func NewGetPipelineParamsWithContext(ctx context.Context) *GetPipelineParams

NewGetPipelineParamsWithContext creates a new GetPipelineParams object with the default values initialized, and the ability to set a context for a request

func NewGetPipelineParamsWithHTTPClient

func NewGetPipelineParamsWithHTTPClient(client *http.Client) *GetPipelineParams

NewGetPipelineParamsWithHTTPClient creates a new GetPipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPipelineParamsWithTimeout

func NewGetPipelineParamsWithTimeout(timeout time.Duration) *GetPipelineParams

NewGetPipelineParamsWithTimeout creates a new GetPipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPipelineParams) SetContext

func (o *GetPipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the get pipeline params

func (*GetPipelineParams) SetHTTPClient

func (o *GetPipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get pipeline params

func (*GetPipelineParams) SetInpathPipelineName

func (o *GetPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline params

func (*GetPipelineParams) SetOrganizationCanonical

func (o *GetPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline params

func (*GetPipelineParams) SetProjectCanonical

func (o *GetPipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline params

func (*GetPipelineParams) SetTimeout

func (o *GetPipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get pipeline params

func (*GetPipelineParams) WithContext

func (o *GetPipelineParams) WithContext(ctx context.Context) *GetPipelineParams

WithContext adds the context to the get pipeline params

func (*GetPipelineParams) WithHTTPClient

func (o *GetPipelineParams) WithHTTPClient(client *http.Client) *GetPipelineParams

WithHTTPClient adds the HTTPClient to the get pipeline params

func (*GetPipelineParams) WithInpathPipelineName

func (o *GetPipelineParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline params

func (*GetPipelineParams) WithOrganizationCanonical

func (o *GetPipelineParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline params

func (*GetPipelineParams) WithProjectCanonical

func (o *GetPipelineParams) WithProjectCanonical(projectCanonical string) *GetPipelineParams

WithProjectCanonical adds the projectCanonical to the get pipeline params

func (*GetPipelineParams) WithTimeout

func (o *GetPipelineParams) WithTimeout(timeout time.Duration) *GetPipelineParams

WithTimeout adds the timeout to the get pipeline params

func (*GetPipelineParams) WriteToRequest

func (o *GetPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPipelineReader

type GetPipelineReader struct {
	// contains filtered or unexported fields
}

GetPipelineReader is a Reader for the GetPipeline structure.

func (*GetPipelineReader) ReadResponse

func (o *GetPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPipelineVariablesConflict

type GetPipelineVariablesConflict struct {
}

GetPipelineVariablesConflict handles this case with default header values.

Project has no config repository configured

func NewGetPipelineVariablesConflict

func NewGetPipelineVariablesConflict() *GetPipelineVariablesConflict

NewGetPipelineVariablesConflict creates a GetPipelineVariablesConflict with default headers values

func (*GetPipelineVariablesConflict) Error

type GetPipelineVariablesDefault

type GetPipelineVariablesDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineVariablesDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineVariablesDefault

func NewGetPipelineVariablesDefault(code int) *GetPipelineVariablesDefault

NewGetPipelineVariablesDefault creates a GetPipelineVariablesDefault with default headers values

func (*GetPipelineVariablesDefault) Code

func (o *GetPipelineVariablesDefault) Code() int

Code gets the status code for the get pipeline variables default response

func (*GetPipelineVariablesDefault) Error

func (*GetPipelineVariablesDefault) GetPayload

type GetPipelineVariablesForbidden

type GetPipelineVariablesForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineVariablesForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineVariablesForbidden

func NewGetPipelineVariablesForbidden() *GetPipelineVariablesForbidden

NewGetPipelineVariablesForbidden creates a GetPipelineVariablesForbidden with default headers values

func (*GetPipelineVariablesForbidden) Error

func (*GetPipelineVariablesForbidden) GetPayload

type GetPipelineVariablesNotFound

type GetPipelineVariablesNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineVariablesNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineVariablesNotFound

func NewGetPipelineVariablesNotFound() *GetPipelineVariablesNotFound

NewGetPipelineVariablesNotFound creates a GetPipelineVariablesNotFound with default headers values

func (*GetPipelineVariablesNotFound) Error

func (*GetPipelineVariablesNotFound) GetPayload

type GetPipelineVariablesOK

type GetPipelineVariablesOK struct {
	Payload *GetPipelineVariablesOKBody
}

GetPipelineVariablesOK handles this case with default header values.

This endpoint returns the variables of the pipeline.

func NewGetPipelineVariablesOK

func NewGetPipelineVariablesOK() *GetPipelineVariablesOK

NewGetPipelineVariablesOK creates a GetPipelineVariablesOK with default headers values

func (*GetPipelineVariablesOK) Error

func (o *GetPipelineVariablesOK) Error() string

func (*GetPipelineVariablesOK) GetPayload

type GetPipelineVariablesOKBody

type GetPipelineVariablesOKBody struct {

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

GetPipelineVariablesOKBody get pipeline variables o k body swagger:model GetPipelineVariablesOKBody

func (*GetPipelineVariablesOKBody) MarshalBinary

func (o *GetPipelineVariablesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineVariablesOKBody) UnmarshalBinary

func (o *GetPipelineVariablesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineVariablesOKBody) Validate

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

Validate validates this get pipeline variables o k body

type GetPipelineVariablesParams

type GetPipelineVariablesParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPipelineVariablesParams contains all the parameters to send to the API endpoint for the get pipeline variables operation typically these are written to a http.Request

func NewGetPipelineVariablesParams

func NewGetPipelineVariablesParams() *GetPipelineVariablesParams

NewGetPipelineVariablesParams creates a new GetPipelineVariablesParams object with the default values initialized.

func NewGetPipelineVariablesParamsWithContext

func NewGetPipelineVariablesParamsWithContext(ctx context.Context) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithContext creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a context for a request

func NewGetPipelineVariablesParamsWithHTTPClient

func NewGetPipelineVariablesParamsWithHTTPClient(client *http.Client) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithHTTPClient creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPipelineVariablesParamsWithTimeout

func NewGetPipelineVariablesParamsWithTimeout(timeout time.Duration) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithTimeout creates a new GetPipelineVariablesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPipelineVariablesParams) SetContext

func (o *GetPipelineVariablesParams) SetContext(ctx context.Context)

SetContext adds the context to the get pipeline variables params

func (*GetPipelineVariablesParams) SetHTTPClient

func (o *GetPipelineVariablesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get pipeline variables params

func (*GetPipelineVariablesParams) SetInpathPipelineName

func (o *GetPipelineVariablesParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline variables params

func (*GetPipelineVariablesParams) SetOrganizationCanonical

func (o *GetPipelineVariablesParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetProjectCanonical

func (o *GetPipelineVariablesParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetTimeout

func (o *GetPipelineVariablesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get pipeline variables params

func (*GetPipelineVariablesParams) WithContext

WithContext adds the context to the get pipeline variables params

func (*GetPipelineVariablesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline variables params

func (*GetPipelineVariablesParams) WithInpathPipelineName

func (o *GetPipelineVariablesParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineVariablesParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline variables params

func (*GetPipelineVariablesParams) WithOrganizationCanonical

func (o *GetPipelineVariablesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineVariablesParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithProjectCanonical

func (o *GetPipelineVariablesParams) WithProjectCanonical(projectCanonical string) *GetPipelineVariablesParams

WithProjectCanonical adds the projectCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithTimeout

WithTimeout adds the timeout to the get pipeline variables params

func (*GetPipelineVariablesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineVariablesReader

type GetPipelineVariablesReader struct {
	// contains filtered or unexported fields
}

GetPipelineVariablesReader is a Reader for the GetPipelineVariables structure.

func (*GetPipelineVariablesReader) ReadResponse

func (o *GetPipelineVariablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPipelinesDefault

type GetPipelinesDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	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 {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	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 {

	/*ConcoursePipelineName
	  A pipeline name

	*/
	ConcoursePipelineName *string
	/*EnvironmentCanonical
	  A list of environments' canonical to filter from

	*/
	EnvironmentCanonical []string
	/*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 list of projects' canonical to filter from

	*/
	ProjectCanonical []string
	/*Statuses
	  List of statuses that you want to filter a pipeline/job with. Pipeline can be either paused or unpaused, but jobs can be started, pending, succeeded, failed, errored, aborted. So if any of a pipeline's job has one of the given status, the associated pipeline will be included in the response.

	*/
	Statuses []string

	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) SetConcoursePipelineName added in v1.0.89

func (o *GetPipelinesParams) SetConcoursePipelineName(concoursePipelineName *string)

SetConcoursePipelineName adds the concoursePipelineName to the get pipelines params

func (*GetPipelinesParams) SetContext

func (o *GetPipelinesParams) SetContext(ctx context.Context)

SetContext adds the context to the get pipelines params

func (*GetPipelinesParams) SetEnvironmentCanonical added in v1.0.89

func (o *GetPipelinesParams) SetEnvironmentCanonical(environmentCanonical []string)

SetEnvironmentCanonical adds the environmentCanonical 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) SetProjectCanonical added in v1.0.89

func (o *GetPipelinesParams) SetProjectCanonical(projectCanonical []string)

SetProjectCanonical adds the projectCanonical to the get pipelines params

func (*GetPipelinesParams) SetStatuses added in v1.0.89

func (o *GetPipelinesParams) SetStatuses(statuses []string)

SetStatuses adds the statuses 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) WithConcoursePipelineName added in v1.0.89

func (o *GetPipelinesParams) WithConcoursePipelineName(concoursePipelineName *string) *GetPipelinesParams

WithConcoursePipelineName adds the concoursePipelineName to the get pipelines params

func (*GetPipelinesParams) WithContext

WithContext adds the context to the get pipelines params

func (*GetPipelinesParams) WithEnvironmentCanonical added in v1.0.89

func (o *GetPipelinesParams) WithEnvironmentCanonical(environmentCanonical []string) *GetPipelinesParams

WithEnvironmentCanonical adds the environmentCanonical 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) WithProjectCanonical added in v1.0.89

func (o *GetPipelinesParams) WithProjectCanonical(projectCanonical []string) *GetPipelinesParams

WithProjectCanonical adds the projectCanonical to the get pipelines params

func (*GetPipelinesParams) WithStatuses added in v1.0.89

func (o *GetPipelinesParams) WithStatuses(statuses []string) *GetPipelinesParams

WithStatuses adds the statuses 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 {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	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

type GetProjectPipelinesDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetProjectPipelinesDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetProjectPipelinesDefault

func NewGetProjectPipelinesDefault(code int) *GetProjectPipelinesDefault

NewGetProjectPipelinesDefault creates a GetProjectPipelinesDefault with default headers values

func (*GetProjectPipelinesDefault) Code

func (o *GetProjectPipelinesDefault) Code() int

Code gets the status code for the get project pipelines default response

func (*GetProjectPipelinesDefault) Error

func (*GetProjectPipelinesDefault) GetPayload

type GetProjectPipelinesNotFound

type GetProjectPipelinesNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetProjectPipelinesNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetProjectPipelinesNotFound

func NewGetProjectPipelinesNotFound() *GetProjectPipelinesNotFound

NewGetProjectPipelinesNotFound creates a GetProjectPipelinesNotFound with default headers values

func (*GetProjectPipelinesNotFound) Error

func (*GetProjectPipelinesNotFound) GetPayload

type GetProjectPipelinesOK

type GetProjectPipelinesOK struct {
	Payload *GetProjectPipelinesOKBody
}

GetProjectPipelinesOK handles this case with default header values.

List of the pipelines which authenticated user has access to.

func NewGetProjectPipelinesOK

func NewGetProjectPipelinesOK() *GetProjectPipelinesOK

NewGetProjectPipelinesOK creates a GetProjectPipelinesOK with default headers values

func (*GetProjectPipelinesOK) Error

func (o *GetProjectPipelinesOK) Error() string

func (*GetProjectPipelinesOK) GetPayload

type GetProjectPipelinesOKBody

type GetProjectPipelinesOKBody struct {

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

	// pagination
	// Required: true
	Pagination *models.Pagination `json:"pagination"`
}

GetProjectPipelinesOKBody get project pipelines o k body swagger:model GetProjectPipelinesOKBody

func (*GetProjectPipelinesOKBody) MarshalBinary

func (o *GetProjectPipelinesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetProjectPipelinesOKBody) UnmarshalBinary

func (o *GetProjectPipelinesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetProjectPipelinesOKBody) Validate

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

Validate validates this get project pipelines o k body

type GetProjectPipelinesParams

type GetProjectPipelinesParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*PageIndex
	  The page number to request. The first page is 1.

	*/
	PageIndex *uint32
	/*PageSize
	  The number of items at most which the response can have.

	*/
	PageSize *uint32
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProjectPipelinesParams contains all the parameters to send to the API endpoint for the get project pipelines operation typically these are written to a http.Request

func NewGetProjectPipelinesParams

func NewGetProjectPipelinesParams() *GetProjectPipelinesParams

NewGetProjectPipelinesParams creates a new GetProjectPipelinesParams object with the default values initialized.

func NewGetProjectPipelinesParamsWithContext

func NewGetProjectPipelinesParamsWithContext(ctx context.Context) *GetProjectPipelinesParams

NewGetProjectPipelinesParamsWithContext creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a context for a request

func NewGetProjectPipelinesParamsWithHTTPClient

func NewGetProjectPipelinesParamsWithHTTPClient(client *http.Client) *GetProjectPipelinesParams

NewGetProjectPipelinesParamsWithHTTPClient creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProjectPipelinesParamsWithTimeout

func NewGetProjectPipelinesParamsWithTimeout(timeout time.Duration) *GetProjectPipelinesParams

NewGetProjectPipelinesParamsWithTimeout creates a new GetProjectPipelinesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProjectPipelinesParams) SetContext

func (o *GetProjectPipelinesParams) SetContext(ctx context.Context)

SetContext adds the context to the get project pipelines params

func (*GetProjectPipelinesParams) SetHTTPClient

func (o *GetProjectPipelinesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get project pipelines params

func (*GetProjectPipelinesParams) SetOrganizationCanonical

func (o *GetProjectPipelinesParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get project pipelines params

func (*GetProjectPipelinesParams) SetPageIndex

func (o *GetProjectPipelinesParams) SetPageIndex(pageIndex *uint32)

SetPageIndex adds the pageIndex to the get project pipelines params

func (*GetProjectPipelinesParams) SetPageSize

func (o *GetProjectPipelinesParams) SetPageSize(pageSize *uint32)

SetPageSize adds the pageSize to the get project pipelines params

func (*GetProjectPipelinesParams) SetProjectCanonical

func (o *GetProjectPipelinesParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get project pipelines params

func (*GetProjectPipelinesParams) SetTimeout

func (o *GetProjectPipelinesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get project pipelines params

func (*GetProjectPipelinesParams) WithContext

WithContext adds the context to the get project pipelines params

func (*GetProjectPipelinesParams) WithHTTPClient

func (o *GetProjectPipelinesParams) WithHTTPClient(client *http.Client) *GetProjectPipelinesParams

WithHTTPClient adds the HTTPClient to the get project pipelines params

func (*GetProjectPipelinesParams) WithOrganizationCanonical

func (o *GetProjectPipelinesParams) WithOrganizationCanonical(organizationCanonical string) *GetProjectPipelinesParams

WithOrganizationCanonical adds the organizationCanonical to the get project pipelines params

func (*GetProjectPipelinesParams) WithPageIndex

func (o *GetProjectPipelinesParams) WithPageIndex(pageIndex *uint32) *GetProjectPipelinesParams

WithPageIndex adds the pageIndex to the get project pipelines params

func (*GetProjectPipelinesParams) WithPageSize

func (o *GetProjectPipelinesParams) WithPageSize(pageSize *uint32) *GetProjectPipelinesParams

WithPageSize adds the pageSize to the get project pipelines params

func (*GetProjectPipelinesParams) WithProjectCanonical

func (o *GetProjectPipelinesParams) WithProjectCanonical(projectCanonical string) *GetProjectPipelinesParams

WithProjectCanonical adds the projectCanonical to the get project pipelines params

func (*GetProjectPipelinesParams) WithTimeout

WithTimeout adds the timeout to the get project pipelines params

func (*GetProjectPipelinesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectPipelinesReader

type GetProjectPipelinesReader struct {
	// contains filtered or unexported fields
}

GetProjectPipelinesReader is a Reader for the GetProjectPipelines structure.

func (*GetProjectPipelinesReader) ReadResponse

func (o *GetProjectPipelinesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProjectPipelinesUnprocessableEntity

type GetProjectPipelinesUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetProjectPipelinesUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewGetProjectPipelinesUnprocessableEntity

func NewGetProjectPipelinesUnprocessableEntity() *GetProjectPipelinesUnprocessableEntity

NewGetProjectPipelinesUnprocessableEntity creates a GetProjectPipelinesUnprocessableEntity with default headers values

func (*GetProjectPipelinesUnprocessableEntity) Error

func (*GetProjectPipelinesUnprocessableEntity) GetPayload

type PausePipelineDefault

type PausePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

PausePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewPausePipelineDefault

func NewPausePipelineDefault(code int) *PausePipelineDefault

NewPausePipelineDefault creates a PausePipelineDefault with default headers values

func (*PausePipelineDefault) Code

func (o *PausePipelineDefault) Code() int

Code gets the status code for the pause pipeline default response

func (*PausePipelineDefault) Error

func (o *PausePipelineDefault) Error() string

func (*PausePipelineDefault) GetPayload

func (o *PausePipelineDefault) GetPayload() *models.ErrorPayload

type PausePipelineForbidden

type PausePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

PausePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewPausePipelineForbidden

func NewPausePipelineForbidden() *PausePipelineForbidden

NewPausePipelineForbidden creates a PausePipelineForbidden with default headers values

func (*PausePipelineForbidden) Error

func (o *PausePipelineForbidden) Error() string

func (*PausePipelineForbidden) GetPayload

func (o *PausePipelineForbidden) GetPayload() *models.ErrorPayload

type PausePipelineNoContent

type PausePipelineNoContent struct {
}

PausePipelineNoContent handles this case with default header values.

Pipeline has been paused.

func NewPausePipelineNoContent

func NewPausePipelineNoContent() *PausePipelineNoContent

NewPausePipelineNoContent creates a PausePipelineNoContent with default headers values

func (*PausePipelineNoContent) Error

func (o *PausePipelineNoContent) Error() string

type PausePipelineNotFound

type PausePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

PausePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewPausePipelineNotFound

func NewPausePipelineNotFound() *PausePipelineNotFound

NewPausePipelineNotFound creates a PausePipelineNotFound with default headers values

func (*PausePipelineNotFound) Error

func (o *PausePipelineNotFound) Error() string

func (*PausePipelineNotFound) GetPayload

func (o *PausePipelineNotFound) GetPayload() *models.ErrorPayload

type PausePipelineParams

type PausePipelineParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PausePipelineParams contains all the parameters to send to the API endpoint for the pause pipeline operation typically these are written to a http.Request

func NewPausePipelineParams

func NewPausePipelineParams() *PausePipelineParams

NewPausePipelineParams creates a new PausePipelineParams object with the default values initialized.

func NewPausePipelineParamsWithContext

func NewPausePipelineParamsWithContext(ctx context.Context) *PausePipelineParams

NewPausePipelineParamsWithContext creates a new PausePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewPausePipelineParamsWithHTTPClient

func NewPausePipelineParamsWithHTTPClient(client *http.Client) *PausePipelineParams

NewPausePipelineParamsWithHTTPClient creates a new PausePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPausePipelineParamsWithTimeout

func NewPausePipelineParamsWithTimeout(timeout time.Duration) *PausePipelineParams

NewPausePipelineParamsWithTimeout creates a new PausePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*PausePipelineParams) SetContext

func (o *PausePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the pause pipeline params

func (*PausePipelineParams) SetHTTPClient

func (o *PausePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the pause pipeline params

func (*PausePipelineParams) SetInpathPipelineName

func (o *PausePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the pause pipeline params

func (*PausePipelineParams) SetOrganizationCanonical

func (o *PausePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the pause pipeline params

func (*PausePipelineParams) SetProjectCanonical

func (o *PausePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the pause pipeline params

func (*PausePipelineParams) SetTimeout

func (o *PausePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the pause pipeline params

func (*PausePipelineParams) WithContext

WithContext adds the context to the pause pipeline params

func (*PausePipelineParams) WithHTTPClient

func (o *PausePipelineParams) WithHTTPClient(client *http.Client) *PausePipelineParams

WithHTTPClient adds the HTTPClient to the pause pipeline params

func (*PausePipelineParams) WithInpathPipelineName

func (o *PausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *PausePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the pause pipeline params

func (*PausePipelineParams) WithOrganizationCanonical

func (o *PausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *PausePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the pause pipeline params

func (*PausePipelineParams) WithProjectCanonical

func (o *PausePipelineParams) WithProjectCanonical(projectCanonical string) *PausePipelineParams

WithProjectCanonical adds the projectCanonical to the pause pipeline params

func (*PausePipelineParams) WithTimeout

func (o *PausePipelineParams) WithTimeout(timeout time.Duration) *PausePipelineParams

WithTimeout adds the timeout to the pause pipeline params

func (*PausePipelineParams) WriteToRequest

func (o *PausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PausePipelineReader

type PausePipelineReader struct {
	// contains filtered or unexported fields
}

PausePipelineReader is a Reader for the PausePipeline structure.

func (*PausePipelineReader) ReadResponse

func (o *PausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RenamePipelineDefault

type RenamePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

RenamePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewRenamePipelineDefault

func NewRenamePipelineDefault(code int) *RenamePipelineDefault

NewRenamePipelineDefault creates a RenamePipelineDefault with default headers values

func (*RenamePipelineDefault) Code

func (o *RenamePipelineDefault) Code() int

Code gets the status code for the rename pipeline default response

func (*RenamePipelineDefault) Error

func (o *RenamePipelineDefault) Error() string

func (*RenamePipelineDefault) GetPayload

func (o *RenamePipelineDefault) GetPayload() *models.ErrorPayload

type RenamePipelineForbidden

type RenamePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

RenamePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewRenamePipelineForbidden

func NewRenamePipelineForbidden() *RenamePipelineForbidden

NewRenamePipelineForbidden creates a RenamePipelineForbidden with default headers values

func (*RenamePipelineForbidden) Error

func (o *RenamePipelineForbidden) Error() string

func (*RenamePipelineForbidden) GetPayload

func (o *RenamePipelineForbidden) GetPayload() *models.ErrorPayload

type RenamePipelineNoContent

type RenamePipelineNoContent struct {
}

RenamePipelineNoContent handles this case with default header values.

Pipeline has been renamed.

func NewRenamePipelineNoContent

func NewRenamePipelineNoContent() *RenamePipelineNoContent

NewRenamePipelineNoContent creates a RenamePipelineNoContent with default headers values

func (*RenamePipelineNoContent) Error

func (o *RenamePipelineNoContent) Error() string

type RenamePipelineNotFound

type RenamePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

RenamePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewRenamePipelineNotFound

func NewRenamePipelineNotFound() *RenamePipelineNotFound

NewRenamePipelineNotFound creates a RenamePipelineNotFound with default headers values

func (*RenamePipelineNotFound) Error

func (o *RenamePipelineNotFound) Error() string

func (*RenamePipelineNotFound) GetPayload

func (o *RenamePipelineNotFound) GetPayload() *models.ErrorPayload

type RenamePipelineParams

type RenamePipelineParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*PipelineName
	  A pipeline name

	*/
	PipelineName string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RenamePipelineParams contains all the parameters to send to the API endpoint for the rename pipeline operation typically these are written to a http.Request

func NewRenamePipelineParams

func NewRenamePipelineParams() *RenamePipelineParams

NewRenamePipelineParams creates a new RenamePipelineParams object with the default values initialized.

func NewRenamePipelineParamsWithContext

func NewRenamePipelineParamsWithContext(ctx context.Context) *RenamePipelineParams

NewRenamePipelineParamsWithContext creates a new RenamePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewRenamePipelineParamsWithHTTPClient

func NewRenamePipelineParamsWithHTTPClient(client *http.Client) *RenamePipelineParams

NewRenamePipelineParamsWithHTTPClient creates a new RenamePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRenamePipelineParamsWithTimeout

func NewRenamePipelineParamsWithTimeout(timeout time.Duration) *RenamePipelineParams

NewRenamePipelineParamsWithTimeout creates a new RenamePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*RenamePipelineParams) SetContext

func (o *RenamePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the rename pipeline params

func (*RenamePipelineParams) SetHTTPClient

func (o *RenamePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rename pipeline params

func (*RenamePipelineParams) SetInpathPipelineName

func (o *RenamePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the rename pipeline params

func (*RenamePipelineParams) SetOrganizationCanonical

func (o *RenamePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the rename pipeline params

func (*RenamePipelineParams) SetPipelineName

func (o *RenamePipelineParams) SetPipelineName(pipelineName string)

SetPipelineName adds the pipelineName to the rename pipeline params

func (*RenamePipelineParams) SetProjectCanonical

func (o *RenamePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the rename pipeline params

func (*RenamePipelineParams) SetTimeout

func (o *RenamePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rename pipeline params

func (*RenamePipelineParams) WithContext

WithContext adds the context to the rename pipeline params

func (*RenamePipelineParams) WithHTTPClient

func (o *RenamePipelineParams) WithHTTPClient(client *http.Client) *RenamePipelineParams

WithHTTPClient adds the HTTPClient to the rename pipeline params

func (*RenamePipelineParams) WithInpathPipelineName

func (o *RenamePipelineParams) WithInpathPipelineName(inpathPipelineName string) *RenamePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the rename pipeline params

func (*RenamePipelineParams) WithOrganizationCanonical

func (o *RenamePipelineParams) WithOrganizationCanonical(organizationCanonical string) *RenamePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the rename pipeline params

func (*RenamePipelineParams) WithPipelineName

func (o *RenamePipelineParams) WithPipelineName(pipelineName string) *RenamePipelineParams

WithPipelineName adds the pipelineName to the rename pipeline params

func (*RenamePipelineParams) WithProjectCanonical

func (o *RenamePipelineParams) WithProjectCanonical(projectCanonical string) *RenamePipelineParams

WithProjectCanonical adds the projectCanonical to the rename pipeline params

func (*RenamePipelineParams) WithTimeout

func (o *RenamePipelineParams) WithTimeout(timeout time.Duration) *RenamePipelineParams

WithTimeout adds the timeout to the rename pipeline params

func (*RenamePipelineParams) WriteToRequest

func (o *RenamePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RenamePipelineReader

type RenamePipelineReader struct {
	// contains filtered or unexported fields
}

RenamePipelineReader is a Reader for the RenamePipeline structure.

func (*RenamePipelineReader) ReadResponse

func (o *RenamePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncedPipelineDefault added in v1.0.82

type SyncedPipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

SyncedPipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewSyncedPipelineDefault added in v1.0.82

func NewSyncedPipelineDefault(code int) *SyncedPipelineDefault

NewSyncedPipelineDefault creates a SyncedPipelineDefault with default headers values

func (*SyncedPipelineDefault) Code added in v1.0.82

func (o *SyncedPipelineDefault) Code() int

Code gets the status code for the synced pipeline default response

func (*SyncedPipelineDefault) Error added in v1.0.82

func (o *SyncedPipelineDefault) Error() string

func (*SyncedPipelineDefault) GetPayload added in v1.0.82

func (o *SyncedPipelineDefault) GetPayload() *models.ErrorPayload

type SyncedPipelineForbidden added in v1.0.82

type SyncedPipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewSyncedPipelineForbidden added in v1.0.82

func NewSyncedPipelineForbidden() *SyncedPipelineForbidden

NewSyncedPipelineForbidden creates a SyncedPipelineForbidden with default headers values

func (*SyncedPipelineForbidden) Error added in v1.0.82

func (o *SyncedPipelineForbidden) Error() string

func (*SyncedPipelineForbidden) GetPayload added in v1.0.82

func (o *SyncedPipelineForbidden) GetPayload() *models.ErrorPayload

type SyncedPipelineLengthRequired added in v1.0.82

type SyncedPipelineLengthRequired struct {
}

SyncedPipelineLengthRequired handles this case with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewSyncedPipelineLengthRequired added in v1.0.82

func NewSyncedPipelineLengthRequired() *SyncedPipelineLengthRequired

NewSyncedPipelineLengthRequired creates a SyncedPipelineLengthRequired with default headers values

func (*SyncedPipelineLengthRequired) Error added in v1.0.82

type SyncedPipelineNotFound added in v1.0.82

type SyncedPipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewSyncedPipelineNotFound added in v1.0.82

func NewSyncedPipelineNotFound() *SyncedPipelineNotFound

NewSyncedPipelineNotFound creates a SyncedPipelineNotFound with default headers values

func (*SyncedPipelineNotFound) Error added in v1.0.82

func (o *SyncedPipelineNotFound) Error() string

func (*SyncedPipelineNotFound) GetPayload added in v1.0.82

func (o *SyncedPipelineNotFound) GetPayload() *models.ErrorPayload

type SyncedPipelineOK added in v1.0.82

type SyncedPipelineOK struct {
	Payload *SyncedPipelineOKBody
}

SyncedPipelineOK handles this case with default header values.

The diff between the stack's pipeline and the existing pipeline if any exists.

func NewSyncedPipelineOK added in v1.0.82

func NewSyncedPipelineOK() *SyncedPipelineOK

NewSyncedPipelineOK creates a SyncedPipelineOK with default headers values

func (*SyncedPipelineOK) Error added in v1.0.82

func (o *SyncedPipelineOK) Error() string

func (*SyncedPipelineOK) GetPayload added in v1.0.82

func (o *SyncedPipelineOK) GetPayload() *SyncedPipelineOKBody

type SyncedPipelineOKBody added in v1.0.82

type SyncedPipelineOKBody struct {

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

SyncedPipelineOKBody synced pipeline o k body swagger:model SyncedPipelineOKBody

func (*SyncedPipelineOKBody) MarshalBinary added in v1.0.82

func (o *SyncedPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SyncedPipelineOKBody) UnmarshalBinary added in v1.0.82

func (o *SyncedPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SyncedPipelineOKBody) Validate added in v1.0.82

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

Validate validates this synced pipeline o k body

type SyncedPipelineParams added in v1.0.82

type SyncedPipelineParams struct {

	/*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
}

SyncedPipelineParams contains all the parameters to send to the API endpoint for the synced pipeline operation typically these are written to a http.Request

func NewSyncedPipelineParams added in v1.0.82

func NewSyncedPipelineParams() *SyncedPipelineParams

NewSyncedPipelineParams creates a new SyncedPipelineParams object with the default values initialized.

func NewSyncedPipelineParamsWithContext added in v1.0.82

func NewSyncedPipelineParamsWithContext(ctx context.Context) *SyncedPipelineParams

NewSyncedPipelineParamsWithContext creates a new SyncedPipelineParams object with the default values initialized, and the ability to set a context for a request

func NewSyncedPipelineParamsWithHTTPClient added in v1.0.82

func NewSyncedPipelineParamsWithHTTPClient(client *http.Client) *SyncedPipelineParams

NewSyncedPipelineParamsWithHTTPClient creates a new SyncedPipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSyncedPipelineParamsWithTimeout added in v1.0.82

func NewSyncedPipelineParamsWithTimeout(timeout time.Duration) *SyncedPipelineParams

NewSyncedPipelineParamsWithTimeout creates a new SyncedPipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*SyncedPipelineParams) SetContext added in v1.0.82

func (o *SyncedPipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the synced pipeline params

func (*SyncedPipelineParams) SetHTTPClient added in v1.0.82

func (o *SyncedPipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the synced pipeline params

func (*SyncedPipelineParams) SetInpathPipelineName added in v1.0.82

func (o *SyncedPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the synced pipeline params

func (*SyncedPipelineParams) SetOrganizationCanonical added in v1.0.82

func (o *SyncedPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the synced pipeline params

func (*SyncedPipelineParams) SetTimeout added in v1.0.82

func (o *SyncedPipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the synced pipeline params

func (*SyncedPipelineParams) WithContext added in v1.0.82

WithContext adds the context to the synced pipeline params

func (*SyncedPipelineParams) WithHTTPClient added in v1.0.82

func (o *SyncedPipelineParams) WithHTTPClient(client *http.Client) *SyncedPipelineParams

WithHTTPClient adds the HTTPClient to the synced pipeline params

func (*SyncedPipelineParams) WithInpathPipelineName added in v1.0.82

func (o *SyncedPipelineParams) WithInpathPipelineName(inpathPipelineName string) *SyncedPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the synced pipeline params

func (*SyncedPipelineParams) WithOrganizationCanonical added in v1.0.82

func (o *SyncedPipelineParams) WithOrganizationCanonical(organizationCanonical string) *SyncedPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the synced pipeline params

func (*SyncedPipelineParams) WithTimeout added in v1.0.82

func (o *SyncedPipelineParams) WithTimeout(timeout time.Duration) *SyncedPipelineParams

WithTimeout adds the timeout to the synced pipeline params

func (*SyncedPipelineParams) WriteToRequest added in v1.0.82

func (o *SyncedPipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SyncedPipelineReader added in v1.0.82

type SyncedPipelineReader struct {
	// contains filtered or unexported fields
}

SyncedPipelineReader is a Reader for the SyncedPipeline structure.

func (*SyncedPipelineReader) ReadResponse added in v1.0.82

func (o *SyncedPipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncedPipelineUnprocessableEntity added in v1.0.82

type SyncedPipelineUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewSyncedPipelineUnprocessableEntity added in v1.0.82

func NewSyncedPipelineUnprocessableEntity() *SyncedPipelineUnprocessableEntity

NewSyncedPipelineUnprocessableEntity creates a SyncedPipelineUnprocessableEntity with default headers values

func (*SyncedPipelineUnprocessableEntity) Error added in v1.0.82

func (*SyncedPipelineUnprocessableEntity) GetPayload added in v1.0.82

type UnpausePipelineDefault

type UnpausePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UnpausePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUnpausePipelineDefault

func NewUnpausePipelineDefault(code int) *UnpausePipelineDefault

NewUnpausePipelineDefault creates a UnpausePipelineDefault with default headers values

func (*UnpausePipelineDefault) Code

func (o *UnpausePipelineDefault) Code() int

Code gets the status code for the unpause pipeline default response

func (*UnpausePipelineDefault) Error

func (o *UnpausePipelineDefault) Error() string

func (*UnpausePipelineDefault) GetPayload

func (o *UnpausePipelineDefault) GetPayload() *models.ErrorPayload

type UnpausePipelineForbidden

type UnpausePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UnpausePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUnpausePipelineForbidden

func NewUnpausePipelineForbidden() *UnpausePipelineForbidden

NewUnpausePipelineForbidden creates a UnpausePipelineForbidden with default headers values

func (*UnpausePipelineForbidden) Error

func (o *UnpausePipelineForbidden) Error() string

func (*UnpausePipelineForbidden) GetPayload

func (o *UnpausePipelineForbidden) GetPayload() *models.ErrorPayload

type UnpausePipelineNoContent

type UnpausePipelineNoContent struct {
}

UnpausePipelineNoContent handles this case with default header values.

Pipeline has been unpaused.

func NewUnpausePipelineNoContent

func NewUnpausePipelineNoContent() *UnpausePipelineNoContent

NewUnpausePipelineNoContent creates a UnpausePipelineNoContent with default headers values

func (*UnpausePipelineNoContent) Error

func (o *UnpausePipelineNoContent) Error() string

type UnpausePipelineNotFound

type UnpausePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UnpausePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewUnpausePipelineNotFound

func NewUnpausePipelineNotFound() *UnpausePipelineNotFound

NewUnpausePipelineNotFound creates a UnpausePipelineNotFound with default headers values

func (*UnpausePipelineNotFound) Error

func (o *UnpausePipelineNotFound) Error() string

func (*UnpausePipelineNotFound) GetPayload

func (o *UnpausePipelineNotFound) GetPayload() *models.ErrorPayload

type UnpausePipelineParams

type UnpausePipelineParams struct {

	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UnpausePipelineParams contains all the parameters to send to the API endpoint for the unpause pipeline operation typically these are written to a http.Request

func NewUnpausePipelineParams

func NewUnpausePipelineParams() *UnpausePipelineParams

NewUnpausePipelineParams creates a new UnpausePipelineParams object with the default values initialized.

func NewUnpausePipelineParamsWithContext

func NewUnpausePipelineParamsWithContext(ctx context.Context) *UnpausePipelineParams

NewUnpausePipelineParamsWithContext creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewUnpausePipelineParamsWithHTTPClient

func NewUnpausePipelineParamsWithHTTPClient(client *http.Client) *UnpausePipelineParams

NewUnpausePipelineParamsWithHTTPClient creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUnpausePipelineParamsWithTimeout

func NewUnpausePipelineParamsWithTimeout(timeout time.Duration) *UnpausePipelineParams

NewUnpausePipelineParamsWithTimeout creates a new UnpausePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*UnpausePipelineParams) SetContext

func (o *UnpausePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the unpause pipeline params

func (*UnpausePipelineParams) SetHTTPClient

func (o *UnpausePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the unpause pipeline params

func (*UnpausePipelineParams) SetInpathPipelineName

func (o *UnpausePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the unpause pipeline params

func (*UnpausePipelineParams) SetOrganizationCanonical

func (o *UnpausePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetProjectCanonical

func (o *UnpausePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetTimeout

func (o *UnpausePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the unpause pipeline params

func (*UnpausePipelineParams) WithContext

WithContext adds the context to the unpause pipeline params

func (*UnpausePipelineParams) WithHTTPClient

func (o *UnpausePipelineParams) WithHTTPClient(client *http.Client) *UnpausePipelineParams

WithHTTPClient adds the HTTPClient to the unpause pipeline params

func (*UnpausePipelineParams) WithInpathPipelineName

func (o *UnpausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UnpausePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the unpause pipeline params

func (*UnpausePipelineParams) WithOrganizationCanonical

func (o *UnpausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UnpausePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithProjectCanonical

func (o *UnpausePipelineParams) WithProjectCanonical(projectCanonical string) *UnpausePipelineParams

WithProjectCanonical adds the projectCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithTimeout

func (o *UnpausePipelineParams) WithTimeout(timeout time.Duration) *UnpausePipelineParams

WithTimeout adds the timeout to the unpause pipeline params

func (*UnpausePipelineParams) WriteToRequest

func (o *UnpausePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnpausePipelineReader

type UnpausePipelineReader struct {
	// contains filtered or unexported fields
}

UnpausePipelineReader is a Reader for the UnpausePipeline structure.

func (*UnpausePipelineReader) ReadResponse

func (o *UnpausePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdatePipelineDefault

type UpdatePipelineDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdatePipelineDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdatePipelineDefault

func NewUpdatePipelineDefault(code int) *UpdatePipelineDefault

NewUpdatePipelineDefault creates a UpdatePipelineDefault with default headers values

func (*UpdatePipelineDefault) Code

func (o *UpdatePipelineDefault) Code() int

Code gets the status code for the update pipeline default response

func (*UpdatePipelineDefault) Error

func (o *UpdatePipelineDefault) Error() string

func (*UpdatePipelineDefault) GetPayload

func (o *UpdatePipelineDefault) GetPayload() *models.ErrorPayload

type UpdatePipelineForbidden

type UpdatePipelineForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdatePipelineForbidden

func NewUpdatePipelineForbidden() *UpdatePipelineForbidden

NewUpdatePipelineForbidden creates a UpdatePipelineForbidden with default headers values

func (*UpdatePipelineForbidden) Error

func (o *UpdatePipelineForbidden) Error() string

func (*UpdatePipelineForbidden) GetPayload

func (o *UpdatePipelineForbidden) GetPayload() *models.ErrorPayload

type UpdatePipelineLengthRequired

type UpdatePipelineLengthRequired struct {
}

UpdatePipelineLengthRequired handles this case with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewUpdatePipelineLengthRequired

func NewUpdatePipelineLengthRequired() *UpdatePipelineLengthRequired

NewUpdatePipelineLengthRequired creates a UpdatePipelineLengthRequired with default headers values

func (*UpdatePipelineLengthRequired) Error

type UpdatePipelineNotFound

type UpdatePipelineNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewUpdatePipelineNotFound

func NewUpdatePipelineNotFound() *UpdatePipelineNotFound

NewUpdatePipelineNotFound creates a UpdatePipelineNotFound with default headers values

func (*UpdatePipelineNotFound) Error

func (o *UpdatePipelineNotFound) Error() string

func (*UpdatePipelineNotFound) GetPayload

func (o *UpdatePipelineNotFound) GetPayload() *models.ErrorPayload

type UpdatePipelineOK

type UpdatePipelineOK struct {
	Payload *UpdatePipelineOKBody
}

UpdatePipelineOK handles this case with default header values.

The information of the pipeline which has been updated.

func NewUpdatePipelineOK

func NewUpdatePipelineOK() *UpdatePipelineOK

NewUpdatePipelineOK creates a UpdatePipelineOK with default headers values

func (*UpdatePipelineOK) Error

func (o *UpdatePipelineOK) Error() string

func (*UpdatePipelineOK) GetPayload

func (o *UpdatePipelineOK) GetPayload() *UpdatePipelineOKBody

type UpdatePipelineOKBody

type UpdatePipelineOKBody struct {

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

UpdatePipelineOKBody update pipeline o k body swagger:model UpdatePipelineOKBody

func (*UpdatePipelineOKBody) MarshalBinary

func (o *UpdatePipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdatePipelineOKBody) UnmarshalBinary

func (o *UpdatePipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdatePipelineOKBody) Validate

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

Validate validates this update pipeline o k body

type UpdatePipelineParams

type UpdatePipelineParams struct {

	/*Body
	  The pipeline configuration

	*/
	Body *models.UpdatePipeline
	/*InpathPipelineName
	  A pipeline name

	*/
	InpathPipelineName string
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ProjectCanonical
	  A canonical of a project.

	*/
	ProjectCanonical string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdatePipelineParams contains all the parameters to send to the API endpoint for the update pipeline operation typically these are written to a http.Request

func NewUpdatePipelineParams

func NewUpdatePipelineParams() *UpdatePipelineParams

NewUpdatePipelineParams creates a new UpdatePipelineParams object with the default values initialized.

func NewUpdatePipelineParamsWithContext

func NewUpdatePipelineParamsWithContext(ctx context.Context) *UpdatePipelineParams

NewUpdatePipelineParamsWithContext creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewUpdatePipelineParamsWithHTTPClient

func NewUpdatePipelineParamsWithHTTPClient(client *http.Client) *UpdatePipelineParams

NewUpdatePipelineParamsWithHTTPClient creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdatePipelineParamsWithTimeout

func NewUpdatePipelineParamsWithTimeout(timeout time.Duration) *UpdatePipelineParams

NewUpdatePipelineParamsWithTimeout creates a new UpdatePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdatePipelineParams) SetBody

func (o *UpdatePipelineParams) SetBody(body *models.UpdatePipeline)

SetBody adds the body to the update pipeline params

func (*UpdatePipelineParams) SetContext

func (o *UpdatePipelineParams) SetContext(ctx context.Context)

SetContext adds the context to the update pipeline params

func (*UpdatePipelineParams) SetHTTPClient

func (o *UpdatePipelineParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update pipeline params

func (*UpdatePipelineParams) SetInpathPipelineName

func (o *UpdatePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the update pipeline params

func (*UpdatePipelineParams) SetOrganizationCanonical

func (o *UpdatePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update pipeline params

func (*UpdatePipelineParams) SetProjectCanonical

func (o *UpdatePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the update pipeline params

func (*UpdatePipelineParams) SetTimeout

func (o *UpdatePipelineParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update pipeline params

func (*UpdatePipelineParams) WithBody

WithBody adds the body to the update pipeline params

func (*UpdatePipelineParams) WithContext

WithContext adds the context to the update pipeline params

func (*UpdatePipelineParams) WithHTTPClient

func (o *UpdatePipelineParams) WithHTTPClient(client *http.Client) *UpdatePipelineParams

WithHTTPClient adds the HTTPClient to the update pipeline params

func (*UpdatePipelineParams) WithInpathPipelineName

func (o *UpdatePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UpdatePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the update pipeline params

func (*UpdatePipelineParams) WithOrganizationCanonical

func (o *UpdatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UpdatePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the update pipeline params

func (*UpdatePipelineParams) WithProjectCanonical

func (o *UpdatePipelineParams) WithProjectCanonical(projectCanonical string) *UpdatePipelineParams

WithProjectCanonical adds the projectCanonical to the update pipeline params

func (*UpdatePipelineParams) WithTimeout

func (o *UpdatePipelineParams) WithTimeout(timeout time.Duration) *UpdatePipelineParams

WithTimeout adds the timeout to the update pipeline params

func (*UpdatePipelineParams) WriteToRequest

func (o *UpdatePipelineParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdatePipelineReader

type UpdatePipelineReader struct {
	// contains filtered or unexported fields
}

UpdatePipelineReader is a Reader for the UpdatePipeline structure.

func (*UpdatePipelineReader) ReadResponse

func (o *UpdatePipelineReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdatePipelineUnprocessableEntity

type UpdatePipelineUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdatePipelineUnprocessableEntity

func NewUpdatePipelineUnprocessableEntity() *UpdatePipelineUnprocessableEntity

NewUpdatePipelineUnprocessableEntity creates a UpdatePipelineUnprocessableEntity with default headers values

func (*UpdatePipelineUnprocessableEntity) Error

func (*UpdatePipelineUnprocessableEntity) GetPayload

Jump to

Keyboard shortcuts

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