pipelines

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActOnPipelineUsingPOSTForbidden

type ActOnPipelineUsingPOSTForbidden struct {
}

ActOnPipelineUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewActOnPipelineUsingPOSTForbidden

func NewActOnPipelineUsingPOSTForbidden() *ActOnPipelineUsingPOSTForbidden

NewActOnPipelineUsingPOSTForbidden creates a ActOnPipelineUsingPOSTForbidden with default headers values

func (*ActOnPipelineUsingPOSTForbidden) Error

func (*ActOnPipelineUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ActOnPipelineUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this act on pipeline using p o s t forbidden response has a 4xx status code

func (*ActOnPipelineUsingPOSTForbidden) IsCode added in v0.5.0

func (o *ActOnPipelineUsingPOSTForbidden) IsCode(code int) bool

IsCode returns true when this act on pipeline using p o s t forbidden response a status code equal to that given

func (*ActOnPipelineUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *ActOnPipelineUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this act on pipeline using p o s t forbidden response has a 3xx status code

func (*ActOnPipelineUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ActOnPipelineUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this act on pipeline using p o s t forbidden response has a 5xx status code

func (*ActOnPipelineUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *ActOnPipelineUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this act on pipeline using p o s t forbidden response has a 2xx status code

func (*ActOnPipelineUsingPOSTForbidden) String added in v0.5.0

type ActOnPipelineUsingPOSTInternalServerError

type ActOnPipelineUsingPOSTInternalServerError struct {
}

ActOnPipelineUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewActOnPipelineUsingPOSTInternalServerError

func NewActOnPipelineUsingPOSTInternalServerError() *ActOnPipelineUsingPOSTInternalServerError

NewActOnPipelineUsingPOSTInternalServerError creates a ActOnPipelineUsingPOSTInternalServerError with default headers values

func (*ActOnPipelineUsingPOSTInternalServerError) Error

func (*ActOnPipelineUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this act on pipeline using p o s t internal server error response has a 4xx status code

func (*ActOnPipelineUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this act on pipeline using p o s t internal server error response a status code equal to that given

func (*ActOnPipelineUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this act on pipeline using p o s t internal server error response has a 3xx status code

func (*ActOnPipelineUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this act on pipeline using p o s t internal server error response has a 5xx status code

func (*ActOnPipelineUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this act on pipeline using p o s t internal server error response has a 2xx status code

func (*ActOnPipelineUsingPOSTInternalServerError) String added in v0.5.0

type ActOnPipelineUsingPOSTNotFound

type ActOnPipelineUsingPOSTNotFound struct {
	Payload *models.Error
}

ActOnPipelineUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewActOnPipelineUsingPOSTNotFound

func NewActOnPipelineUsingPOSTNotFound() *ActOnPipelineUsingPOSTNotFound

NewActOnPipelineUsingPOSTNotFound creates a ActOnPipelineUsingPOSTNotFound with default headers values

func (*ActOnPipelineUsingPOSTNotFound) Error

func (*ActOnPipelineUsingPOSTNotFound) GetPayload

func (o *ActOnPipelineUsingPOSTNotFound) GetPayload() *models.Error

func (*ActOnPipelineUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ActOnPipelineUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this act on pipeline using p o s t not found response has a 4xx status code

func (*ActOnPipelineUsingPOSTNotFound) IsCode added in v0.5.0

func (o *ActOnPipelineUsingPOSTNotFound) IsCode(code int) bool

IsCode returns true when this act on pipeline using p o s t not found response a status code equal to that given

func (*ActOnPipelineUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *ActOnPipelineUsingPOSTNotFound) IsRedirect() bool

IsRedirect returns true when this act on pipeline using p o s t not found response has a 3xx status code

func (*ActOnPipelineUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ActOnPipelineUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this act on pipeline using p o s t not found response has a 5xx status code

func (*ActOnPipelineUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *ActOnPipelineUsingPOSTNotFound) IsSuccess() bool

IsSuccess returns true when this act on pipeline using p o s t not found response has a 2xx status code

func (*ActOnPipelineUsingPOSTNotFound) String added in v0.5.0

type ActOnPipelineUsingPOSTOK

type ActOnPipelineUsingPOSTOK struct {
	Payload models.Pipeline
}

ActOnPipelineUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the cloned Pipeline

func NewActOnPipelineUsingPOSTOK

func NewActOnPipelineUsingPOSTOK() *ActOnPipelineUsingPOSTOK

NewActOnPipelineUsingPOSTOK creates a ActOnPipelineUsingPOSTOK with default headers values

func (*ActOnPipelineUsingPOSTOK) Error

func (o *ActOnPipelineUsingPOSTOK) Error() string

func (*ActOnPipelineUsingPOSTOK) GetPayload

func (o *ActOnPipelineUsingPOSTOK) GetPayload() models.Pipeline

func (*ActOnPipelineUsingPOSTOK) IsClientError added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) IsClientError() bool

IsClientError returns true when this act on pipeline using p o s t o k response has a 4xx status code

func (*ActOnPipelineUsingPOSTOK) IsCode added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this act on pipeline using p o s t o k response a status code equal to that given

func (*ActOnPipelineUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this act on pipeline using p o s t o k response has a 3xx status code

func (*ActOnPipelineUsingPOSTOK) IsServerError added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) IsServerError() bool

IsServerError returns true when this act on pipeline using p o s t o k response has a 5xx status code

func (*ActOnPipelineUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this act on pipeline using p o s t o k response has a 2xx status code

func (*ActOnPipelineUsingPOSTOK) String added in v0.5.0

func (o *ActOnPipelineUsingPOSTOK) String() string

type ActOnPipelineUsingPOSTParams

type ActOnPipelineUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* ID.

	   The ID of the Pipeline to be cloned
	*/
	ID string

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

ActOnPipelineUsingPOSTParams contains all the parameters to send to the API endpoint

for the act on pipeline using p o s t operation.

Typically these are written to a http.Request.

func NewActOnPipelineUsingPOSTParams

func NewActOnPipelineUsingPOSTParams() *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParams creates a new ActOnPipelineUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewActOnPipelineUsingPOSTParamsWithContext

func NewActOnPipelineUsingPOSTParamsWithContext(ctx context.Context) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithContext creates a new ActOnPipelineUsingPOSTParams object with the ability to set a context for a request.

func NewActOnPipelineUsingPOSTParamsWithHTTPClient

func NewActOnPipelineUsingPOSTParamsWithHTTPClient(client *http.Client) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithHTTPClient creates a new ActOnPipelineUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewActOnPipelineUsingPOSTParamsWithTimeout

func NewActOnPipelineUsingPOSTParamsWithTimeout(timeout time.Duration) *ActOnPipelineUsingPOSTParams

NewActOnPipelineUsingPOSTParamsWithTimeout creates a new ActOnPipelineUsingPOSTParams object with the ability to set a timeout on a request.

func (*ActOnPipelineUsingPOSTParams) SetAPIVersion

func (o *ActOnPipelineUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetAuthorization

func (o *ActOnPipelineUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetBody

SetBody adds the body to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetContext

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

SetContext adds the context to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetDefaults

func (o *ActOnPipelineUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the act on pipeline using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ActOnPipelineUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetID

func (o *ActOnPipelineUsingPOSTParams) SetID(id string)

SetID adds the id to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithAPIVersion

func (o *ActOnPipelineUsingPOSTParams) WithAPIVersion(aPIVersion string) *ActOnPipelineUsingPOSTParams

WithAPIVersion adds the aPIVersion to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithAuthorization

func (o *ActOnPipelineUsingPOSTParams) WithAuthorization(authorization string) *ActOnPipelineUsingPOSTParams

WithAuthorization adds the authorization to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithBody

WithBody adds the body to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithContext

WithContext adds the context to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the act on pipeline using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ActOnPipelineUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithID

WithID adds the id to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the act on pipeline using p o s t params

func (*ActOnPipelineUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActOnPipelineUsingPOSTReader

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

ActOnPipelineUsingPOSTReader is a Reader for the ActOnPipelineUsingPOST structure.

func (*ActOnPipelineUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ActOnPipelineUsingPOSTUnauthorized

type ActOnPipelineUsingPOSTUnauthorized struct {
}

ActOnPipelineUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewActOnPipelineUsingPOSTUnauthorized

func NewActOnPipelineUsingPOSTUnauthorized() *ActOnPipelineUsingPOSTUnauthorized

NewActOnPipelineUsingPOSTUnauthorized creates a ActOnPipelineUsingPOSTUnauthorized with default headers values

func (*ActOnPipelineUsingPOSTUnauthorized) Error

func (*ActOnPipelineUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *ActOnPipelineUsingPOSTUnauthorized) IsClientError() bool

IsClientError returns true when this act on pipeline using p o s t unauthorized response has a 4xx status code

func (*ActOnPipelineUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this act on pipeline using p o s t unauthorized response a status code equal to that given

func (*ActOnPipelineUsingPOSTUnauthorized) IsRedirect added in v0.5.0

func (o *ActOnPipelineUsingPOSTUnauthorized) IsRedirect() bool

IsRedirect returns true when this act on pipeline using p o s t unauthorized response has a 3xx status code

func (*ActOnPipelineUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *ActOnPipelineUsingPOSTUnauthorized) IsServerError() bool

IsServerError returns true when this act on pipeline using p o s t unauthorized response has a 5xx status code

func (*ActOnPipelineUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this act on pipeline using p o s t unauthorized response has a 2xx status code

func (*ActOnPipelineUsingPOSTUnauthorized) String added in v0.5.0

type Client

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

Client for pipelines API

func (*Client) ActOnPipelineUsingPOST

func (a *Client) ActOnPipelineUsingPOST(params *ActOnPipelineUsingPOSTParams, opts ...ClientOption) (*ActOnPipelineUsingPOSTOK, error)

ActOnPipelineUsingPOST clones a pipeline

Clone a Pipeline with the given id

func (*Client) ClonePipelineByNameUsingPOST added in v0.4.0

func (a *Client) ClonePipelineByNameUsingPOST(params *ClonePipelineByNameUsingPOSTParams, opts ...ClientOption) (*ClonePipelineByNameUsingPOSTOK, error)

ClonePipelineByNameUsingPOST clones a pipeline by project and name

Clone a Pipeline with the given project and name

func (*Client) CreatePipelineUsingPOST added in v0.4.0

func (a *Client) CreatePipelineUsingPOST(params *CreatePipelineUsingPOSTParams, opts ...ClientOption) (*CreatePipelineUsingPOSTOK, error)

CreatePipelineUsingPOST creates a pipeline

Create a Pipeline based on the given project

func (*Client) DeletePipelineByIDUsingDELETE added in v0.4.0

func (a *Client) DeletePipelineByIDUsingDELETE(params *DeletePipelineByIDUsingDELETEParams, opts ...ClientOption) (*DeletePipelineByIDUsingDELETEOK, error)

DeletePipelineByIDUsingDELETE deletes a pipeline by id

Delete a Pipeline with the given id

func (*Client) DeletePipelineByNameUsingDELETE added in v0.4.0

func (a *Client) DeletePipelineByNameUsingDELETE(params *DeletePipelineByNameUsingDELETEParams, opts ...ClientOption) (*DeletePipelineByNameUsingDELETEOK, error)

DeletePipelineByNameUsingDELETE deletes a pipeline by project and name

Delete a Pipeline with the given project and name

func (*Client) ExecutePipelineByIDUsingPOST added in v0.4.0

ExecutePipelineByIDUsingPOST executes a pipeline

Execute a Pipeline based on the given id

func (*Client) ExecutePipelineByNameUsingPOST added in v0.4.0

ExecutePipelineByNameUsingPOST executes a pipeline

Execute a Pipeline based on the given project and name

func (*Client) ExportUsingGET

func (a *Client) ExportUsingGET(params *ExportUsingGETParams, opts ...ClientOption) (*ExportUsingGETOK, error)

ExportUsingGET exports

Exports a single pipeline (and endpoints referred in that pipeline) or a list of pipelines/endpoints in a given project or a custom integration with given list of versions as 'YAML' in a given project

func (*Client) GetAllPipelinesUsingGET added in v0.4.0

func (a *Client) GetAllPipelinesUsingGET(params *GetAllPipelinesUsingGETParams, opts ...ClientOption) (*GetAllPipelinesUsingGETOK, error)

GetAllPipelinesUsingGET gets all pipelines

Get all Pipelines with specified paging and filter parameters.

func (*Client) GetExecutionByIndexAndPipelineIDUsingGET

func (a *Client) GetExecutionByIndexAndPipelineIDUsingGET(params *GetExecutionByIndexAndPipelineIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIndexAndPipelineIDUsingGETOK, error)

GetExecutionByIndexAndPipelineIDUsingGET gets an execution

Get an Execution based on the given pipeline id and execution index

func (*Client) GetExecutionByNameAndIndexUsingGET

func (a *Client) GetExecutionByNameAndIndexUsingGET(params *GetExecutionByNameAndIndexUsingGETParams, opts ...ClientOption) (*GetExecutionByNameAndIndexUsingGETOK, error)

GetExecutionByNameAndIndexUsingGET gets an execution

Get an Execution based on the given pipeline id and execution index

func (*Client) GetExecutionsByIDUsingGET

func (a *Client) GetExecutionsByIDUsingGET(params *GetExecutionsByIDUsingGETParams, opts ...ClientOption) (*GetExecutionsByIDUsingGETOK, error)

GetExecutionsByIDUsingGET gets all executions of a pipeline

Get all Executions of a Pipeline with specified paging and filter parameters.

func (*Client) GetExecutionsByNameUsingGET

func (a *Client) GetExecutionsByNameUsingGET(params *GetExecutionsByNameUsingGETParams, opts ...ClientOption) (*GetExecutionsByNameUsingGETOK, error)

GetExecutionsByNameUsingGET gets all executions of a pipeline

Get all Executions of a Pipeline with specified paging and filter parameters.

func (*Client) GetPipelineByIDUsingGET added in v0.4.0

func (a *Client) GetPipelineByIDUsingGET(params *GetPipelineByIDUsingGETParams, opts ...ClientOption) (*GetPipelineByIDUsingGETOK, error)

GetPipelineByIDUsingGET gets a pipeline

Get a Pipeline with the given id

func (*Client) GetPipelineByNameUsingGET added in v0.4.0

func (a *Client) GetPipelineByNameUsingGET(params *GetPipelineByNameUsingGETParams, opts ...ClientOption) (*GetPipelineByNameUsingGETOK, error)

GetPipelineByNameUsingGET gets a pipeline by project and name

Get a Pipeline with the given project and name

func (*Client) GetPipelineTilesUsingGET

func (a *Client) GetPipelineTilesUsingGET(params *GetPipelineTilesUsingGETParams, opts ...ClientOption) (*GetPipelineTilesUsingGETOK, error)

GetPipelineTilesUsingGET gets pipeline tiles

Get Pipeline Tiles

func (*Client) ImportYamlUsingPOST

func (a *Client) ImportYamlUsingPOST(params *ImportYamlUsingPOSTParams, opts ...ClientOption) (*ImportYamlUsingPOSTOK, error)

ImportYamlUsingPOST imports

Imports pipeline(s)/endpoint(s) into Code Stream.

func (*Client) PatchPipelineByNameUsingPATCH added in v0.4.0

func (a *Client) PatchPipelineByNameUsingPATCH(params *PatchPipelineByNameUsingPATCHParams, opts ...ClientOption) (*PatchPipelineByNameUsingPATCHOK, error)

PatchPipelineByNameUsingPATCH updates a pipeline by project and name

Update a Pipeline with the given project and name

func (*Client) PatchPipelineGlobalByNameUsingPATCH added in v0.6.0

func (a *Client) PatchPipelineGlobalByNameUsingPATCH(params *PatchPipelineGlobalByNameUsingPATCHParams, opts ...ClientOption) (*PatchPipelineGlobalByNameUsingPATCHOK, error)

PatchPipelineGlobalByNameUsingPATCH updates a pipeline by pipeline name to be shared across projects

Update a pipeline to be shared across projects

func (*Client) PatchPipelineGlobalUsingPATCH added in v0.6.0

func (a *Client) PatchPipelineGlobalUsingPATCH(params *PatchPipelineGlobalUsingPATCHParams, opts ...ClientOption) (*PatchPipelineGlobalUsingPATCHOK, error)

PatchPipelineGlobalUsingPATCH updates a pipeline by id to be shared across all projects in an org

Update a pipeline to be shared across projects

func (*Client) PatchPipelineUsingPATCH added in v0.4.0

func (a *Client) PatchPipelineUsingPATCH(params *PatchPipelineUsingPATCHParams, opts ...ClientOption) (*PatchPipelineUsingPATCHOK, error)

PatchPipelineUsingPATCH updates a pipeline by id

Update a Pipeline with the given id

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdatePipelineByNameUsingPUT added in v0.4.0

func (a *Client) UpdatePipelineByNameUsingPUT(params *UpdatePipelineByNameUsingPUTParams, opts ...ClientOption) (*UpdatePipelineByNameUsingPUTOK, error)

UpdatePipelineByNameUsingPUT updates a pipeline by project and name

Update a Pipeline with the given project and name

func (*Client) UpdatePipelineUsingPUT added in v0.4.0

func (a *Client) UpdatePipelineUsingPUT(params *UpdatePipelineUsingPUTParams, opts ...ClientOption) (*UpdatePipelineUsingPUTOK, error)

UpdatePipelineUsingPUT updates a pipeline by id

Update a Pipeline with the given id

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ActOnPipelineUsingPOST(params *ActOnPipelineUsingPOSTParams, opts ...ClientOption) (*ActOnPipelineUsingPOSTOK, error)

	ClonePipelineByNameUsingPOST(params *ClonePipelineByNameUsingPOSTParams, opts ...ClientOption) (*ClonePipelineByNameUsingPOSTOK, error)

	CreatePipelineUsingPOST(params *CreatePipelineUsingPOSTParams, opts ...ClientOption) (*CreatePipelineUsingPOSTOK, error)

	DeletePipelineByIDUsingDELETE(params *DeletePipelineByIDUsingDELETEParams, opts ...ClientOption) (*DeletePipelineByIDUsingDELETEOK, error)

	DeletePipelineByNameUsingDELETE(params *DeletePipelineByNameUsingDELETEParams, opts ...ClientOption) (*DeletePipelineByNameUsingDELETEOK, error)

	ExecutePipelineByIDUsingPOST(params *ExecutePipelineByIDUsingPOSTParams, opts ...ClientOption) (*ExecutePipelineByIDUsingPOSTOK, *ExecutePipelineByIDUsingPOSTAccepted, error)

	ExecutePipelineByNameUsingPOST(params *ExecutePipelineByNameUsingPOSTParams, opts ...ClientOption) (*ExecutePipelineByNameUsingPOSTOK, *ExecutePipelineByNameUsingPOSTAccepted, error)

	ExportUsingGET(params *ExportUsingGETParams, opts ...ClientOption) (*ExportUsingGETOK, error)

	GetAllPipelinesUsingGET(params *GetAllPipelinesUsingGETParams, opts ...ClientOption) (*GetAllPipelinesUsingGETOK, error)

	GetExecutionByIndexAndPipelineIDUsingGET(params *GetExecutionByIndexAndPipelineIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIndexAndPipelineIDUsingGETOK, error)

	GetExecutionByNameAndIndexUsingGET(params *GetExecutionByNameAndIndexUsingGETParams, opts ...ClientOption) (*GetExecutionByNameAndIndexUsingGETOK, error)

	GetExecutionsByIDUsingGET(params *GetExecutionsByIDUsingGETParams, opts ...ClientOption) (*GetExecutionsByIDUsingGETOK, error)

	GetExecutionsByNameUsingGET(params *GetExecutionsByNameUsingGETParams, opts ...ClientOption) (*GetExecutionsByNameUsingGETOK, error)

	GetPipelineByIDUsingGET(params *GetPipelineByIDUsingGETParams, opts ...ClientOption) (*GetPipelineByIDUsingGETOK, error)

	GetPipelineByNameUsingGET(params *GetPipelineByNameUsingGETParams, opts ...ClientOption) (*GetPipelineByNameUsingGETOK, error)

	GetPipelineTilesUsingGET(params *GetPipelineTilesUsingGETParams, opts ...ClientOption) (*GetPipelineTilesUsingGETOK, error)

	ImportYamlUsingPOST(params *ImportYamlUsingPOSTParams, opts ...ClientOption) (*ImportYamlUsingPOSTOK, error)

	PatchPipelineByNameUsingPATCH(params *PatchPipelineByNameUsingPATCHParams, opts ...ClientOption) (*PatchPipelineByNameUsingPATCHOK, error)

	PatchPipelineGlobalByNameUsingPATCH(params *PatchPipelineGlobalByNameUsingPATCHParams, opts ...ClientOption) (*PatchPipelineGlobalByNameUsingPATCHOK, error)

	PatchPipelineGlobalUsingPATCH(params *PatchPipelineGlobalUsingPATCHParams, opts ...ClientOption) (*PatchPipelineGlobalUsingPATCHOK, error)

	PatchPipelineUsingPATCH(params *PatchPipelineUsingPATCHParams, opts ...ClientOption) (*PatchPipelineUsingPATCHOK, error)

	UpdatePipelineByNameUsingPUT(params *UpdatePipelineByNameUsingPUTParams, opts ...ClientOption) (*UpdatePipelineByNameUsingPUTOK, error)

	UpdatePipelineUsingPUT(params *UpdatePipelineUsingPUTParams, opts ...ClientOption) (*UpdatePipelineUsingPUTOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new pipelines API client.

type ClonePipelineByNameUsingPOSTForbidden added in v0.4.0

type ClonePipelineByNameUsingPOSTForbidden struct {
}

ClonePipelineByNameUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewClonePipelineByNameUsingPOSTForbidden added in v0.4.0

func NewClonePipelineByNameUsingPOSTForbidden() *ClonePipelineByNameUsingPOSTForbidden

NewClonePipelineByNameUsingPOSTForbidden creates a ClonePipelineByNameUsingPOSTForbidden with default headers values

func (*ClonePipelineByNameUsingPOSTForbidden) Error added in v0.4.0

func (*ClonePipelineByNameUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this clone pipeline by name using p o s t forbidden response has a 4xx status code

func (*ClonePipelineByNameUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this clone pipeline by name using p o s t forbidden response a status code equal to that given

func (*ClonePipelineByNameUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this clone pipeline by name using p o s t forbidden response has a 3xx status code

func (*ClonePipelineByNameUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this clone pipeline by name using p o s t forbidden response has a 5xx status code

func (*ClonePipelineByNameUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this clone pipeline by name using p o s t forbidden response has a 2xx status code

func (*ClonePipelineByNameUsingPOSTForbidden) String added in v0.5.0

type ClonePipelineByNameUsingPOSTInternalServerError added in v0.4.0

type ClonePipelineByNameUsingPOSTInternalServerError struct {
}

ClonePipelineByNameUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewClonePipelineByNameUsingPOSTInternalServerError added in v0.4.0

func NewClonePipelineByNameUsingPOSTInternalServerError() *ClonePipelineByNameUsingPOSTInternalServerError

NewClonePipelineByNameUsingPOSTInternalServerError creates a ClonePipelineByNameUsingPOSTInternalServerError with default headers values

func (*ClonePipelineByNameUsingPOSTInternalServerError) Error added in v0.4.0

func (*ClonePipelineByNameUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this clone pipeline by name using p o s t internal server error response has a 4xx status code

func (*ClonePipelineByNameUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this clone pipeline by name using p o s t internal server error response a status code equal to that given

func (*ClonePipelineByNameUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this clone pipeline by name using p o s t internal server error response has a 3xx status code

func (*ClonePipelineByNameUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this clone pipeline by name using p o s t internal server error response has a 5xx status code

func (*ClonePipelineByNameUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this clone pipeline by name using p o s t internal server error response has a 2xx status code

func (*ClonePipelineByNameUsingPOSTInternalServerError) String added in v0.5.0

type ClonePipelineByNameUsingPOSTNotFound added in v0.4.0

type ClonePipelineByNameUsingPOSTNotFound struct {
	Payload *models.Error
}

ClonePipelineByNameUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewClonePipelineByNameUsingPOSTNotFound added in v0.4.0

func NewClonePipelineByNameUsingPOSTNotFound() *ClonePipelineByNameUsingPOSTNotFound

NewClonePipelineByNameUsingPOSTNotFound creates a ClonePipelineByNameUsingPOSTNotFound with default headers values

func (*ClonePipelineByNameUsingPOSTNotFound) Error added in v0.4.0

func (*ClonePipelineByNameUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ClonePipelineByNameUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this clone pipeline by name using p o s t not found response has a 4xx status code

func (*ClonePipelineByNameUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this clone pipeline by name using p o s t not found response a status code equal to that given

func (*ClonePipelineByNameUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this clone pipeline by name using p o s t not found response has a 3xx status code

func (*ClonePipelineByNameUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this clone pipeline by name using p o s t not found response has a 5xx status code

func (*ClonePipelineByNameUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this clone pipeline by name using p o s t not found response has a 2xx status code

func (*ClonePipelineByNameUsingPOSTNotFound) String added in v0.5.0

type ClonePipelineByNameUsingPOSTOK added in v0.4.0

type ClonePipelineByNameUsingPOSTOK struct {
	Payload models.Pipeline
}

ClonePipelineByNameUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the cloned Pipeline

func NewClonePipelineByNameUsingPOSTOK added in v0.4.0

func NewClonePipelineByNameUsingPOSTOK() *ClonePipelineByNameUsingPOSTOK

NewClonePipelineByNameUsingPOSTOK creates a ClonePipelineByNameUsingPOSTOK with default headers values

func (*ClonePipelineByNameUsingPOSTOK) Error added in v0.4.0

func (*ClonePipelineByNameUsingPOSTOK) GetPayload added in v0.4.0

func (*ClonePipelineByNameUsingPOSTOK) IsClientError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTOK) IsClientError() bool

IsClientError returns true when this clone pipeline by name using p o s t o k response has a 4xx status code

func (*ClonePipelineByNameUsingPOSTOK) IsCode added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this clone pipeline by name using p o s t o k response a status code equal to that given

func (*ClonePipelineByNameUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this clone pipeline by name using p o s t o k response has a 3xx status code

func (*ClonePipelineByNameUsingPOSTOK) IsServerError added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTOK) IsServerError() bool

IsServerError returns true when this clone pipeline by name using p o s t o k response has a 5xx status code

func (*ClonePipelineByNameUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ClonePipelineByNameUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this clone pipeline by name using p o s t o k response has a 2xx status code

func (*ClonePipelineByNameUsingPOSTOK) String added in v0.5.0

type ClonePipelineByNameUsingPOSTParams added in v0.4.0

type ClonePipelineByNameUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Request object for actions such as cloning
	*/
	Body models.ServiceRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

ClonePipelineByNameUsingPOSTParams contains all the parameters to send to the API endpoint

for the clone pipeline by name using p o s t operation.

Typically these are written to a http.Request.

func NewClonePipelineByNameUsingPOSTParams added in v0.4.0

func NewClonePipelineByNameUsingPOSTParams() *ClonePipelineByNameUsingPOSTParams

NewClonePipelineByNameUsingPOSTParams creates a new ClonePipelineByNameUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewClonePipelineByNameUsingPOSTParamsWithContext added in v0.4.0

func NewClonePipelineByNameUsingPOSTParamsWithContext(ctx context.Context) *ClonePipelineByNameUsingPOSTParams

NewClonePipelineByNameUsingPOSTParamsWithContext creates a new ClonePipelineByNameUsingPOSTParams object with the ability to set a context for a request.

func NewClonePipelineByNameUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewClonePipelineByNameUsingPOSTParamsWithHTTPClient(client *http.Client) *ClonePipelineByNameUsingPOSTParams

NewClonePipelineByNameUsingPOSTParamsWithHTTPClient creates a new ClonePipelineByNameUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewClonePipelineByNameUsingPOSTParamsWithTimeout added in v0.4.0

func NewClonePipelineByNameUsingPOSTParamsWithTimeout(timeout time.Duration) *ClonePipelineByNameUsingPOSTParams

NewClonePipelineByNameUsingPOSTParamsWithTimeout creates a new ClonePipelineByNameUsingPOSTParams object with the ability to set a timeout on a request.

func (*ClonePipelineByNameUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ClonePipelineByNameUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ClonePipelineByNameUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ClonePipelineByNameUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the clone pipeline by name using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ClonePipelineByNameUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetName added in v0.4.0

func (o *ClonePipelineByNameUsingPOSTParams) SetName(name string)

SetName adds the name to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetProject added in v0.4.0

func (o *ClonePipelineByNameUsingPOSTParams) SetProject(project string)

SetProject adds the project to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the clone pipeline by name using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ClonePipelineByNameUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithName added in v0.4.0

WithName adds the name to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithProject added in v0.4.0

WithProject adds the project to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the clone pipeline by name using p o s t params

func (*ClonePipelineByNameUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ClonePipelineByNameUsingPOSTReader added in v0.4.0

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

ClonePipelineByNameUsingPOSTReader is a Reader for the ClonePipelineByNameUsingPOST structure.

func (*ClonePipelineByNameUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ClonePipelineByNameUsingPOSTUnauthorized added in v0.4.0

type ClonePipelineByNameUsingPOSTUnauthorized struct {
}

ClonePipelineByNameUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewClonePipelineByNameUsingPOSTUnauthorized added in v0.4.0

func NewClonePipelineByNameUsingPOSTUnauthorized() *ClonePipelineByNameUsingPOSTUnauthorized

NewClonePipelineByNameUsingPOSTUnauthorized creates a ClonePipelineByNameUsingPOSTUnauthorized with default headers values

func (*ClonePipelineByNameUsingPOSTUnauthorized) Error added in v0.4.0

func (*ClonePipelineByNameUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this clone pipeline by name using p o s t unauthorized response has a 4xx status code

func (*ClonePipelineByNameUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this clone pipeline by name using p o s t unauthorized response a status code equal to that given

func (*ClonePipelineByNameUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this clone pipeline by name using p o s t unauthorized response has a 3xx status code

func (*ClonePipelineByNameUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this clone pipeline by name using p o s t unauthorized response has a 5xx status code

func (*ClonePipelineByNameUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this clone pipeline by name using p o s t unauthorized response has a 2xx status code

func (*ClonePipelineByNameUsingPOSTUnauthorized) String added in v0.5.0

type CreatePipelineUsingPOSTForbidden added in v0.4.0

type CreatePipelineUsingPOSTForbidden struct {
}

CreatePipelineUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreatePipelineUsingPOSTForbidden added in v0.4.0

func NewCreatePipelineUsingPOSTForbidden() *CreatePipelineUsingPOSTForbidden

NewCreatePipelineUsingPOSTForbidden creates a CreatePipelineUsingPOSTForbidden with default headers values

func (*CreatePipelineUsingPOSTForbidden) Error added in v0.4.0

func (*CreatePipelineUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreatePipelineUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create pipeline using p o s t forbidden response has a 4xx status code

func (*CreatePipelineUsingPOSTForbidden) IsCode added in v0.5.0

func (o *CreatePipelineUsingPOSTForbidden) IsCode(code int) bool

IsCode returns true when this create pipeline using p o s t forbidden response a status code equal to that given

func (*CreatePipelineUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *CreatePipelineUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this create pipeline using p o s t forbidden response has a 3xx status code

func (*CreatePipelineUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreatePipelineUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create pipeline using p o s t forbidden response has a 5xx status code

func (*CreatePipelineUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *CreatePipelineUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this create pipeline using p o s t forbidden response has a 2xx status code

func (*CreatePipelineUsingPOSTForbidden) String added in v0.5.0

type CreatePipelineUsingPOSTInternalServerError added in v0.4.0

type CreatePipelineUsingPOSTInternalServerError struct {
}

CreatePipelineUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewCreatePipelineUsingPOSTInternalServerError added in v0.4.0

func NewCreatePipelineUsingPOSTInternalServerError() *CreatePipelineUsingPOSTInternalServerError

NewCreatePipelineUsingPOSTInternalServerError creates a CreatePipelineUsingPOSTInternalServerError with default headers values

func (*CreatePipelineUsingPOSTInternalServerError) Error added in v0.4.0

func (*CreatePipelineUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this create pipeline using p o s t internal server error response has a 4xx status code

func (*CreatePipelineUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this create pipeline using p o s t internal server error response a status code equal to that given

func (*CreatePipelineUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this create pipeline using p o s t internal server error response has a 3xx status code

func (*CreatePipelineUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this create pipeline using p o s t internal server error response has a 5xx status code

func (*CreatePipelineUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this create pipeline using p o s t internal server error response has a 2xx status code

func (*CreatePipelineUsingPOSTInternalServerError) String added in v0.5.0

type CreatePipelineUsingPOSTNotFound added in v0.4.0

type CreatePipelineUsingPOSTNotFound struct {
	Payload *models.Error
}

CreatePipelineUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreatePipelineUsingPOSTNotFound added in v0.4.0

func NewCreatePipelineUsingPOSTNotFound() *CreatePipelineUsingPOSTNotFound

NewCreatePipelineUsingPOSTNotFound creates a CreatePipelineUsingPOSTNotFound with default headers values

func (*CreatePipelineUsingPOSTNotFound) Error added in v0.4.0

func (*CreatePipelineUsingPOSTNotFound) GetPayload added in v0.4.0

func (o *CreatePipelineUsingPOSTNotFound) GetPayload() *models.Error

func (*CreatePipelineUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *CreatePipelineUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this create pipeline using p o s t not found response has a 4xx status code

func (*CreatePipelineUsingPOSTNotFound) IsCode added in v0.5.0

func (o *CreatePipelineUsingPOSTNotFound) IsCode(code int) bool

IsCode returns true when this create pipeline using p o s t not found response a status code equal to that given

func (*CreatePipelineUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *CreatePipelineUsingPOSTNotFound) IsRedirect() bool

IsRedirect returns true when this create pipeline using p o s t not found response has a 3xx status code

func (*CreatePipelineUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *CreatePipelineUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this create pipeline using p o s t not found response has a 5xx status code

func (*CreatePipelineUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *CreatePipelineUsingPOSTNotFound) IsSuccess() bool

IsSuccess returns true when this create pipeline using p o s t not found response has a 2xx status code

func (*CreatePipelineUsingPOSTNotFound) String added in v0.5.0

type CreatePipelineUsingPOSTOK added in v0.4.0

type CreatePipelineUsingPOSTOK struct {
	Payload models.Pipeline
}

CreatePipelineUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the created Pipeline

func NewCreatePipelineUsingPOSTOK added in v0.4.0

func NewCreatePipelineUsingPOSTOK() *CreatePipelineUsingPOSTOK

NewCreatePipelineUsingPOSTOK creates a CreatePipelineUsingPOSTOK with default headers values

func (*CreatePipelineUsingPOSTOK) Error added in v0.4.0

func (o *CreatePipelineUsingPOSTOK) Error() string

func (*CreatePipelineUsingPOSTOK) GetPayload added in v0.4.0

func (o *CreatePipelineUsingPOSTOK) GetPayload() models.Pipeline

func (*CreatePipelineUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create pipeline using p o s t o k response has a 4xx status code

func (*CreatePipelineUsingPOSTOK) IsCode added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this create pipeline using p o s t o k response a status code equal to that given

func (*CreatePipelineUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this create pipeline using p o s t o k response has a 3xx status code

func (*CreatePipelineUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create pipeline using p o s t o k response has a 5xx status code

func (*CreatePipelineUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this create pipeline using p o s t o k response has a 2xx status code

func (*CreatePipelineUsingPOSTOK) String added in v0.5.0

func (o *CreatePipelineUsingPOSTOK) String() string

type CreatePipelineUsingPOSTParams added in v0.4.0

type CreatePipelineUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

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

CreatePipelineUsingPOSTParams contains all the parameters to send to the API endpoint

for the create pipeline using p o s t operation.

Typically these are written to a http.Request.

func NewCreatePipelineUsingPOSTParams added in v0.4.0

func NewCreatePipelineUsingPOSTParams() *CreatePipelineUsingPOSTParams

NewCreatePipelineUsingPOSTParams creates a new CreatePipelineUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreatePipelineUsingPOSTParamsWithContext added in v0.4.0

func NewCreatePipelineUsingPOSTParamsWithContext(ctx context.Context) *CreatePipelineUsingPOSTParams

NewCreatePipelineUsingPOSTParamsWithContext creates a new CreatePipelineUsingPOSTParams object with the ability to set a context for a request.

func NewCreatePipelineUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewCreatePipelineUsingPOSTParamsWithHTTPClient(client *http.Client) *CreatePipelineUsingPOSTParams

NewCreatePipelineUsingPOSTParamsWithHTTPClient creates a new CreatePipelineUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePipelineUsingPOSTParamsWithTimeout added in v0.4.0

func NewCreatePipelineUsingPOSTParamsWithTimeout(timeout time.Duration) *CreatePipelineUsingPOSTParams

NewCreatePipelineUsingPOSTParamsWithTimeout creates a new CreatePipelineUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreatePipelineUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *CreatePipelineUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *CreatePipelineUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) SetContext added in v0.4.0

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

SetContext adds the context to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) SetDefaults added in v0.4.0

func (o *CreatePipelineUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create pipeline using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*CreatePipelineUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithAuthorization added in v0.4.0

func (o *CreatePipelineUsingPOSTParams) WithAuthorization(authorization string) *CreatePipelineUsingPOSTParams

WithAuthorization adds the authorization to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create pipeline using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*CreatePipelineUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create pipeline using p o s t params

func (*CreatePipelineUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreatePipelineUsingPOSTReader added in v0.4.0

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

CreatePipelineUsingPOSTReader is a Reader for the CreatePipelineUsingPOST structure.

func (*CreatePipelineUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreatePipelineUsingPOSTUnauthorized added in v0.4.0

type CreatePipelineUsingPOSTUnauthorized struct {
}

CreatePipelineUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewCreatePipelineUsingPOSTUnauthorized added in v0.4.0

func NewCreatePipelineUsingPOSTUnauthorized() *CreatePipelineUsingPOSTUnauthorized

NewCreatePipelineUsingPOSTUnauthorized creates a CreatePipelineUsingPOSTUnauthorized with default headers values

func (*CreatePipelineUsingPOSTUnauthorized) Error added in v0.4.0

func (*CreatePipelineUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *CreatePipelineUsingPOSTUnauthorized) IsClientError() bool

IsClientError returns true when this create pipeline using p o s t unauthorized response has a 4xx status code

func (*CreatePipelineUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create pipeline using p o s t unauthorized response a status code equal to that given

func (*CreatePipelineUsingPOSTUnauthorized) IsRedirect added in v0.5.0

func (o *CreatePipelineUsingPOSTUnauthorized) IsRedirect() bool

IsRedirect returns true when this create pipeline using p o s t unauthorized response has a 3xx status code

func (*CreatePipelineUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *CreatePipelineUsingPOSTUnauthorized) IsServerError() bool

IsServerError returns true when this create pipeline using p o s t unauthorized response has a 5xx status code

func (*CreatePipelineUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create pipeline using p o s t unauthorized response has a 2xx status code

func (*CreatePipelineUsingPOSTUnauthorized) String added in v0.5.0

type DeletePipelineByIDUsingDELETEForbidden added in v0.4.0

type DeletePipelineByIDUsingDELETEForbidden struct {
}

DeletePipelineByIDUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeletePipelineByIDUsingDELETEForbidden added in v0.4.0

func NewDeletePipelineByIDUsingDELETEForbidden() *DeletePipelineByIDUsingDELETEForbidden

NewDeletePipelineByIDUsingDELETEForbidden creates a DeletePipelineByIDUsingDELETEForbidden with default headers values

func (*DeletePipelineByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeletePipelineByIDUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this delete pipeline by Id using d e l e t e forbidden response has a 4xx status code

func (*DeletePipelineByIDUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by Id using d e l e t e forbidden response a status code equal to that given

func (*DeletePipelineByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by Id using d e l e t e forbidden response has a 3xx status code

func (*DeletePipelineByIDUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this delete pipeline by Id using d e l e t e forbidden response has a 5xx status code

func (*DeletePipelineByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by Id using d e l e t e forbidden response has a 2xx status code

func (*DeletePipelineByIDUsingDELETEForbidden) String added in v0.5.0

type DeletePipelineByIDUsingDELETEInternalServerError added in v0.4.0

type DeletePipelineByIDUsingDELETEInternalServerError struct {
}

DeletePipelineByIDUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeletePipelineByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeletePipelineByIDUsingDELETEInternalServerError() *DeletePipelineByIDUsingDELETEInternalServerError

NewDeletePipelineByIDUsingDELETEInternalServerError creates a DeletePipelineByIDUsingDELETEInternalServerError with default headers values

func (*DeletePipelineByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeletePipelineByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete pipeline by Id using d e l e t e internal server error response has a 4xx status code

func (*DeletePipelineByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by Id using d e l e t e internal server error response a status code equal to that given

func (*DeletePipelineByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by Id using d e l e t e internal server error response has a 3xx status code

func (*DeletePipelineByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete pipeline by Id using d e l e t e internal server error response has a 5xx status code

func (*DeletePipelineByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by Id using d e l e t e internal server error response has a 2xx status code

func (*DeletePipelineByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeletePipelineByIDUsingDELETENotFound added in v0.4.0

type DeletePipelineByIDUsingDELETENotFound struct {
	Payload *models.Error
}

DeletePipelineByIDUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeletePipelineByIDUsingDELETENotFound added in v0.4.0

func NewDeletePipelineByIDUsingDELETENotFound() *DeletePipelineByIDUsingDELETENotFound

NewDeletePipelineByIDUsingDELETENotFound creates a DeletePipelineByIDUsingDELETENotFound with default headers values

func (*DeletePipelineByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeletePipelineByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeletePipelineByIDUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETENotFound) IsClientError() bool

IsClientError returns true when this delete pipeline by Id using d e l e t e not found response has a 4xx status code

func (*DeletePipelineByIDUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by Id using d e l e t e not found response a status code equal to that given

func (*DeletePipelineByIDUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by Id using d e l e t e not found response has a 3xx status code

func (*DeletePipelineByIDUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETENotFound) IsServerError() bool

IsServerError returns true when this delete pipeline by Id using d e l e t e not found response has a 5xx status code

func (*DeletePipelineByIDUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by Id using d e l e t e not found response has a 2xx status code

func (*DeletePipelineByIDUsingDELETENotFound) String added in v0.5.0

type DeletePipelineByIDUsingDELETEOK added in v0.4.0

type DeletePipelineByIDUsingDELETEOK struct {
	Payload models.Pipeline
}

DeletePipelineByIDUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with the deleted Pipeline

func NewDeletePipelineByIDUsingDELETEOK added in v0.4.0

func NewDeletePipelineByIDUsingDELETEOK() *DeletePipelineByIDUsingDELETEOK

NewDeletePipelineByIDUsingDELETEOK creates a DeletePipelineByIDUsingDELETEOK with default headers values

func (*DeletePipelineByIDUsingDELETEOK) Error added in v0.4.0

func (*DeletePipelineByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeletePipelineByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete pipeline by Id using d e l e t e o k response has a 4xx status code

func (*DeletePipelineByIDUsingDELETEOK) IsCode added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this delete pipeline by Id using d e l e t e o k response a status code equal to that given

func (*DeletePipelineByIDUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete pipeline by Id using d e l e t e o k response has a 3xx status code

func (*DeletePipelineByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete pipeline by Id using d e l e t e o k response has a 5xx status code

func (*DeletePipelineByIDUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeletePipelineByIDUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this delete pipeline by Id using d e l e t e o k response has a 2xx status code

func (*DeletePipelineByIDUsingDELETEOK) String added in v0.5.0

type DeletePipelineByIDUsingDELETEParams added in v0.4.0

type DeletePipelineByIDUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

DeletePipelineByIDUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete pipeline by Id using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeletePipelineByIDUsingDELETEParams added in v0.4.0

func NewDeletePipelineByIDUsingDELETEParams() *DeletePipelineByIDUsingDELETEParams

NewDeletePipelineByIDUsingDELETEParams creates a new DeletePipelineByIDUsingDELETEParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeletePipelineByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeletePipelineByIDUsingDELETEParamsWithContext(ctx context.Context) *DeletePipelineByIDUsingDELETEParams

NewDeletePipelineByIDUsingDELETEParamsWithContext creates a new DeletePipelineByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeletePipelineByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeletePipelineByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeletePipelineByIDUsingDELETEParams

NewDeletePipelineByIDUsingDELETEParamsWithHTTPClient creates a new DeletePipelineByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePipelineByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeletePipelineByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeletePipelineByIDUsingDELETEParams

NewDeletePipelineByIDUsingDELETEParamsWithTimeout creates a new DeletePipelineByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeletePipelineByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeletePipelineByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeletePipelineByIDUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeletePipelineByIDUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete pipeline by Id using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePipelineByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) SetID added in v0.4.0

SetID adds the id to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete pipeline by Id using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePipelineByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithID added in v0.4.0

WithID adds the id to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete pipeline by Id using d e l e t e params

func (*DeletePipelineByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeletePipelineByIDUsingDELETEReader added in v0.4.0

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

DeletePipelineByIDUsingDELETEReader is a Reader for the DeletePipelineByIDUsingDELETE structure.

func (*DeletePipelineByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeletePipelineByIDUsingDELETEUnauthorized added in v0.4.0

type DeletePipelineByIDUsingDELETEUnauthorized struct {
}

DeletePipelineByIDUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeletePipelineByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeletePipelineByIDUsingDELETEUnauthorized() *DeletePipelineByIDUsingDELETEUnauthorized

NewDeletePipelineByIDUsingDELETEUnauthorized creates a DeletePipelineByIDUsingDELETEUnauthorized with default headers values

func (*DeletePipelineByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeletePipelineByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete pipeline by Id using d e l e t e unauthorized response has a 4xx status code

func (*DeletePipelineByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by Id using d e l e t e unauthorized response a status code equal to that given

func (*DeletePipelineByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by Id using d e l e t e unauthorized response has a 3xx status code

func (*DeletePipelineByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete pipeline by Id using d e l e t e unauthorized response has a 5xx status code

func (*DeletePipelineByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by Id using d e l e t e unauthorized response has a 2xx status code

func (*DeletePipelineByIDUsingDELETEUnauthorized) String added in v0.5.0

type DeletePipelineByNameUsingDELETEForbidden added in v0.4.0

type DeletePipelineByNameUsingDELETEForbidden struct {
}

DeletePipelineByNameUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeletePipelineByNameUsingDELETEForbidden added in v0.4.0

func NewDeletePipelineByNameUsingDELETEForbidden() *DeletePipelineByNameUsingDELETEForbidden

NewDeletePipelineByNameUsingDELETEForbidden creates a DeletePipelineByNameUsingDELETEForbidden with default headers values

func (*DeletePipelineByNameUsingDELETEForbidden) Error added in v0.4.0

func (*DeletePipelineByNameUsingDELETEForbidden) IsClientError added in v0.5.0

IsClientError returns true when this delete pipeline by name using d e l e t e forbidden response has a 4xx status code

func (*DeletePipelineByNameUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by name using d e l e t e forbidden response a status code equal to that given

func (*DeletePipelineByNameUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by name using d e l e t e forbidden response has a 3xx status code

func (*DeletePipelineByNameUsingDELETEForbidden) IsServerError added in v0.5.0

IsServerError returns true when this delete pipeline by name using d e l e t e forbidden response has a 5xx status code

func (*DeletePipelineByNameUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by name using d e l e t e forbidden response has a 2xx status code

func (*DeletePipelineByNameUsingDELETEForbidden) String added in v0.5.0

type DeletePipelineByNameUsingDELETEInternalServerError added in v0.4.0

type DeletePipelineByNameUsingDELETEInternalServerError struct {
}

DeletePipelineByNameUsingDELETEInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewDeletePipelineByNameUsingDELETEInternalServerError added in v0.4.0

func NewDeletePipelineByNameUsingDELETEInternalServerError() *DeletePipelineByNameUsingDELETEInternalServerError

NewDeletePipelineByNameUsingDELETEInternalServerError creates a DeletePipelineByNameUsingDELETEInternalServerError with default headers values

func (*DeletePipelineByNameUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeletePipelineByNameUsingDELETEInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this delete pipeline by name using d e l e t e internal server error response has a 4xx status code

func (*DeletePipelineByNameUsingDELETEInternalServerError) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by name using d e l e t e internal server error response a status code equal to that given

func (*DeletePipelineByNameUsingDELETEInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by name using d e l e t e internal server error response has a 3xx status code

func (*DeletePipelineByNameUsingDELETEInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this delete pipeline by name using d e l e t e internal server error response has a 5xx status code

func (*DeletePipelineByNameUsingDELETEInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by name using d e l e t e internal server error response has a 2xx status code

func (*DeletePipelineByNameUsingDELETEInternalServerError) String added in v0.5.0

type DeletePipelineByNameUsingDELETENotFound added in v0.4.0

type DeletePipelineByNameUsingDELETENotFound struct {
	Payload *models.Error
}

DeletePipelineByNameUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeletePipelineByNameUsingDELETENotFound added in v0.4.0

func NewDeletePipelineByNameUsingDELETENotFound() *DeletePipelineByNameUsingDELETENotFound

NewDeletePipelineByNameUsingDELETENotFound creates a DeletePipelineByNameUsingDELETENotFound with default headers values

func (*DeletePipelineByNameUsingDELETENotFound) Error added in v0.4.0

func (*DeletePipelineByNameUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeletePipelineByNameUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeletePipelineByNameUsingDELETENotFound) IsClientError() bool

IsClientError returns true when this delete pipeline by name using d e l e t e not found response has a 4xx status code

func (*DeletePipelineByNameUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by name using d e l e t e not found response a status code equal to that given

func (*DeletePipelineByNameUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by name using d e l e t e not found response has a 3xx status code

func (*DeletePipelineByNameUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeletePipelineByNameUsingDELETENotFound) IsServerError() bool

IsServerError returns true when this delete pipeline by name using d e l e t e not found response has a 5xx status code

func (*DeletePipelineByNameUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by name using d e l e t e not found response has a 2xx status code

func (*DeletePipelineByNameUsingDELETENotFound) String added in v0.5.0

type DeletePipelineByNameUsingDELETEOK added in v0.4.0

type DeletePipelineByNameUsingDELETEOK struct {
	Payload models.Pipeline
}

DeletePipelineByNameUsingDELETEOK describes a response with status code 200, with default header values.

'Success' with the deleted Pipeline

func NewDeletePipelineByNameUsingDELETEOK added in v0.4.0

func NewDeletePipelineByNameUsingDELETEOK() *DeletePipelineByNameUsingDELETEOK

NewDeletePipelineByNameUsingDELETEOK creates a DeletePipelineByNameUsingDELETEOK with default headers values

func (*DeletePipelineByNameUsingDELETEOK) Error added in v0.4.0

func (*DeletePipelineByNameUsingDELETEOK) GetPayload added in v0.4.0

func (*DeletePipelineByNameUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeletePipelineByNameUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete pipeline by name using d e l e t e o k response has a 4xx status code

func (*DeletePipelineByNameUsingDELETEOK) IsCode added in v0.5.0

func (o *DeletePipelineByNameUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this delete pipeline by name using d e l e t e o k response a status code equal to that given

func (*DeletePipelineByNameUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeletePipelineByNameUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete pipeline by name using d e l e t e o k response has a 3xx status code

func (*DeletePipelineByNameUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeletePipelineByNameUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete pipeline by name using d e l e t e o k response has a 5xx status code

func (*DeletePipelineByNameUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeletePipelineByNameUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this delete pipeline by name using d e l e t e o k response has a 2xx status code

func (*DeletePipelineByNameUsingDELETEOK) String added in v0.5.0

type DeletePipelineByNameUsingDELETEParams added in v0.4.0

type DeletePipelineByNameUsingDELETEParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

DeletePipelineByNameUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete pipeline by name using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeletePipelineByNameUsingDELETEParams added in v0.4.0

func NewDeletePipelineByNameUsingDELETEParams() *DeletePipelineByNameUsingDELETEParams

NewDeletePipelineByNameUsingDELETEParams creates a new DeletePipelineByNameUsingDELETEParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeletePipelineByNameUsingDELETEParamsWithContext added in v0.4.0

func NewDeletePipelineByNameUsingDELETEParamsWithContext(ctx context.Context) *DeletePipelineByNameUsingDELETEParams

NewDeletePipelineByNameUsingDELETEParamsWithContext creates a new DeletePipelineByNameUsingDELETEParams object with the ability to set a context for a request.

func NewDeletePipelineByNameUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeletePipelineByNameUsingDELETEParamsWithHTTPClient(client *http.Client) *DeletePipelineByNameUsingDELETEParams

NewDeletePipelineByNameUsingDELETEParamsWithHTTPClient creates a new DeletePipelineByNameUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePipelineByNameUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeletePipelineByNameUsingDELETEParamsWithTimeout(timeout time.Duration) *DeletePipelineByNameUsingDELETEParams

NewDeletePipelineByNameUsingDELETEParamsWithTimeout creates a new DeletePipelineByNameUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeletePipelineByNameUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeletePipelineByNameUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeletePipelineByNameUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeletePipelineByNameUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete pipeline by name using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePipelineByNameUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetName added in v0.4.0

SetName adds the name to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetProject added in v0.4.0

func (o *DeletePipelineByNameUsingDELETEParams) SetProject(project string)

SetProject adds the project to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete pipeline by name using d e l e t e params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePipelineByNameUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithName added in v0.4.0

WithName adds the name to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithProject added in v0.4.0

WithProject adds the project to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete pipeline by name using d e l e t e params

func (*DeletePipelineByNameUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeletePipelineByNameUsingDELETEReader added in v0.4.0

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

DeletePipelineByNameUsingDELETEReader is a Reader for the DeletePipelineByNameUsingDELETE structure.

func (*DeletePipelineByNameUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeletePipelineByNameUsingDELETEUnauthorized added in v0.4.0

type DeletePipelineByNameUsingDELETEUnauthorized struct {
}

DeletePipelineByNameUsingDELETEUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewDeletePipelineByNameUsingDELETEUnauthorized added in v0.4.0

func NewDeletePipelineByNameUsingDELETEUnauthorized() *DeletePipelineByNameUsingDELETEUnauthorized

NewDeletePipelineByNameUsingDELETEUnauthorized creates a DeletePipelineByNameUsingDELETEUnauthorized with default headers values

func (*DeletePipelineByNameUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeletePipelineByNameUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete pipeline by name using d e l e t e unauthorized response has a 4xx status code

func (*DeletePipelineByNameUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete pipeline by name using d e l e t e unauthorized response a status code equal to that given

func (*DeletePipelineByNameUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete pipeline by name using d e l e t e unauthorized response has a 3xx status code

func (*DeletePipelineByNameUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete pipeline by name using d e l e t e unauthorized response has a 5xx status code

func (*DeletePipelineByNameUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete pipeline by name using d e l e t e unauthorized response has a 2xx status code

func (*DeletePipelineByNameUsingDELETEUnauthorized) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTAccepted added in v0.4.0

type ExecutePipelineByIDUsingPOSTAccepted struct {
	Payload models.ExecutionResponse
}

ExecutePipelineByIDUsingPOSTAccepted describes a response with status code 202, with default header values.

Accepted

func NewExecutePipelineByIDUsingPOSTAccepted added in v0.4.0

func NewExecutePipelineByIDUsingPOSTAccepted() *ExecutePipelineByIDUsingPOSTAccepted

NewExecutePipelineByIDUsingPOSTAccepted creates a ExecutePipelineByIDUsingPOSTAccepted with default headers values

func (*ExecutePipelineByIDUsingPOSTAccepted) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTAccepted) GetPayload added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTAccepted) IsClientError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTAccepted) IsClientError() bool

IsClientError returns true when this execute pipeline by Id using p o s t accepted response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTAccepted) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by Id using p o s t accepted response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by Id using p o s t accepted response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTAccepted) IsServerError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTAccepted) IsServerError() bool

IsServerError returns true when this execute pipeline by Id using p o s t accepted response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by Id using p o s t accepted response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTAccepted) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTForbidden added in v0.4.0

type ExecutePipelineByIDUsingPOSTForbidden struct {
}

ExecutePipelineByIDUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecutePipelineByIDUsingPOSTForbidden added in v0.4.0

func NewExecutePipelineByIDUsingPOSTForbidden() *ExecutePipelineByIDUsingPOSTForbidden

NewExecutePipelineByIDUsingPOSTForbidden creates a ExecutePipelineByIDUsingPOSTForbidden with default headers values

func (*ExecutePipelineByIDUsingPOSTForbidden) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this execute pipeline by Id using p o s t forbidden response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by Id using p o s t forbidden response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by Id using p o s t forbidden response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this execute pipeline by Id using p o s t forbidden response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by Id using p o s t forbidden response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTForbidden) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTInternalServerError added in v0.4.0

type ExecutePipelineByIDUsingPOSTInternalServerError struct {
}

ExecutePipelineByIDUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExecutePipelineByIDUsingPOSTInternalServerError added in v0.4.0

func NewExecutePipelineByIDUsingPOSTInternalServerError() *ExecutePipelineByIDUsingPOSTInternalServerError

NewExecutePipelineByIDUsingPOSTInternalServerError creates a ExecutePipelineByIDUsingPOSTInternalServerError with default headers values

func (*ExecutePipelineByIDUsingPOSTInternalServerError) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this execute pipeline by Id using p o s t internal server error response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by Id using p o s t internal server error response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by Id using p o s t internal server error response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this execute pipeline by Id using p o s t internal server error response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by Id using p o s t internal server error response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTInternalServerError) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTNotFound added in v0.4.0

type ExecutePipelineByIDUsingPOSTNotFound struct {
	Payload *models.Error
}

ExecutePipelineByIDUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecutePipelineByIDUsingPOSTNotFound added in v0.4.0

func NewExecutePipelineByIDUsingPOSTNotFound() *ExecutePipelineByIDUsingPOSTNotFound

NewExecutePipelineByIDUsingPOSTNotFound creates a ExecutePipelineByIDUsingPOSTNotFound with default headers values

func (*ExecutePipelineByIDUsingPOSTNotFound) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this execute pipeline by Id using p o s t not found response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by Id using p o s t not found response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by Id using p o s t not found response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this execute pipeline by Id using p o s t not found response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by Id using p o s t not found response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTNotFound) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTOK added in v0.4.0

type ExecutePipelineByIDUsingPOSTOK struct {
	Payload models.ExecutionResponse
}

ExecutePipelineByIDUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the created execution response

func NewExecutePipelineByIDUsingPOSTOK added in v0.4.0

func NewExecutePipelineByIDUsingPOSTOK() *ExecutePipelineByIDUsingPOSTOK

NewExecutePipelineByIDUsingPOSTOK creates a ExecutePipelineByIDUsingPOSTOK with default headers values

func (*ExecutePipelineByIDUsingPOSTOK) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTOK) GetPayload added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTOK) IsClientError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTOK) IsClientError() bool

IsClientError returns true when this execute pipeline by Id using p o s t o k response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTOK) IsCode added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this execute pipeline by Id using p o s t o k response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this execute pipeline by Id using p o s t o k response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTOK) IsServerError added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTOK) IsServerError() bool

IsServerError returns true when this execute pipeline by Id using p o s t o k response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ExecutePipelineByIDUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this execute pipeline by Id using p o s t o k response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTOK) String added in v0.5.0

type ExecutePipelineByIDUsingPOSTParams added in v0.4.0

type ExecutePipelineByIDUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Execution Request for a pipeline
	*/
	Body models.ExecutionRequest

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

ExecutePipelineByIDUsingPOSTParams contains all the parameters to send to the API endpoint

for the execute pipeline by Id using p o s t operation.

Typically these are written to a http.Request.

func NewExecutePipelineByIDUsingPOSTParams added in v0.4.0

func NewExecutePipelineByIDUsingPOSTParams() *ExecutePipelineByIDUsingPOSTParams

NewExecutePipelineByIDUsingPOSTParams creates a new ExecutePipelineByIDUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExecutePipelineByIDUsingPOSTParamsWithContext added in v0.4.0

func NewExecutePipelineByIDUsingPOSTParamsWithContext(ctx context.Context) *ExecutePipelineByIDUsingPOSTParams

NewExecutePipelineByIDUsingPOSTParamsWithContext creates a new ExecutePipelineByIDUsingPOSTParams object with the ability to set a context for a request.

func NewExecutePipelineByIDUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewExecutePipelineByIDUsingPOSTParamsWithHTTPClient(client *http.Client) *ExecutePipelineByIDUsingPOSTParams

NewExecutePipelineByIDUsingPOSTParamsWithHTTPClient creates a new ExecutePipelineByIDUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewExecutePipelineByIDUsingPOSTParamsWithTimeout added in v0.4.0

func NewExecutePipelineByIDUsingPOSTParamsWithTimeout(timeout time.Duration) *ExecutePipelineByIDUsingPOSTParams

NewExecutePipelineByIDUsingPOSTParamsWithTimeout creates a new ExecutePipelineByIDUsingPOSTParams object with the ability to set a timeout on a request.

func (*ExecutePipelineByIDUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ExecutePipelineByIDUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ExecutePipelineByIDUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ExecutePipelineByIDUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the execute pipeline by Id using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ExecutePipelineByIDUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetID added in v0.4.0

SetID adds the id to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the execute pipeline by Id using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ExecutePipelineByIDUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithID added in v0.4.0

WithID adds the id to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the execute pipeline by Id using p o s t params

func (*ExecutePipelineByIDUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ExecutePipelineByIDUsingPOSTReader added in v0.4.0

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

ExecutePipelineByIDUsingPOSTReader is a Reader for the ExecutePipelineByIDUsingPOST structure.

func (*ExecutePipelineByIDUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ExecutePipelineByIDUsingPOSTUnauthorized added in v0.4.0

type ExecutePipelineByIDUsingPOSTUnauthorized struct {
}

ExecutePipelineByIDUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExecutePipelineByIDUsingPOSTUnauthorized added in v0.4.0

func NewExecutePipelineByIDUsingPOSTUnauthorized() *ExecutePipelineByIDUsingPOSTUnauthorized

NewExecutePipelineByIDUsingPOSTUnauthorized creates a ExecutePipelineByIDUsingPOSTUnauthorized with default headers values

func (*ExecutePipelineByIDUsingPOSTUnauthorized) Error added in v0.4.0

func (*ExecutePipelineByIDUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this execute pipeline by Id using p o s t unauthorized response has a 4xx status code

func (*ExecutePipelineByIDUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by Id using p o s t unauthorized response a status code equal to that given

func (*ExecutePipelineByIDUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by Id using p o s t unauthorized response has a 3xx status code

func (*ExecutePipelineByIDUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this execute pipeline by Id using p o s t unauthorized response has a 5xx status code

func (*ExecutePipelineByIDUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by Id using p o s t unauthorized response has a 2xx status code

func (*ExecutePipelineByIDUsingPOSTUnauthorized) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTAccepted added in v0.4.0

type ExecutePipelineByNameUsingPOSTAccepted struct {
	Payload models.ExecutionResponse
}

ExecutePipelineByNameUsingPOSTAccepted describes a response with status code 202, with default header values.

Accepted

func NewExecutePipelineByNameUsingPOSTAccepted added in v0.4.0

func NewExecutePipelineByNameUsingPOSTAccepted() *ExecutePipelineByNameUsingPOSTAccepted

NewExecutePipelineByNameUsingPOSTAccepted creates a ExecutePipelineByNameUsingPOSTAccepted with default headers values

func (*ExecutePipelineByNameUsingPOSTAccepted) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTAccepted) GetPayload added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTAccepted) IsClientError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTAccepted) IsClientError() bool

IsClientError returns true when this execute pipeline by name using p o s t accepted response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTAccepted) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by name using p o s t accepted response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by name using p o s t accepted response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTAccepted) IsServerError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTAccepted) IsServerError() bool

IsServerError returns true when this execute pipeline by name using p o s t accepted response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by name using p o s t accepted response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTAccepted) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTForbidden added in v0.4.0

type ExecutePipelineByNameUsingPOSTForbidden struct {
}

ExecutePipelineByNameUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecutePipelineByNameUsingPOSTForbidden added in v0.4.0

func NewExecutePipelineByNameUsingPOSTForbidden() *ExecutePipelineByNameUsingPOSTForbidden

NewExecutePipelineByNameUsingPOSTForbidden creates a ExecutePipelineByNameUsingPOSTForbidden with default headers values

func (*ExecutePipelineByNameUsingPOSTForbidden) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this execute pipeline by name using p o s t forbidden response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by name using p o s t forbidden response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by name using p o s t forbidden response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this execute pipeline by name using p o s t forbidden response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by name using p o s t forbidden response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTForbidden) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTInternalServerError added in v0.4.0

type ExecutePipelineByNameUsingPOSTInternalServerError struct {
}

ExecutePipelineByNameUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExecutePipelineByNameUsingPOSTInternalServerError added in v0.4.0

func NewExecutePipelineByNameUsingPOSTInternalServerError() *ExecutePipelineByNameUsingPOSTInternalServerError

NewExecutePipelineByNameUsingPOSTInternalServerError creates a ExecutePipelineByNameUsingPOSTInternalServerError with default headers values

func (*ExecutePipelineByNameUsingPOSTInternalServerError) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this execute pipeline by name using p o s t internal server error response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by name using p o s t internal server error response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by name using p o s t internal server error response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this execute pipeline by name using p o s t internal server error response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by name using p o s t internal server error response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTInternalServerError) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTNotFound added in v0.4.0

type ExecutePipelineByNameUsingPOSTNotFound struct {
	Payload *models.Error
}

ExecutePipelineByNameUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecutePipelineByNameUsingPOSTNotFound added in v0.4.0

func NewExecutePipelineByNameUsingPOSTNotFound() *ExecutePipelineByNameUsingPOSTNotFound

NewExecutePipelineByNameUsingPOSTNotFound creates a ExecutePipelineByNameUsingPOSTNotFound with default headers values

func (*ExecutePipelineByNameUsingPOSTNotFound) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTNotFound) GetPayload added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this execute pipeline by name using p o s t not found response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTNotFound) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by name using p o s t not found response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by name using p o s t not found response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this execute pipeline by name using p o s t not found response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by name using p o s t not found response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTNotFound) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTOK added in v0.4.0

type ExecutePipelineByNameUsingPOSTOK struct {
	Payload models.ExecutionResponse
}

ExecutePipelineByNameUsingPOSTOK describes a response with status code 200, with default header values.

'Success' with the created execution response

func NewExecutePipelineByNameUsingPOSTOK added in v0.4.0

func NewExecutePipelineByNameUsingPOSTOK() *ExecutePipelineByNameUsingPOSTOK

NewExecutePipelineByNameUsingPOSTOK creates a ExecutePipelineByNameUsingPOSTOK with default headers values

func (*ExecutePipelineByNameUsingPOSTOK) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTOK) GetPayload added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTOK) IsClientError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTOK) IsClientError() bool

IsClientError returns true when this execute pipeline by name using p o s t o k response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTOK) IsCode added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this execute pipeline by name using p o s t o k response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this execute pipeline by name using p o s t o k response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTOK) IsServerError added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTOK) IsServerError() bool

IsServerError returns true when this execute pipeline by name using p o s t o k response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ExecutePipelineByNameUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this execute pipeline by name using p o s t o k response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTOK) String added in v0.5.0

type ExecutePipelineByNameUsingPOSTParams added in v0.4.0

type ExecutePipelineByNameUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Execution Request for a pipeline
	*/
	Body models.ExecutionRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

ExecutePipelineByNameUsingPOSTParams contains all the parameters to send to the API endpoint

for the execute pipeline by name using p o s t operation.

Typically these are written to a http.Request.

func NewExecutePipelineByNameUsingPOSTParams added in v0.4.0

func NewExecutePipelineByNameUsingPOSTParams() *ExecutePipelineByNameUsingPOSTParams

NewExecutePipelineByNameUsingPOSTParams creates a new ExecutePipelineByNameUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExecutePipelineByNameUsingPOSTParamsWithContext added in v0.4.0

func NewExecutePipelineByNameUsingPOSTParamsWithContext(ctx context.Context) *ExecutePipelineByNameUsingPOSTParams

NewExecutePipelineByNameUsingPOSTParamsWithContext creates a new ExecutePipelineByNameUsingPOSTParams object with the ability to set a context for a request.

func NewExecutePipelineByNameUsingPOSTParamsWithHTTPClient added in v0.4.0

func NewExecutePipelineByNameUsingPOSTParamsWithHTTPClient(client *http.Client) *ExecutePipelineByNameUsingPOSTParams

NewExecutePipelineByNameUsingPOSTParamsWithHTTPClient creates a new ExecutePipelineByNameUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewExecutePipelineByNameUsingPOSTParamsWithTimeout added in v0.4.0

func NewExecutePipelineByNameUsingPOSTParamsWithTimeout(timeout time.Duration) *ExecutePipelineByNameUsingPOSTParams

NewExecutePipelineByNameUsingPOSTParamsWithTimeout creates a new ExecutePipelineByNameUsingPOSTParams object with the ability to set a timeout on a request.

func (*ExecutePipelineByNameUsingPOSTParams) SetAPIVersion added in v0.4.0

func (o *ExecutePipelineByNameUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetAuthorization added in v0.4.0

func (o *ExecutePipelineByNameUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetBody added in v0.4.0

SetBody adds the body to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetContext added in v0.4.0

SetContext adds the context to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetDefaults added in v0.4.0

func (o *ExecutePipelineByNameUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the execute pipeline by name using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ExecutePipelineByNameUsingPOSTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetName added in v0.4.0

SetName adds the name to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetProject added in v0.4.0

func (o *ExecutePipelineByNameUsingPOSTParams) SetProject(project string)

SetProject adds the project to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithBody added in v0.4.0

WithBody adds the body to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithContext added in v0.4.0

WithContext adds the context to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the execute pipeline by name using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ExecutePipelineByNameUsingPOSTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithName added in v0.4.0

WithName adds the name to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithProject added in v0.4.0

WithProject adds the project to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the execute pipeline by name using p o s t params

func (*ExecutePipelineByNameUsingPOSTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ExecutePipelineByNameUsingPOSTReader added in v0.4.0

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

ExecutePipelineByNameUsingPOSTReader is a Reader for the ExecutePipelineByNameUsingPOST structure.

func (*ExecutePipelineByNameUsingPOSTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ExecutePipelineByNameUsingPOSTUnauthorized added in v0.4.0

type ExecutePipelineByNameUsingPOSTUnauthorized struct {
}

ExecutePipelineByNameUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExecutePipelineByNameUsingPOSTUnauthorized added in v0.4.0

func NewExecutePipelineByNameUsingPOSTUnauthorized() *ExecutePipelineByNameUsingPOSTUnauthorized

NewExecutePipelineByNameUsingPOSTUnauthorized creates a ExecutePipelineByNameUsingPOSTUnauthorized with default headers values

func (*ExecutePipelineByNameUsingPOSTUnauthorized) Error added in v0.4.0

func (*ExecutePipelineByNameUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this execute pipeline by name using p o s t unauthorized response has a 4xx status code

func (*ExecutePipelineByNameUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this execute pipeline by name using p o s t unauthorized response a status code equal to that given

func (*ExecutePipelineByNameUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this execute pipeline by name using p o s t unauthorized response has a 3xx status code

func (*ExecutePipelineByNameUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this execute pipeline by name using p o s t unauthorized response has a 5xx status code

func (*ExecutePipelineByNameUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this execute pipeline by name using p o s t unauthorized response has a 2xx status code

func (*ExecutePipelineByNameUsingPOSTUnauthorized) String added in v0.5.0

type ExportUsingGETForbidden

type ExportUsingGETForbidden struct {
}

ExportUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExportUsingGETForbidden

func NewExportUsingGETForbidden() *ExportUsingGETForbidden

NewExportUsingGETForbidden creates a ExportUsingGETForbidden with default headers values

func (*ExportUsingGETForbidden) Error

func (o *ExportUsingGETForbidden) Error() string

func (*ExportUsingGETForbidden) IsClientError added in v0.5.0

func (o *ExportUsingGETForbidden) IsClientError() bool

IsClientError returns true when this export using g e t forbidden response has a 4xx status code

func (*ExportUsingGETForbidden) IsCode added in v0.5.0

func (o *ExportUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this export using g e t forbidden response a status code equal to that given

func (*ExportUsingGETForbidden) IsRedirect added in v0.5.0

func (o *ExportUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this export using g e t forbidden response has a 3xx status code

func (*ExportUsingGETForbidden) IsServerError added in v0.5.0

func (o *ExportUsingGETForbidden) IsServerError() bool

IsServerError returns true when this export using g e t forbidden response has a 5xx status code

func (*ExportUsingGETForbidden) IsSuccess added in v0.5.0

func (o *ExportUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this export using g e t forbidden response has a 2xx status code

func (*ExportUsingGETForbidden) String added in v0.5.0

func (o *ExportUsingGETForbidden) String() string

type ExportUsingGETInternalServerError

type ExportUsingGETInternalServerError struct {
}

ExportUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewExportUsingGETInternalServerError

func NewExportUsingGETInternalServerError() *ExportUsingGETInternalServerError

NewExportUsingGETInternalServerError creates a ExportUsingGETInternalServerError with default headers values

func (*ExportUsingGETInternalServerError) Error

func (*ExportUsingGETInternalServerError) IsClientError added in v0.5.0

func (o *ExportUsingGETInternalServerError) IsClientError() bool

IsClientError returns true when this export using g e t internal server error response has a 4xx status code

func (*ExportUsingGETInternalServerError) IsCode added in v0.5.0

func (o *ExportUsingGETInternalServerError) IsCode(code int) bool

IsCode returns true when this export using g e t internal server error response a status code equal to that given

func (*ExportUsingGETInternalServerError) IsRedirect added in v0.5.0

func (o *ExportUsingGETInternalServerError) IsRedirect() bool

IsRedirect returns true when this export using g e t internal server error response has a 3xx status code

func (*ExportUsingGETInternalServerError) IsServerError added in v0.5.0

func (o *ExportUsingGETInternalServerError) IsServerError() bool

IsServerError returns true when this export using g e t internal server error response has a 5xx status code

func (*ExportUsingGETInternalServerError) IsSuccess added in v0.5.0

func (o *ExportUsingGETInternalServerError) IsSuccess() bool

IsSuccess returns true when this export using g e t internal server error response has a 2xx status code

func (*ExportUsingGETInternalServerError) String added in v0.5.0

type ExportUsingGETNotFound

type ExportUsingGETNotFound struct {
	Payload *models.Error
}

ExportUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewExportUsingGETNotFound

func NewExportUsingGETNotFound() *ExportUsingGETNotFound

NewExportUsingGETNotFound creates a ExportUsingGETNotFound with default headers values

func (*ExportUsingGETNotFound) Error

func (o *ExportUsingGETNotFound) Error() string

func (*ExportUsingGETNotFound) GetPayload

func (o *ExportUsingGETNotFound) GetPayload() *models.Error

func (*ExportUsingGETNotFound) IsClientError added in v0.5.0

func (o *ExportUsingGETNotFound) IsClientError() bool

IsClientError returns true when this export using g e t not found response has a 4xx status code

func (*ExportUsingGETNotFound) IsCode added in v0.5.0

func (o *ExportUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this export using g e t not found response a status code equal to that given

func (*ExportUsingGETNotFound) IsRedirect added in v0.5.0

func (o *ExportUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this export using g e t not found response has a 3xx status code

func (*ExportUsingGETNotFound) IsServerError added in v0.5.0

func (o *ExportUsingGETNotFound) IsServerError() bool

IsServerError returns true when this export using g e t not found response has a 5xx status code

func (*ExportUsingGETNotFound) IsSuccess added in v0.5.0

func (o *ExportUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this export using g e t not found response has a 2xx status code

func (*ExportUsingGETNotFound) String added in v0.5.0

func (o *ExportUsingGETNotFound) String() string

type ExportUsingGETOK

type ExportUsingGETOK struct {
	Payload string
}

ExportUsingGETOK describes a response with status code 200, with default header values.

OK

func NewExportUsingGETOK

func NewExportUsingGETOK() *ExportUsingGETOK

NewExportUsingGETOK creates a ExportUsingGETOK with default headers values

func (*ExportUsingGETOK) Error

func (o *ExportUsingGETOK) Error() string

func (*ExportUsingGETOK) GetPayload

func (o *ExportUsingGETOK) GetPayload() string

func (*ExportUsingGETOK) IsClientError added in v0.5.0

func (o *ExportUsingGETOK) IsClientError() bool

IsClientError returns true when this export using g e t o k response has a 4xx status code

func (*ExportUsingGETOK) IsCode added in v0.5.0

func (o *ExportUsingGETOK) IsCode(code int) bool

IsCode returns true when this export using g e t o k response a status code equal to that given

func (*ExportUsingGETOK) IsRedirect added in v0.5.0

func (o *ExportUsingGETOK) IsRedirect() bool

IsRedirect returns true when this export using g e t o k response has a 3xx status code

func (*ExportUsingGETOK) IsServerError added in v0.5.0

func (o *ExportUsingGETOK) IsServerError() bool

IsServerError returns true when this export using g e t o k response has a 5xx status code

func (*ExportUsingGETOK) IsSuccess added in v0.5.0

func (o *ExportUsingGETOK) IsSuccess() bool

IsSuccess returns true when this export using g e t o k response has a 2xx status code

func (*ExportUsingGETOK) String added in v0.5.0

func (o *ExportUsingGETOK) String() string

type ExportUsingGETParams

type ExportUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* CustomIntegration.

	   Name of the Custom Integration to be exported

	   Default: "pipeline-as-code"
	*/
	CustomIntegration *string

	/* CustomIntegrationVersions.

	   Comma separated list of versions of the given custom integration to be exported

	   Default: "1st,2nd,3rd"
	*/
	CustomIntegrationVersions *string

	/* Endpoints.

	   Comma separated list of endpoints to be exported in a given project

	   Default: "Jenkins, Jira"
	*/
	Endpoints *string

	/* ExportAllCustomIntegrationVersions.

	   Flag to state if all versions of given custom integration need to be exported

	   Default: "false"
	*/
	ExportAllCustomIntegrationVersions *string

	/* ExportOnlyReleasedCustomIntegrationVersions.

	   Flag to state if only released versions of given custom integration need to be exported

	   Default: "false"
	*/
	ExportOnlyReleasedCustomIntegrationVersions *string

	/* Pipeline.

	   Name of the Pipeline to be exported. Here, all endpoints referred in the pipeline also get exported

	   Default: "Deploy Production"
	*/
	Pipeline *string

	/* Pipelines.

	   Comma separated list of pipelines to be exported in a given project

	   Default: "Deploy Production, Dev"
	*/
	Pipelines *string

	/* Project.

	   Name of the Project to which Endpoint(s)/Pipeline(s) belong to

	   Default: "Project-1"
	*/
	Project *string

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

ExportUsingGETParams contains all the parameters to send to the API endpoint

for the export using g e t operation.

Typically these are written to a http.Request.

func NewExportUsingGETParams

func NewExportUsingGETParams() *ExportUsingGETParams

NewExportUsingGETParams creates a new ExportUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExportUsingGETParamsWithContext

func NewExportUsingGETParamsWithContext(ctx context.Context) *ExportUsingGETParams

NewExportUsingGETParamsWithContext creates a new ExportUsingGETParams object with the ability to set a context for a request.

func NewExportUsingGETParamsWithHTTPClient

func NewExportUsingGETParamsWithHTTPClient(client *http.Client) *ExportUsingGETParams

NewExportUsingGETParamsWithHTTPClient creates a new ExportUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewExportUsingGETParamsWithTimeout

func NewExportUsingGETParamsWithTimeout(timeout time.Duration) *ExportUsingGETParams

NewExportUsingGETParamsWithTimeout creates a new ExportUsingGETParams object with the ability to set a timeout on a request.

func (*ExportUsingGETParams) SetAPIVersion

func (o *ExportUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the export using get params

func (*ExportUsingGETParams) SetAuthorization

func (o *ExportUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the export using get params

func (*ExportUsingGETParams) SetContext

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

SetContext adds the context to the export using get params

func (*ExportUsingGETParams) SetCustomIntegration added in v0.5.0

func (o *ExportUsingGETParams) SetCustomIntegration(customIntegration *string)

SetCustomIntegration adds the customIntegration to the export using get params

func (*ExportUsingGETParams) SetCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) SetCustomIntegrationVersions(customIntegrationVersions *string)

SetCustomIntegrationVersions adds the customIntegrationVersions to the export using get params

func (*ExportUsingGETParams) SetDefaults

func (o *ExportUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the export using get params (not the query body).

All values with no default are reset to their zero value.

func (*ExportUsingGETParams) SetEndpoints

func (o *ExportUsingGETParams) SetEndpoints(endpoints *string)

SetEndpoints adds the endpoints to the export using get params

func (*ExportUsingGETParams) SetExportAllCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) SetExportAllCustomIntegrationVersions(exportAllCustomIntegrationVersions *string)

SetExportAllCustomIntegrationVersions adds the exportAllCustomIntegrationVersions to the export using get params

func (*ExportUsingGETParams) SetExportOnlyReleasedCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) SetExportOnlyReleasedCustomIntegrationVersions(exportOnlyReleasedCustomIntegrationVersions *string)

SetExportOnlyReleasedCustomIntegrationVersions adds the exportOnlyReleasedCustomIntegrationVersions to the export using get params

func (*ExportUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export using get params

func (*ExportUsingGETParams) SetPipeline

func (o *ExportUsingGETParams) SetPipeline(pipeline *string)

SetPipeline adds the pipeline to the export using get params

func (*ExportUsingGETParams) SetPipelines

func (o *ExportUsingGETParams) SetPipelines(pipelines *string)

SetPipelines adds the pipelines to the export using get params

func (*ExportUsingGETParams) SetProject

func (o *ExportUsingGETParams) SetProject(project *string)

SetProject adds the project to the export using get params

func (*ExportUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export using get params

func (*ExportUsingGETParams) WithAPIVersion

func (o *ExportUsingGETParams) WithAPIVersion(aPIVersion string) *ExportUsingGETParams

WithAPIVersion adds the aPIVersion to the export using get params

func (*ExportUsingGETParams) WithAuthorization

func (o *ExportUsingGETParams) WithAuthorization(authorization string) *ExportUsingGETParams

WithAuthorization adds the authorization to the export using get params

func (*ExportUsingGETParams) WithContext

WithContext adds the context to the export using get params

func (*ExportUsingGETParams) WithCustomIntegration added in v0.5.0

func (o *ExportUsingGETParams) WithCustomIntegration(customIntegration *string) *ExportUsingGETParams

WithCustomIntegration adds the customIntegration to the export using get params

func (*ExportUsingGETParams) WithCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) WithCustomIntegrationVersions(customIntegrationVersions *string) *ExportUsingGETParams

WithCustomIntegrationVersions adds the customIntegrationVersions to the export using get params

func (*ExportUsingGETParams) WithDefaults

func (o *ExportUsingGETParams) WithDefaults() *ExportUsingGETParams

WithDefaults hydrates default values in the export using get params (not the query body).

All values with no default are reset to their zero value.

func (*ExportUsingGETParams) WithEndpoints

func (o *ExportUsingGETParams) WithEndpoints(endpoints *string) *ExportUsingGETParams

WithEndpoints adds the endpoints to the export using get params

func (*ExportUsingGETParams) WithExportAllCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) WithExportAllCustomIntegrationVersions(exportAllCustomIntegrationVersions *string) *ExportUsingGETParams

WithExportAllCustomIntegrationVersions adds the exportAllCustomIntegrationVersions to the export using get params

func (*ExportUsingGETParams) WithExportOnlyReleasedCustomIntegrationVersions added in v0.5.0

func (o *ExportUsingGETParams) WithExportOnlyReleasedCustomIntegrationVersions(exportOnlyReleasedCustomIntegrationVersions *string) *ExportUsingGETParams

WithExportOnlyReleasedCustomIntegrationVersions adds the exportOnlyReleasedCustomIntegrationVersions to the export using get params

func (*ExportUsingGETParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export using get params

func (*ExportUsingGETParams) WithPipeline

func (o *ExportUsingGETParams) WithPipeline(pipeline *string) *ExportUsingGETParams

WithPipeline adds the pipeline to the export using get params

func (*ExportUsingGETParams) WithPipelines

func (o *ExportUsingGETParams) WithPipelines(pipelines *string) *ExportUsingGETParams

WithPipelines adds the pipelines to the export using get params

func (*ExportUsingGETParams) WithProject

func (o *ExportUsingGETParams) WithProject(project *string) *ExportUsingGETParams

WithProject adds the project to the export using get params

func (*ExportUsingGETParams) WithTimeout

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

WithTimeout adds the timeout to the export using get params

func (*ExportUsingGETParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExportUsingGETReader

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

ExportUsingGETReader is a Reader for the ExportUsingGET structure.

func (*ExportUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportUsingGETUnauthorized

type ExportUsingGETUnauthorized struct {
}

ExportUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewExportUsingGETUnauthorized

func NewExportUsingGETUnauthorized() *ExportUsingGETUnauthorized

NewExportUsingGETUnauthorized creates a ExportUsingGETUnauthorized with default headers values

func (*ExportUsingGETUnauthorized) Error

func (*ExportUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *ExportUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this export using g e t unauthorized response has a 4xx status code

func (*ExportUsingGETUnauthorized) IsCode added in v0.5.0

func (o *ExportUsingGETUnauthorized) IsCode(code int) bool

IsCode returns true when this export using g e t unauthorized response a status code equal to that given

func (*ExportUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *ExportUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this export using g e t unauthorized response has a 3xx status code

func (*ExportUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *ExportUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this export using g e t unauthorized response has a 5xx status code

func (*ExportUsingGETUnauthorized) IsSuccess added in v0.5.0

func (o *ExportUsingGETUnauthorized) IsSuccess() bool

IsSuccess returns true when this export using g e t unauthorized response has a 2xx status code

func (*ExportUsingGETUnauthorized) String added in v0.5.0

func (o *ExportUsingGETUnauthorized) String() string

type GetAllPipelinesUsingGETForbidden added in v0.4.0

type GetAllPipelinesUsingGETForbidden struct {
}

GetAllPipelinesUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAllPipelinesUsingGETForbidden added in v0.4.0

func NewGetAllPipelinesUsingGETForbidden() *GetAllPipelinesUsingGETForbidden

NewGetAllPipelinesUsingGETForbidden creates a GetAllPipelinesUsingGETForbidden with default headers values

func (*GetAllPipelinesUsingGETForbidden) Error added in v0.4.0

func (*GetAllPipelinesUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllPipelinesUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get all pipelines using g e t forbidden response has a 4xx status code

func (*GetAllPipelinesUsingGETForbidden) IsCode added in v0.5.0

func (o *GetAllPipelinesUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get all pipelines using g e t forbidden response a status code equal to that given

func (*GetAllPipelinesUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAllPipelinesUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get all pipelines using g e t forbidden response has a 3xx status code

func (*GetAllPipelinesUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllPipelinesUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get all pipelines using g e t forbidden response has a 5xx status code

func (*GetAllPipelinesUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetAllPipelinesUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get all pipelines using g e t forbidden response has a 2xx status code

func (*GetAllPipelinesUsingGETForbidden) String added in v0.5.0

type GetAllPipelinesUsingGETInternalServerError added in v0.4.0

type GetAllPipelinesUsingGETInternalServerError struct {
}

GetAllPipelinesUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetAllPipelinesUsingGETInternalServerError added in v0.4.0

func NewGetAllPipelinesUsingGETInternalServerError() *GetAllPipelinesUsingGETInternalServerError

NewGetAllPipelinesUsingGETInternalServerError creates a GetAllPipelinesUsingGETInternalServerError with default headers values

func (*GetAllPipelinesUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllPipelinesUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get all pipelines using g e t internal server error response has a 4xx status code

func (*GetAllPipelinesUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get all pipelines using g e t internal server error response a status code equal to that given

func (*GetAllPipelinesUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get all pipelines using g e t internal server error response has a 3xx status code

func (*GetAllPipelinesUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get all pipelines using g e t internal server error response has a 5xx status code

func (*GetAllPipelinesUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get all pipelines using g e t internal server error response has a 2xx status code

func (*GetAllPipelinesUsingGETInternalServerError) String added in v0.5.0

type GetAllPipelinesUsingGETNotFound added in v0.4.0

type GetAllPipelinesUsingGETNotFound struct {
	Payload *models.Error
}

GetAllPipelinesUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAllPipelinesUsingGETNotFound added in v0.4.0

func NewGetAllPipelinesUsingGETNotFound() *GetAllPipelinesUsingGETNotFound

NewGetAllPipelinesUsingGETNotFound creates a GetAllPipelinesUsingGETNotFound with default headers values

func (*GetAllPipelinesUsingGETNotFound) Error added in v0.4.0

func (*GetAllPipelinesUsingGETNotFound) GetPayload added in v0.4.0

func (o *GetAllPipelinesUsingGETNotFound) GetPayload() *models.Error

func (*GetAllPipelinesUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllPipelinesUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get all pipelines using g e t not found response has a 4xx status code

func (*GetAllPipelinesUsingGETNotFound) IsCode added in v0.5.0

func (o *GetAllPipelinesUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get all pipelines using g e t not found response a status code equal to that given

func (*GetAllPipelinesUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAllPipelinesUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get all pipelines using g e t not found response has a 3xx status code

func (*GetAllPipelinesUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllPipelinesUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get all pipelines using g e t not found response has a 5xx status code

func (*GetAllPipelinesUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetAllPipelinesUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get all pipelines using g e t not found response has a 2xx status code

func (*GetAllPipelinesUsingGETNotFound) String added in v0.5.0

type GetAllPipelinesUsingGETOK added in v0.4.0

type GetAllPipelinesUsingGETOK struct {
	Payload models.Pipelines
}

GetAllPipelinesUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Pipelines

func NewGetAllPipelinesUsingGETOK added in v0.4.0

func NewGetAllPipelinesUsingGETOK() *GetAllPipelinesUsingGETOK

NewGetAllPipelinesUsingGETOK creates a GetAllPipelinesUsingGETOK with default headers values

func (*GetAllPipelinesUsingGETOK) Error added in v0.4.0

func (o *GetAllPipelinesUsingGETOK) Error() string

func (*GetAllPipelinesUsingGETOK) GetPayload added in v0.4.0

func (o *GetAllPipelinesUsingGETOK) GetPayload() models.Pipelines

func (*GetAllPipelinesUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) IsClientError() bool

IsClientError returns true when this get all pipelines using g e t o k response has a 4xx status code

func (*GetAllPipelinesUsingGETOK) IsCode added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) IsCode(code int) bool

IsCode returns true when this get all pipelines using g e t o k response a status code equal to that given

func (*GetAllPipelinesUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get all pipelines using g e t o k response has a 3xx status code

func (*GetAllPipelinesUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) IsServerError() bool

IsServerError returns true when this get all pipelines using g e t o k response has a 5xx status code

func (*GetAllPipelinesUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get all pipelines using g e t o k response has a 2xx status code

func (*GetAllPipelinesUsingGETOK) String added in v0.5.0

func (o *GetAllPipelinesUsingGETOK) String() string

type GetAllPipelinesUsingGETParams added in v0.4.0

type GetAllPipelinesUsingGETParams struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Pipelines for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Pipelines for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllPipelinesUsingGETParams contains all the parameters to send to the API endpoint

for the get all pipelines using g e t operation.

Typically these are written to a http.Request.

func NewGetAllPipelinesUsingGETParams added in v0.4.0

func NewGetAllPipelinesUsingGETParams() *GetAllPipelinesUsingGETParams

NewGetAllPipelinesUsingGETParams creates a new GetAllPipelinesUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAllPipelinesUsingGETParamsWithContext added in v0.4.0

func NewGetAllPipelinesUsingGETParamsWithContext(ctx context.Context) *GetAllPipelinesUsingGETParams

NewGetAllPipelinesUsingGETParamsWithContext creates a new GetAllPipelinesUsingGETParams object with the ability to set a context for a request.

func NewGetAllPipelinesUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllPipelinesUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPipelinesUsingGETParams

NewGetAllPipelinesUsingGETParamsWithHTTPClient creates a new GetAllPipelinesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllPipelinesUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllPipelinesUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPipelinesUsingGETParams

NewGetAllPipelinesUsingGETParamsWithTimeout creates a new GetAllPipelinesUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllPipelinesUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get all pipelines using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllPipelinesUsingGETParams) SetDollarFilter added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetDollarOrderby added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetDollarSkip added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetDollarTop added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetPage added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) SetPage(page *string)

SetPage adds the page to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) WithAuthorization(authorization string) *GetAllPipelinesUsingGETParams

WithAuthorization adds the authorization to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get all pipelines using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllPipelinesUsingGETParams) WithDollarFilter added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) WithDollarFilter(dollarFilter *string) *GetAllPipelinesUsingGETParams

WithDollarFilter adds the dollarFilter to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithDollarOrderby added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetAllPipelinesUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithDollarSkip added in v0.4.0

func (o *GetAllPipelinesUsingGETParams) WithDollarSkip(dollarSkip *string) *GetAllPipelinesUsingGETParams

WithDollarSkip adds the dollarSkip to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithPage added in v0.4.0

WithPage adds the page to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get all pipelines using get params

func (*GetAllPipelinesUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllPipelinesUsingGETReader added in v0.4.0

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

GetAllPipelinesUsingGETReader is a Reader for the GetAllPipelinesUsingGET structure.

func (*GetAllPipelinesUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllPipelinesUsingGETUnauthorized added in v0.4.0

type GetAllPipelinesUsingGETUnauthorized struct {
}

GetAllPipelinesUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetAllPipelinesUsingGETUnauthorized added in v0.4.0

func NewGetAllPipelinesUsingGETUnauthorized() *GetAllPipelinesUsingGETUnauthorized

NewGetAllPipelinesUsingGETUnauthorized creates a GetAllPipelinesUsingGETUnauthorized with default headers values

func (*GetAllPipelinesUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllPipelinesUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAllPipelinesUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get all pipelines using g e t unauthorized response has a 4xx status code

func (*GetAllPipelinesUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get all pipelines using g e t unauthorized response a status code equal to that given

func (*GetAllPipelinesUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetAllPipelinesUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this get all pipelines using g e t unauthorized response has a 3xx status code

func (*GetAllPipelinesUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAllPipelinesUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get all pipelines using g e t unauthorized response has a 5xx status code

func (*GetAllPipelinesUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get all pipelines using g e t unauthorized response has a 2xx status code

func (*GetAllPipelinesUsingGETUnauthorized) String added in v0.5.0

type GetExecutionByIndexAndPipelineIDUsingGETForbidden

type GetExecutionByIndexAndPipelineIDUsingGETForbidden struct {
}

GetExecutionByIndexAndPipelineIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionByIndexAndPipelineIDUsingGETForbidden

func NewGetExecutionByIndexAndPipelineIDUsingGETForbidden() *GetExecutionByIndexAndPipelineIDUsingGETForbidden

NewGetExecutionByIndexAndPipelineIDUsingGETForbidden creates a GetExecutionByIndexAndPipelineIDUsingGETForbidden with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get execution by index and pipeline Id using g e t forbidden response has a 4xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get execution by index and pipeline Id using g e t forbidden response a status code equal to that given

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by index and pipeline Id using g e t forbidden response has a 3xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get execution by index and pipeline Id using g e t forbidden response has a 5xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by index and pipeline Id using g e t forbidden response has a 2xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETForbidden) String added in v0.5.0

type GetExecutionByIndexAndPipelineIDUsingGETInternalServerError

type GetExecutionByIndexAndPipelineIDUsingGETInternalServerError struct {
}

GetExecutionByIndexAndPipelineIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError

func NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError() *GetExecutionByIndexAndPipelineIDUsingGETInternalServerError

NewGetExecutionByIndexAndPipelineIDUsingGETInternalServerError creates a GetExecutionByIndexAndPipelineIDUsingGETInternalServerError with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get execution by index and pipeline Id using g e t internal server error response has a 4xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get execution by index and pipeline Id using g e t internal server error response a status code equal to that given

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by index and pipeline Id using g e t internal server error response has a 3xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get execution by index and pipeline Id using g e t internal server error response has a 5xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by index and pipeline Id using g e t internal server error response has a 2xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETInternalServerError) String added in v0.5.0

type GetExecutionByIndexAndPipelineIDUsingGETNotFound

type GetExecutionByIndexAndPipelineIDUsingGETNotFound struct {
	Payload *models.Error
}

GetExecutionByIndexAndPipelineIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionByIndexAndPipelineIDUsingGETNotFound

func NewGetExecutionByIndexAndPipelineIDUsingGETNotFound() *GetExecutionByIndexAndPipelineIDUsingGETNotFound

NewGetExecutionByIndexAndPipelineIDUsingGETNotFound creates a GetExecutionByIndexAndPipelineIDUsingGETNotFound with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) GetPayload

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) IsClientError added in v0.5.0

IsClientError returns true when this get execution by index and pipeline Id using g e t not found response has a 4xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get execution by index and pipeline Id using g e t not found response a status code equal to that given

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by index and pipeline Id using g e t not found response has a 3xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) IsServerError added in v0.5.0

IsServerError returns true when this get execution by index and pipeline Id using g e t not found response has a 5xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by index and pipeline Id using g e t not found response has a 2xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETNotFound) String added in v0.5.0

type GetExecutionByIndexAndPipelineIDUsingGETOK

type GetExecutionByIndexAndPipelineIDUsingGETOK struct {
	Payload models.Execution
}

GetExecutionByIndexAndPipelineIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Execution

func NewGetExecutionByIndexAndPipelineIDUsingGETOK

func NewGetExecutionByIndexAndPipelineIDUsingGETOK() *GetExecutionByIndexAndPipelineIDUsingGETOK

NewGetExecutionByIndexAndPipelineIDUsingGETOK creates a GetExecutionByIndexAndPipelineIDUsingGETOK with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) GetPayload

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) IsClientError added in v0.5.0

IsClientError returns true when this get execution by index and pipeline Id using g e t o k response has a 4xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this get execution by index and pipeline Id using g e t o k response a status code equal to that given

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by index and pipeline Id using g e t o k response has a 3xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) IsServerError added in v0.5.0

IsServerError returns true when this get execution by index and pipeline Id using g e t o k response has a 5xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by index and pipeline Id using g e t o k response has a 2xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETOK) String added in v0.5.0

type GetExecutionByIndexAndPipelineIDUsingGETParams

type GetExecutionByIndexAndPipelineIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

	/* Index.

	   The index of the Execution
	*/
	Index string

	/* QueryParams.

	   Value of 'expand' type for the execution
	*/
	QueryParams *string

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

GetExecutionByIndexAndPipelineIDUsingGETParams contains all the parameters to send to the API endpoint

for the get execution by index and pipeline Id using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParams

func NewGetExecutionByIndexAndPipelineIDUsingGETParams() *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParams creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext(ctx context.Context) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithContext creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithHTTPClient creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout

func NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionByIndexAndPipelineIDUsingGETParams

NewGetExecutionByIndexAndPipelineIDUsingGETParamsWithTimeout creates a new GetExecutionByIndexAndPipelineIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetAPIVersion

func (o *GetExecutionByIndexAndPipelineIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetAuthorization

func (o *GetExecutionByIndexAndPipelineIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetContext

SetContext adds the context to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetDefaults

SetDefaults hydrates default values in the get execution by index and pipeline Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetID

SetID adds the id to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetIndex

SetIndex adds the index to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetQueryParams added in v0.5.0

func (o *GetExecutionByIndexAndPipelineIDUsingGETParams) SetQueryParams(queryParams *string)

SetQueryParams adds the queryParams to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithContext

WithContext adds the context to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get execution by index and pipeline Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithID

WithID adds the id to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithIndex

WithIndex adds the index to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithQueryParams added in v0.5.0

WithQueryParams adds the queryParams to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get execution by index and pipeline Id using get params

func (*GetExecutionByIndexAndPipelineIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionByIndexAndPipelineIDUsingGETReader

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

GetExecutionByIndexAndPipelineIDUsingGETReader is a Reader for the GetExecutionByIndexAndPipelineIDUsingGET structure.

func (*GetExecutionByIndexAndPipelineIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionByIndexAndPipelineIDUsingGETUnauthorized

type GetExecutionByIndexAndPipelineIDUsingGETUnauthorized struct {
}

GetExecutionByIndexAndPipelineIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized

func NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized() *GetExecutionByIndexAndPipelineIDUsingGETUnauthorized

NewGetExecutionByIndexAndPipelineIDUsingGETUnauthorized creates a GetExecutionByIndexAndPipelineIDUsingGETUnauthorized with default headers values

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) Error

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get execution by index and pipeline Id using g e t unauthorized response has a 4xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get execution by index and pipeline Id using g e t unauthorized response a status code equal to that given

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by index and pipeline Id using g e t unauthorized response has a 3xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get execution by index and pipeline Id using g e t unauthorized response has a 5xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by index and pipeline Id using g e t unauthorized response has a 2xx status code

func (*GetExecutionByIndexAndPipelineIDUsingGETUnauthorized) String added in v0.5.0

type GetExecutionByNameAndIndexUsingGETForbidden

type GetExecutionByNameAndIndexUsingGETForbidden struct {
}

GetExecutionByNameAndIndexUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionByNameAndIndexUsingGETForbidden

func NewGetExecutionByNameAndIndexUsingGETForbidden() *GetExecutionByNameAndIndexUsingGETForbidden

NewGetExecutionByNameAndIndexUsingGETForbidden creates a GetExecutionByNameAndIndexUsingGETForbidden with default headers values

func (*GetExecutionByNameAndIndexUsingGETForbidden) Error

func (*GetExecutionByNameAndIndexUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this get execution by name and index using g e t forbidden response has a 4xx status code

func (*GetExecutionByNameAndIndexUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get execution by name and index using g e t forbidden response a status code equal to that given

func (*GetExecutionByNameAndIndexUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by name and index using g e t forbidden response has a 3xx status code

func (*GetExecutionByNameAndIndexUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this get execution by name and index using g e t forbidden response has a 5xx status code

func (*GetExecutionByNameAndIndexUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by name and index using g e t forbidden response has a 2xx status code

func (*GetExecutionByNameAndIndexUsingGETForbidden) String added in v0.5.0

type GetExecutionByNameAndIndexUsingGETInternalServerError

type GetExecutionByNameAndIndexUsingGETInternalServerError struct {
}

GetExecutionByNameAndIndexUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionByNameAndIndexUsingGETInternalServerError

func NewGetExecutionByNameAndIndexUsingGETInternalServerError() *GetExecutionByNameAndIndexUsingGETInternalServerError

NewGetExecutionByNameAndIndexUsingGETInternalServerError creates a GetExecutionByNameAndIndexUsingGETInternalServerError with default headers values

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) Error

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get execution by name and index using g e t internal server error response has a 4xx status code

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get execution by name and index using g e t internal server error response a status code equal to that given

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by name and index using g e t internal server error response has a 3xx status code

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get execution by name and index using g e t internal server error response has a 5xx status code

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by name and index using g e t internal server error response has a 2xx status code

func (*GetExecutionByNameAndIndexUsingGETInternalServerError) String added in v0.5.0

type GetExecutionByNameAndIndexUsingGETNotFound

type GetExecutionByNameAndIndexUsingGETNotFound struct {
	Payload *models.Error
}

GetExecutionByNameAndIndexUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionByNameAndIndexUsingGETNotFound

func NewGetExecutionByNameAndIndexUsingGETNotFound() *GetExecutionByNameAndIndexUsingGETNotFound

NewGetExecutionByNameAndIndexUsingGETNotFound creates a GetExecutionByNameAndIndexUsingGETNotFound with default headers values

func (*GetExecutionByNameAndIndexUsingGETNotFound) Error

func (*GetExecutionByNameAndIndexUsingGETNotFound) GetPayload

func (*GetExecutionByNameAndIndexUsingGETNotFound) IsClientError added in v0.5.0

IsClientError returns true when this get execution by name and index using g e t not found response has a 4xx status code

func (*GetExecutionByNameAndIndexUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get execution by name and index using g e t not found response a status code equal to that given

func (*GetExecutionByNameAndIndexUsingGETNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by name and index using g e t not found response has a 3xx status code

func (*GetExecutionByNameAndIndexUsingGETNotFound) IsServerError added in v0.5.0

IsServerError returns true when this get execution by name and index using g e t not found response has a 5xx status code

func (*GetExecutionByNameAndIndexUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by name and index using g e t not found response has a 2xx status code

func (*GetExecutionByNameAndIndexUsingGETNotFound) String added in v0.5.0

type GetExecutionByNameAndIndexUsingGETOK

type GetExecutionByNameAndIndexUsingGETOK struct {
	Payload models.Execution
}

GetExecutionByNameAndIndexUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Execution

func NewGetExecutionByNameAndIndexUsingGETOK

func NewGetExecutionByNameAndIndexUsingGETOK() *GetExecutionByNameAndIndexUsingGETOK

NewGetExecutionByNameAndIndexUsingGETOK creates a GetExecutionByNameAndIndexUsingGETOK with default headers values

func (*GetExecutionByNameAndIndexUsingGETOK) Error

func (*GetExecutionByNameAndIndexUsingGETOK) GetPayload

func (*GetExecutionByNameAndIndexUsingGETOK) IsClientError added in v0.5.0

func (o *GetExecutionByNameAndIndexUsingGETOK) IsClientError() bool

IsClientError returns true when this get execution by name and index using g e t o k response has a 4xx status code

func (*GetExecutionByNameAndIndexUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this get execution by name and index using g e t o k response a status code equal to that given

func (*GetExecutionByNameAndIndexUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by name and index using g e t o k response has a 3xx status code

func (*GetExecutionByNameAndIndexUsingGETOK) IsServerError added in v0.5.0

func (o *GetExecutionByNameAndIndexUsingGETOK) IsServerError() bool

IsServerError returns true when this get execution by name and index using g e t o k response has a 5xx status code

func (*GetExecutionByNameAndIndexUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by name and index using g e t o k response has a 2xx status code

func (*GetExecutionByNameAndIndexUsingGETOK) String added in v0.5.0

type GetExecutionByNameAndIndexUsingGETParams

type GetExecutionByNameAndIndexUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Index.

	   The index of the Execution
	*/
	Index string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

	/* QueryParams.

	   Value of 'expand' type for the execution
	*/
	QueryParams *string

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

GetExecutionByNameAndIndexUsingGETParams contains all the parameters to send to the API endpoint

for the get execution by name and index using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionByNameAndIndexUsingGETParams

func NewGetExecutionByNameAndIndexUsingGETParams() *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParams creates a new GetExecutionByNameAndIndexUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetExecutionByNameAndIndexUsingGETParamsWithContext

func NewGetExecutionByNameAndIndexUsingGETParamsWithContext(ctx context.Context) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithContext creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient

func NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithHTTPClient creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout

func NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionByNameAndIndexUsingGETParams

NewGetExecutionByNameAndIndexUsingGETParamsWithTimeout creates a new GetExecutionByNameAndIndexUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionByNameAndIndexUsingGETParams) SetAPIVersion

func (o *GetExecutionByNameAndIndexUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetAuthorization

func (o *GetExecutionByNameAndIndexUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetContext

SetContext adds the context to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetDefaults

SetDefaults hydrates default values in the get execution by name and index using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionByNameAndIndexUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetIndex

SetIndex adds the index to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetName

SetName adds the name to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetProject

func (o *GetExecutionByNameAndIndexUsingGETParams) SetProject(project string)

SetProject adds the project to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetQueryParams added in v0.5.0

func (o *GetExecutionByNameAndIndexUsingGETParams) SetQueryParams(queryParams *string)

SetQueryParams adds the queryParams to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) SetTimeout

SetTimeout adds the timeout to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithAuthorization

WithAuthorization adds the authorization to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithContext

WithContext adds the context to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get execution by name and index using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionByNameAndIndexUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithIndex

WithIndex adds the index to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithName

WithName adds the name to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithProject

WithProject adds the project to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithQueryParams added in v0.5.0

WithQueryParams adds the queryParams to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get execution by name and index using get params

func (*GetExecutionByNameAndIndexUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionByNameAndIndexUsingGETReader

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

GetExecutionByNameAndIndexUsingGETReader is a Reader for the GetExecutionByNameAndIndexUsingGET structure.

func (*GetExecutionByNameAndIndexUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionByNameAndIndexUsingGETUnauthorized

type GetExecutionByNameAndIndexUsingGETUnauthorized struct {
}

GetExecutionByNameAndIndexUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionByNameAndIndexUsingGETUnauthorized

func NewGetExecutionByNameAndIndexUsingGETUnauthorized() *GetExecutionByNameAndIndexUsingGETUnauthorized

NewGetExecutionByNameAndIndexUsingGETUnauthorized creates a GetExecutionByNameAndIndexUsingGETUnauthorized with default headers values

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) Error

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get execution by name and index using g e t unauthorized response has a 4xx status code

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get execution by name and index using g e t unauthorized response a status code equal to that given

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get execution by name and index using g e t unauthorized response has a 3xx status code

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get execution by name and index using g e t unauthorized response has a 5xx status code

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get execution by name and index using g e t unauthorized response has a 2xx status code

func (*GetExecutionByNameAndIndexUsingGETUnauthorized) String added in v0.5.0

type GetExecutionsByIDUsingGETForbidden

type GetExecutionsByIDUsingGETForbidden struct {
}

GetExecutionsByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionsByIDUsingGETForbidden

func NewGetExecutionsByIDUsingGETForbidden() *GetExecutionsByIDUsingGETForbidden

NewGetExecutionsByIDUsingGETForbidden creates a GetExecutionsByIDUsingGETForbidden with default headers values

func (*GetExecutionsByIDUsingGETForbidden) Error

func (*GetExecutionsByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetExecutionsByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get executions by Id using g e t forbidden response has a 4xx status code

func (*GetExecutionsByIDUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get executions by Id using g e t forbidden response a status code equal to that given

func (*GetExecutionsByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetExecutionsByIDUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get executions by Id using g e t forbidden response has a 3xx status code

func (*GetExecutionsByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetExecutionsByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get executions by Id using g e t forbidden response has a 5xx status code

func (*GetExecutionsByIDUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by Id using g e t forbidden response has a 2xx status code

func (*GetExecutionsByIDUsingGETForbidden) String added in v0.5.0

type GetExecutionsByIDUsingGETInternalServerError

type GetExecutionsByIDUsingGETInternalServerError struct {
}

GetExecutionsByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionsByIDUsingGETInternalServerError

func NewGetExecutionsByIDUsingGETInternalServerError() *GetExecutionsByIDUsingGETInternalServerError

NewGetExecutionsByIDUsingGETInternalServerError creates a GetExecutionsByIDUsingGETInternalServerError with default headers values

func (*GetExecutionsByIDUsingGETInternalServerError) Error

func (*GetExecutionsByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get executions by Id using g e t internal server error response has a 4xx status code

func (*GetExecutionsByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get executions by Id using g e t internal server error response a status code equal to that given

func (*GetExecutionsByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get executions by Id using g e t internal server error response has a 3xx status code

func (*GetExecutionsByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get executions by Id using g e t internal server error response has a 5xx status code

func (*GetExecutionsByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by Id using g e t internal server error response has a 2xx status code

func (*GetExecutionsByIDUsingGETInternalServerError) String added in v0.5.0

type GetExecutionsByIDUsingGETNotFound

type GetExecutionsByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetExecutionsByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionsByIDUsingGETNotFound

func NewGetExecutionsByIDUsingGETNotFound() *GetExecutionsByIDUsingGETNotFound

NewGetExecutionsByIDUsingGETNotFound creates a GetExecutionsByIDUsingGETNotFound with default headers values

func (*GetExecutionsByIDUsingGETNotFound) Error

func (*GetExecutionsByIDUsingGETNotFound) GetPayload

func (*GetExecutionsByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetExecutionsByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get executions by Id using g e t not found response has a 4xx status code

func (*GetExecutionsByIDUsingGETNotFound) IsCode added in v0.5.0

func (o *GetExecutionsByIDUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get executions by Id using g e t not found response a status code equal to that given

func (*GetExecutionsByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetExecutionsByIDUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get executions by Id using g e t not found response has a 3xx status code

func (*GetExecutionsByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetExecutionsByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get executions by Id using g e t not found response has a 5xx status code

func (*GetExecutionsByIDUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetExecutionsByIDUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get executions by Id using g e t not found response has a 2xx status code

func (*GetExecutionsByIDUsingGETNotFound) String added in v0.5.0

type GetExecutionsByIDUsingGETOK

type GetExecutionsByIDUsingGETOK struct {
	Payload models.Executions
}

GetExecutionsByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with Executions on pages

func NewGetExecutionsByIDUsingGETOK

func NewGetExecutionsByIDUsingGETOK() *GetExecutionsByIDUsingGETOK

NewGetExecutionsByIDUsingGETOK creates a GetExecutionsByIDUsingGETOK with default headers values

func (*GetExecutionsByIDUsingGETOK) Error

func (*GetExecutionsByIDUsingGETOK) GetPayload

func (*GetExecutionsByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get executions by Id using g e t o k response has a 4xx status code

func (*GetExecutionsByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get executions by Id using g e t o k response a status code equal to that given

func (*GetExecutionsByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get executions by Id using g e t o k response has a 3xx status code

func (*GetExecutionsByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get executions by Id using g e t o k response has a 5xx status code

func (*GetExecutionsByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get executions by Id using g e t o k response has a 2xx status code

func (*GetExecutionsByIDUsingGETOK) String added in v0.5.0

func (o *GetExecutionsByIDUsingGETOK) String() string

type GetExecutionsByIDUsingGETParams

type GetExecutionsByIDUsingGETParams struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Executions for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Executions for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetExecutionsByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get executions by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionsByIDUsingGETParams

func NewGetExecutionsByIDUsingGETParams() *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParams creates a new GetExecutionsByIDUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetExecutionsByIDUsingGETParamsWithContext

func NewGetExecutionsByIDUsingGETParamsWithContext(ctx context.Context) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithContext creates a new GetExecutionsByIDUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionsByIDUsingGETParamsWithHTTPClient

func NewGetExecutionsByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithHTTPClient creates a new GetExecutionsByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionsByIDUsingGETParamsWithTimeout

func NewGetExecutionsByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionsByIDUsingGETParams

NewGetExecutionsByIDUsingGETParamsWithTimeout creates a new GetExecutionsByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionsByIDUsingGETParams) SetAPIVersion

func (o *GetExecutionsByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetAuthorization

func (o *GetExecutionsByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetContext

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

SetContext adds the context to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDefaults

func (o *GetExecutionsByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get executions by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionsByIDUsingGETParams) SetDollarFilter

func (o *GetExecutionsByIDUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarOrderby

func (o *GetExecutionsByIDUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarSkip

func (o *GetExecutionsByIDUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetDollarTop

func (o *GetExecutionsByIDUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetID

SetID adds the id to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetPage

func (o *GetExecutionsByIDUsingGETParams) SetPage(page *string)

SetPage adds the page to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithAuthorization

func (o *GetExecutionsByIDUsingGETParams) WithAuthorization(authorization string) *GetExecutionsByIDUsingGETParams

WithAuthorization adds the authorization to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithContext

WithContext adds the context to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get executions by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionsByIDUsingGETParams) WithDollarFilter

func (o *GetExecutionsByIDUsingGETParams) WithDollarFilter(dollarFilter *string) *GetExecutionsByIDUsingGETParams

WithDollarFilter adds the dollarFilter to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarOrderby

func (o *GetExecutionsByIDUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetExecutionsByIDUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithID

WithID adds the id to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithPage

WithPage adds the page to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get executions by Id using get params

func (*GetExecutionsByIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionsByIDUsingGETReader

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

GetExecutionsByIDUsingGETReader is a Reader for the GetExecutionsByIDUsingGET structure.

func (*GetExecutionsByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionsByIDUsingGETUnauthorized

type GetExecutionsByIDUsingGETUnauthorized struct {
}

GetExecutionsByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionsByIDUsingGETUnauthorized

func NewGetExecutionsByIDUsingGETUnauthorized() *GetExecutionsByIDUsingGETUnauthorized

NewGetExecutionsByIDUsingGETUnauthorized creates a GetExecutionsByIDUsingGETUnauthorized with default headers values

func (*GetExecutionsByIDUsingGETUnauthorized) Error

func (*GetExecutionsByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetExecutionsByIDUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get executions by Id using g e t unauthorized response has a 4xx status code

func (*GetExecutionsByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get executions by Id using g e t unauthorized response a status code equal to that given

func (*GetExecutionsByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get executions by Id using g e t unauthorized response has a 3xx status code

func (*GetExecutionsByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetExecutionsByIDUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get executions by Id using g e t unauthorized response has a 5xx status code

func (*GetExecutionsByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by Id using g e t unauthorized response has a 2xx status code

func (*GetExecutionsByIDUsingGETUnauthorized) String added in v0.5.0

type GetExecutionsByNameUsingGETForbidden

type GetExecutionsByNameUsingGETForbidden struct {
}

GetExecutionsByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetExecutionsByNameUsingGETForbidden

func NewGetExecutionsByNameUsingGETForbidden() *GetExecutionsByNameUsingGETForbidden

NewGetExecutionsByNameUsingGETForbidden creates a GetExecutionsByNameUsingGETForbidden with default headers values

func (*GetExecutionsByNameUsingGETForbidden) Error

func (*GetExecutionsByNameUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetExecutionsByNameUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get executions by name using g e t forbidden response has a 4xx status code

func (*GetExecutionsByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get executions by name using g e t forbidden response a status code equal to that given

func (*GetExecutionsByNameUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get executions by name using g e t forbidden response has a 3xx status code

func (*GetExecutionsByNameUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetExecutionsByNameUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get executions by name using g e t forbidden response has a 5xx status code

func (*GetExecutionsByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by name using g e t forbidden response has a 2xx status code

func (*GetExecutionsByNameUsingGETForbidden) String added in v0.5.0

type GetExecutionsByNameUsingGETInternalServerError

type GetExecutionsByNameUsingGETInternalServerError struct {
}

GetExecutionsByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetExecutionsByNameUsingGETInternalServerError

func NewGetExecutionsByNameUsingGETInternalServerError() *GetExecutionsByNameUsingGETInternalServerError

NewGetExecutionsByNameUsingGETInternalServerError creates a GetExecutionsByNameUsingGETInternalServerError with default headers values

func (*GetExecutionsByNameUsingGETInternalServerError) Error

func (*GetExecutionsByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get executions by name using g e t internal server error response has a 4xx status code

func (*GetExecutionsByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get executions by name using g e t internal server error response a status code equal to that given

func (*GetExecutionsByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get executions by name using g e t internal server error response has a 3xx status code

func (*GetExecutionsByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get executions by name using g e t internal server error response has a 5xx status code

func (*GetExecutionsByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by name using g e t internal server error response has a 2xx status code

func (*GetExecutionsByNameUsingGETInternalServerError) String added in v0.5.0

type GetExecutionsByNameUsingGETNotFound

type GetExecutionsByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetExecutionsByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetExecutionsByNameUsingGETNotFound

func NewGetExecutionsByNameUsingGETNotFound() *GetExecutionsByNameUsingGETNotFound

NewGetExecutionsByNameUsingGETNotFound creates a GetExecutionsByNameUsingGETNotFound with default headers values

func (*GetExecutionsByNameUsingGETNotFound) Error

func (*GetExecutionsByNameUsingGETNotFound) GetPayload

func (*GetExecutionsByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetExecutionsByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get executions by name using g e t not found response has a 4xx status code

func (*GetExecutionsByNameUsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get executions by name using g e t not found response a status code equal to that given

func (*GetExecutionsByNameUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetExecutionsByNameUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get executions by name using g e t not found response has a 3xx status code

func (*GetExecutionsByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetExecutionsByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get executions by name using g e t not found response has a 5xx status code

func (*GetExecutionsByNameUsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by name using g e t not found response has a 2xx status code

func (*GetExecutionsByNameUsingGETNotFound) String added in v0.5.0

type GetExecutionsByNameUsingGETOK

type GetExecutionsByNameUsingGETOK struct {
	Payload models.Executions
}

GetExecutionsByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with Executions on pages

func NewGetExecutionsByNameUsingGETOK

func NewGetExecutionsByNameUsingGETOK() *GetExecutionsByNameUsingGETOK

NewGetExecutionsByNameUsingGETOK creates a GetExecutionsByNameUsingGETOK with default headers values

func (*GetExecutionsByNameUsingGETOK) Error

func (*GetExecutionsByNameUsingGETOK) GetPayload

func (*GetExecutionsByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetExecutionsByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get executions by name using g e t o k response has a 4xx status code

func (*GetExecutionsByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetExecutionsByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get executions by name using g e t o k response a status code equal to that given

func (*GetExecutionsByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetExecutionsByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get executions by name using g e t o k response has a 3xx status code

func (*GetExecutionsByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetExecutionsByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get executions by name using g e t o k response has a 5xx status code

func (*GetExecutionsByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetExecutionsByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get executions by name using g e t o k response has a 2xx status code

func (*GetExecutionsByNameUsingGETOK) String added in v0.5.0

type GetExecutionsByNameUsingGETParams

type GetExecutionsByNameUsingGETParams struct {

	/* DollarFilter.

	   To list with OData like filter
	*/
	DollarFilter *string

	/* DollarOrderby.

	   Order by attribute

	   Default: "name desc"
	*/
	DollarOrderby *string

	/* DollarSkip.

	   To skip 'n' Executions for listing

	   Default: "0"
	*/
	DollarSkip *string

	/* DollarTop.

	   To list top 'n' Executions for listing

	   Default: "25"
	*/
	DollarTop *string

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

GetExecutionsByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get executions by name using g e t operation.

Typically these are written to a http.Request.

func NewGetExecutionsByNameUsingGETParams

func NewGetExecutionsByNameUsingGETParams() *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParams creates a new GetExecutionsByNameUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetExecutionsByNameUsingGETParamsWithContext

func NewGetExecutionsByNameUsingGETParamsWithContext(ctx context.Context) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithContext creates a new GetExecutionsByNameUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionsByNameUsingGETParamsWithHTTPClient

func NewGetExecutionsByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithHTTPClient creates a new GetExecutionsByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionsByNameUsingGETParamsWithTimeout

func NewGetExecutionsByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionsByNameUsingGETParams

NewGetExecutionsByNameUsingGETParamsWithTimeout creates a new GetExecutionsByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionsByNameUsingGETParams) SetAPIVersion

func (o *GetExecutionsByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetAuthorization

func (o *GetExecutionsByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetContext

SetContext adds the context to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDefaults

func (o *GetExecutionsByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get executions by name using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionsByNameUsingGETParams) SetDollarFilter

func (o *GetExecutionsByNameUsingGETParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarOrderby

func (o *GetExecutionsByNameUsingGETParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarSkip

func (o *GetExecutionsByNameUsingGETParams) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetDollarTop

func (o *GetExecutionsByNameUsingGETParams) SetDollarTop(dollarTop *string)

SetDollarTop adds the dollarTop to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetName

func (o *GetExecutionsByNameUsingGETParams) SetName(name string)

SetName adds the name to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetPage

func (o *GetExecutionsByNameUsingGETParams) SetPage(page *string)

SetPage adds the page to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetProject

func (o *GetExecutionsByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithAuthorization

func (o *GetExecutionsByNameUsingGETParams) WithAuthorization(authorization string) *GetExecutionsByNameUsingGETParams

WithAuthorization adds the authorization to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithContext

WithContext adds the context to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get executions by name using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetExecutionsByNameUsingGETParams) WithDollarFilter

WithDollarFilter adds the dollarFilter to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarOrderby

func (o *GetExecutionsByNameUsingGETParams) WithDollarOrderby(dollarOrderby *string) *GetExecutionsByNameUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithName

WithName adds the name to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithPage

WithPage adds the page to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithProject

WithProject adds the project to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get executions by name using get params

func (*GetExecutionsByNameUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExecutionsByNameUsingGETReader

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

GetExecutionsByNameUsingGETReader is a Reader for the GetExecutionsByNameUsingGET structure.

func (*GetExecutionsByNameUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExecutionsByNameUsingGETUnauthorized

type GetExecutionsByNameUsingGETUnauthorized struct {
}

GetExecutionsByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetExecutionsByNameUsingGETUnauthorized

func NewGetExecutionsByNameUsingGETUnauthorized() *GetExecutionsByNameUsingGETUnauthorized

NewGetExecutionsByNameUsingGETUnauthorized creates a GetExecutionsByNameUsingGETUnauthorized with default headers values

func (*GetExecutionsByNameUsingGETUnauthorized) Error

func (*GetExecutionsByNameUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetExecutionsByNameUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get executions by name using g e t unauthorized response has a 4xx status code

func (*GetExecutionsByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get executions by name using g e t unauthorized response a status code equal to that given

func (*GetExecutionsByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get executions by name using g e t unauthorized response has a 3xx status code

func (*GetExecutionsByNameUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetExecutionsByNameUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get executions by name using g e t unauthorized response has a 5xx status code

func (*GetExecutionsByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get executions by name using g e t unauthorized response has a 2xx status code

func (*GetExecutionsByNameUsingGETUnauthorized) String added in v0.5.0

type GetPipelineByIDUsingGETForbidden added in v0.4.0

type GetPipelineByIDUsingGETForbidden struct {
}

GetPipelineByIDUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetPipelineByIDUsingGETForbidden added in v0.4.0

func NewGetPipelineByIDUsingGETForbidden() *GetPipelineByIDUsingGETForbidden

NewGetPipelineByIDUsingGETForbidden creates a GetPipelineByIDUsingGETForbidden with default headers values

func (*GetPipelineByIDUsingGETForbidden) Error added in v0.4.0

func (*GetPipelineByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetPipelineByIDUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get pipeline by Id using g e t forbidden response has a 4xx status code

func (*GetPipelineByIDUsingGETForbidden) IsCode added in v0.5.0

func (o *GetPipelineByIDUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get pipeline by Id using g e t forbidden response a status code equal to that given

func (*GetPipelineByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetPipelineByIDUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get pipeline by Id using g e t forbidden response has a 3xx status code

func (*GetPipelineByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetPipelineByIDUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get pipeline by Id using g e t forbidden response has a 5xx status code

func (*GetPipelineByIDUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetPipelineByIDUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get pipeline by Id using g e t forbidden response has a 2xx status code

func (*GetPipelineByIDUsingGETForbidden) String added in v0.5.0

type GetPipelineByIDUsingGETInternalServerError added in v0.4.0

type GetPipelineByIDUsingGETInternalServerError struct {
}

GetPipelineByIDUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetPipelineByIDUsingGETInternalServerError added in v0.4.0

func NewGetPipelineByIDUsingGETInternalServerError() *GetPipelineByIDUsingGETInternalServerError

NewGetPipelineByIDUsingGETInternalServerError creates a GetPipelineByIDUsingGETInternalServerError with default headers values

func (*GetPipelineByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetPipelineByIDUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get pipeline by Id using g e t internal server error response has a 4xx status code

func (*GetPipelineByIDUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get pipeline by Id using g e t internal server error response a status code equal to that given

func (*GetPipelineByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get pipeline by Id using g e t internal server error response has a 3xx status code

func (*GetPipelineByIDUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get pipeline by Id using g e t internal server error response has a 5xx status code

func (*GetPipelineByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline by Id using g e t internal server error response has a 2xx status code

func (*GetPipelineByIDUsingGETInternalServerError) String added in v0.5.0

type GetPipelineByIDUsingGETNotFound added in v0.4.0

type GetPipelineByIDUsingGETNotFound struct {
	Payload *models.Error
}

GetPipelineByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetPipelineByIDUsingGETNotFound added in v0.4.0

func NewGetPipelineByIDUsingGETNotFound() *GetPipelineByIDUsingGETNotFound

NewGetPipelineByIDUsingGETNotFound creates a GetPipelineByIDUsingGETNotFound with default headers values

func (*GetPipelineByIDUsingGETNotFound) Error added in v0.4.0

func (*GetPipelineByIDUsingGETNotFound) GetPayload added in v0.4.0

func (o *GetPipelineByIDUsingGETNotFound) GetPayload() *models.Error

func (*GetPipelineByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetPipelineByIDUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get pipeline by Id using g e t not found response has a 4xx status code

func (*GetPipelineByIDUsingGETNotFound) IsCode added in v0.5.0

func (o *GetPipelineByIDUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get pipeline by Id using g e t not found response a status code equal to that given

func (*GetPipelineByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetPipelineByIDUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get pipeline by Id using g e t not found response has a 3xx status code

func (*GetPipelineByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetPipelineByIDUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get pipeline by Id using g e t not found response has a 5xx status code

func (*GetPipelineByIDUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetPipelineByIDUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get pipeline by Id using g e t not found response has a 2xx status code

func (*GetPipelineByIDUsingGETNotFound) String added in v0.5.0

type GetPipelineByIDUsingGETOK added in v0.4.0

type GetPipelineByIDUsingGETOK struct {
	Payload models.Pipeline
}

GetPipelineByIDUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline

func NewGetPipelineByIDUsingGETOK added in v0.4.0

func NewGetPipelineByIDUsingGETOK() *GetPipelineByIDUsingGETOK

NewGetPipelineByIDUsingGETOK creates a GetPipelineByIDUsingGETOK with default headers values

func (*GetPipelineByIDUsingGETOK) Error added in v0.4.0

func (o *GetPipelineByIDUsingGETOK) Error() string

func (*GetPipelineByIDUsingGETOK) GetPayload added in v0.4.0

func (o *GetPipelineByIDUsingGETOK) GetPayload() models.Pipeline

func (*GetPipelineByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) IsClientError() bool

IsClientError returns true when this get pipeline by Id using g e t o k response has a 4xx status code

func (*GetPipelineByIDUsingGETOK) IsCode added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) IsCode(code int) bool

IsCode returns true when this get pipeline by Id using g e t o k response a status code equal to that given

func (*GetPipelineByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get pipeline by Id using g e t o k response has a 3xx status code

func (*GetPipelineByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) IsServerError() bool

IsServerError returns true when this get pipeline by Id using g e t o k response has a 5xx status code

func (*GetPipelineByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get pipeline by Id using g e t o k response has a 2xx status code

func (*GetPipelineByIDUsingGETOK) String added in v0.5.0

func (o *GetPipelineByIDUsingGETOK) String() string

type GetPipelineByIDUsingGETParams added in v0.4.0

type GetPipelineByIDUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

GetPipelineByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get pipeline by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetPipelineByIDUsingGETParams added in v0.4.0

func NewGetPipelineByIDUsingGETParams() *GetPipelineByIDUsingGETParams

NewGetPipelineByIDUsingGETParams creates a new GetPipelineByIDUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPipelineByIDUsingGETParamsWithContext added in v0.4.0

func NewGetPipelineByIDUsingGETParamsWithContext(ctx context.Context) *GetPipelineByIDUsingGETParams

NewGetPipelineByIDUsingGETParamsWithContext creates a new GetPipelineByIDUsingGETParams object with the ability to set a context for a request.

func NewGetPipelineByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetPipelineByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetPipelineByIDUsingGETParams

NewGetPipelineByIDUsingGETParamsWithHTTPClient creates a new GetPipelineByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetPipelineByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetPipelineByIDUsingGETParams

NewGetPipelineByIDUsingGETParamsWithTimeout creates a new GetPipelineByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetPipelineByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetPipelineByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetPipelineByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetPipelineByIDUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get pipeline by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetPipelineByIDUsingGETParams) WithAuthorization(authorization string) *GetPipelineByIDUsingGETParams

WithAuthorization adds the authorization to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get pipeline by Id using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get pipeline by Id using get params

func (*GetPipelineByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetPipelineByIDUsingGETReader added in v0.4.0

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

GetPipelineByIDUsingGETReader is a Reader for the GetPipelineByIDUsingGET structure.

func (*GetPipelineByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetPipelineByIDUsingGETUnauthorized added in v0.4.0

type GetPipelineByIDUsingGETUnauthorized struct {
}

GetPipelineByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetPipelineByIDUsingGETUnauthorized added in v0.4.0

func NewGetPipelineByIDUsingGETUnauthorized() *GetPipelineByIDUsingGETUnauthorized

NewGetPipelineByIDUsingGETUnauthorized creates a GetPipelineByIDUsingGETUnauthorized with default headers values

func (*GetPipelineByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetPipelineByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetPipelineByIDUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get pipeline by Id using g e t unauthorized response has a 4xx status code

func (*GetPipelineByIDUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get pipeline by Id using g e t unauthorized response a status code equal to that given

func (*GetPipelineByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetPipelineByIDUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this get pipeline by Id using g e t unauthorized response has a 3xx status code

func (*GetPipelineByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetPipelineByIDUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get pipeline by Id using g e t unauthorized response has a 5xx status code

func (*GetPipelineByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline by Id using g e t unauthorized response has a 2xx status code

func (*GetPipelineByIDUsingGETUnauthorized) String added in v0.5.0

type GetPipelineByNameUsingGETForbidden added in v0.4.0

type GetPipelineByNameUsingGETForbidden struct {
}

GetPipelineByNameUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetPipelineByNameUsingGETForbidden added in v0.4.0

func NewGetPipelineByNameUsingGETForbidden() *GetPipelineByNameUsingGETForbidden

NewGetPipelineByNameUsingGETForbidden creates a GetPipelineByNameUsingGETForbidden with default headers values

func (*GetPipelineByNameUsingGETForbidden) Error added in v0.4.0

func (*GetPipelineByNameUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetPipelineByNameUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get pipeline by name using g e t forbidden response has a 4xx status code

func (*GetPipelineByNameUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this get pipeline by name using g e t forbidden response a status code equal to that given

func (*GetPipelineByNameUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetPipelineByNameUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get pipeline by name using g e t forbidden response has a 3xx status code

func (*GetPipelineByNameUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetPipelineByNameUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get pipeline by name using g e t forbidden response has a 5xx status code

func (*GetPipelineByNameUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline by name using g e t forbidden response has a 2xx status code

func (*GetPipelineByNameUsingGETForbidden) String added in v0.5.0

type GetPipelineByNameUsingGETInternalServerError added in v0.4.0

type GetPipelineByNameUsingGETInternalServerError struct {
}

GetPipelineByNameUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetPipelineByNameUsingGETInternalServerError added in v0.4.0

func NewGetPipelineByNameUsingGETInternalServerError() *GetPipelineByNameUsingGETInternalServerError

NewGetPipelineByNameUsingGETInternalServerError creates a GetPipelineByNameUsingGETInternalServerError with default headers values

func (*GetPipelineByNameUsingGETInternalServerError) Error added in v0.4.0

func (*GetPipelineByNameUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get pipeline by name using g e t internal server error response has a 4xx status code

func (*GetPipelineByNameUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get pipeline by name using g e t internal server error response a status code equal to that given

func (*GetPipelineByNameUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get pipeline by name using g e t internal server error response has a 3xx status code

func (*GetPipelineByNameUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get pipeline by name using g e t internal server error response has a 5xx status code

func (*GetPipelineByNameUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline by name using g e t internal server error response has a 2xx status code

func (*GetPipelineByNameUsingGETInternalServerError) String added in v0.5.0

type GetPipelineByNameUsingGETNotFound added in v0.4.0

type GetPipelineByNameUsingGETNotFound struct {
	Payload *models.Error
}

GetPipelineByNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetPipelineByNameUsingGETNotFound added in v0.4.0

func NewGetPipelineByNameUsingGETNotFound() *GetPipelineByNameUsingGETNotFound

NewGetPipelineByNameUsingGETNotFound creates a GetPipelineByNameUsingGETNotFound with default headers values

func (*GetPipelineByNameUsingGETNotFound) Error added in v0.4.0

func (*GetPipelineByNameUsingGETNotFound) GetPayload added in v0.4.0

func (*GetPipelineByNameUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetPipelineByNameUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get pipeline by name using g e t not found response has a 4xx status code

func (*GetPipelineByNameUsingGETNotFound) IsCode added in v0.5.0

func (o *GetPipelineByNameUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get pipeline by name using g e t not found response a status code equal to that given

func (*GetPipelineByNameUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetPipelineByNameUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get pipeline by name using g e t not found response has a 3xx status code

func (*GetPipelineByNameUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetPipelineByNameUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get pipeline by name using g e t not found response has a 5xx status code

func (*GetPipelineByNameUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetPipelineByNameUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get pipeline by name using g e t not found response has a 2xx status code

func (*GetPipelineByNameUsingGETNotFound) String added in v0.5.0

type GetPipelineByNameUsingGETOK added in v0.4.0

type GetPipelineByNameUsingGETOK struct {
	Payload models.Pipeline
}

GetPipelineByNameUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline

func NewGetPipelineByNameUsingGETOK added in v0.4.0

func NewGetPipelineByNameUsingGETOK() *GetPipelineByNameUsingGETOK

NewGetPipelineByNameUsingGETOK creates a GetPipelineByNameUsingGETOK with default headers values

func (*GetPipelineByNameUsingGETOK) Error added in v0.4.0

func (*GetPipelineByNameUsingGETOK) GetPayload added in v0.4.0

func (*GetPipelineByNameUsingGETOK) IsClientError added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) IsClientError() bool

IsClientError returns true when this get pipeline by name using g e t o k response has a 4xx status code

func (*GetPipelineByNameUsingGETOK) IsCode added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) IsCode(code int) bool

IsCode returns true when this get pipeline by name using g e t o k response a status code equal to that given

func (*GetPipelineByNameUsingGETOK) IsRedirect added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get pipeline by name using g e t o k response has a 3xx status code

func (*GetPipelineByNameUsingGETOK) IsServerError added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) IsServerError() bool

IsServerError returns true when this get pipeline by name using g e t o k response has a 5xx status code

func (*GetPipelineByNameUsingGETOK) IsSuccess added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get pipeline by name using g e t o k response has a 2xx status code

func (*GetPipelineByNameUsingGETOK) String added in v0.5.0

func (o *GetPipelineByNameUsingGETOK) String() string

type GetPipelineByNameUsingGETParams added in v0.4.0

type GetPipelineByNameUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

GetPipelineByNameUsingGETParams contains all the parameters to send to the API endpoint

for the get pipeline by name using g e t operation.

Typically these are written to a http.Request.

func NewGetPipelineByNameUsingGETParams added in v0.4.0

func NewGetPipelineByNameUsingGETParams() *GetPipelineByNameUsingGETParams

NewGetPipelineByNameUsingGETParams creates a new GetPipelineByNameUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPipelineByNameUsingGETParamsWithContext added in v0.4.0

func NewGetPipelineByNameUsingGETParamsWithContext(ctx context.Context) *GetPipelineByNameUsingGETParams

NewGetPipelineByNameUsingGETParamsWithContext creates a new GetPipelineByNameUsingGETParams object with the ability to set a context for a request.

func NewGetPipelineByNameUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetPipelineByNameUsingGETParamsWithHTTPClient(client *http.Client) *GetPipelineByNameUsingGETParams

NewGetPipelineByNameUsingGETParamsWithHTTPClient creates a new GetPipelineByNameUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineByNameUsingGETParamsWithTimeout added in v0.4.0

func NewGetPipelineByNameUsingGETParamsWithTimeout(timeout time.Duration) *GetPipelineByNameUsingGETParams

NewGetPipelineByNameUsingGETParamsWithTimeout creates a new GetPipelineByNameUsingGETParams object with the ability to set a timeout on a request.

func (*GetPipelineByNameUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetDefaults added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get pipeline by name using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineByNameUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetName added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) SetName(name string)

SetName adds the name to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetProject added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) SetProject(project string)

SetProject adds the project to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithAuthorization added in v0.4.0

func (o *GetPipelineByNameUsingGETParams) WithAuthorization(authorization string) *GetPipelineByNameUsingGETParams

WithAuthorization adds the authorization to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get pipeline by name using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineByNameUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithName added in v0.4.0

WithName adds the name to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithProject added in v0.4.0

WithProject adds the project to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get pipeline by name using get params

func (*GetPipelineByNameUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetPipelineByNameUsingGETReader added in v0.4.0

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

GetPipelineByNameUsingGETReader is a Reader for the GetPipelineByNameUsingGET structure.

func (*GetPipelineByNameUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetPipelineByNameUsingGETUnauthorized added in v0.4.0

type GetPipelineByNameUsingGETUnauthorized struct {
}

GetPipelineByNameUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetPipelineByNameUsingGETUnauthorized added in v0.4.0

func NewGetPipelineByNameUsingGETUnauthorized() *GetPipelineByNameUsingGETUnauthorized

NewGetPipelineByNameUsingGETUnauthorized creates a GetPipelineByNameUsingGETUnauthorized with default headers values

func (*GetPipelineByNameUsingGETUnauthorized) Error added in v0.4.0

func (*GetPipelineByNameUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetPipelineByNameUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get pipeline by name using g e t unauthorized response has a 4xx status code

func (*GetPipelineByNameUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get pipeline by name using g e t unauthorized response a status code equal to that given

func (*GetPipelineByNameUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get pipeline by name using g e t unauthorized response has a 3xx status code

func (*GetPipelineByNameUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetPipelineByNameUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get pipeline by name using g e t unauthorized response has a 5xx status code

func (*GetPipelineByNameUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline by name using g e t unauthorized response has a 2xx status code

func (*GetPipelineByNameUsingGETUnauthorized) String added in v0.5.0

type GetPipelineTilesUsingGETForbidden

type GetPipelineTilesUsingGETForbidden struct {
}

GetPipelineTilesUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetPipelineTilesUsingGETForbidden

func NewGetPipelineTilesUsingGETForbidden() *GetPipelineTilesUsingGETForbidden

NewGetPipelineTilesUsingGETForbidden creates a GetPipelineTilesUsingGETForbidden with default headers values

func (*GetPipelineTilesUsingGETForbidden) Error

func (*GetPipelineTilesUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetPipelineTilesUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get pipeline tiles using g e t forbidden response has a 4xx status code

func (*GetPipelineTilesUsingGETForbidden) IsCode added in v0.5.0

func (o *GetPipelineTilesUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get pipeline tiles using g e t forbidden response a status code equal to that given

func (*GetPipelineTilesUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetPipelineTilesUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get pipeline tiles using g e t forbidden response has a 3xx status code

func (*GetPipelineTilesUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetPipelineTilesUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get pipeline tiles using g e t forbidden response has a 5xx status code

func (*GetPipelineTilesUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetPipelineTilesUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get pipeline tiles using g e t forbidden response has a 2xx status code

func (*GetPipelineTilesUsingGETForbidden) String added in v0.5.0

type GetPipelineTilesUsingGETInternalServerError

type GetPipelineTilesUsingGETInternalServerError struct {
}

GetPipelineTilesUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewGetPipelineTilesUsingGETInternalServerError

func NewGetPipelineTilesUsingGETInternalServerError() *GetPipelineTilesUsingGETInternalServerError

NewGetPipelineTilesUsingGETInternalServerError creates a GetPipelineTilesUsingGETInternalServerError with default headers values

func (*GetPipelineTilesUsingGETInternalServerError) Error

func (*GetPipelineTilesUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this get pipeline tiles using g e t internal server error response has a 4xx status code

func (*GetPipelineTilesUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this get pipeline tiles using g e t internal server error response a status code equal to that given

func (*GetPipelineTilesUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this get pipeline tiles using g e t internal server error response has a 3xx status code

func (*GetPipelineTilesUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this get pipeline tiles using g e t internal server error response has a 5xx status code

func (*GetPipelineTilesUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline tiles using g e t internal server error response has a 2xx status code

func (*GetPipelineTilesUsingGETInternalServerError) String added in v0.5.0

type GetPipelineTilesUsingGETNotFound

type GetPipelineTilesUsingGETNotFound struct {
	Payload *models.Error
}

GetPipelineTilesUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetPipelineTilesUsingGETNotFound

func NewGetPipelineTilesUsingGETNotFound() *GetPipelineTilesUsingGETNotFound

NewGetPipelineTilesUsingGETNotFound creates a GetPipelineTilesUsingGETNotFound with default headers values

func (*GetPipelineTilesUsingGETNotFound) Error

func (*GetPipelineTilesUsingGETNotFound) GetPayload

func (*GetPipelineTilesUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetPipelineTilesUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get pipeline tiles using g e t not found response has a 4xx status code

func (*GetPipelineTilesUsingGETNotFound) IsCode added in v0.5.0

func (o *GetPipelineTilesUsingGETNotFound) IsCode(code int) bool

IsCode returns true when this get pipeline tiles using g e t not found response a status code equal to that given

func (*GetPipelineTilesUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetPipelineTilesUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get pipeline tiles using g e t not found response has a 3xx status code

func (*GetPipelineTilesUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetPipelineTilesUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get pipeline tiles using g e t not found response has a 5xx status code

func (*GetPipelineTilesUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetPipelineTilesUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get pipeline tiles using g e t not found response has a 2xx status code

func (*GetPipelineTilesUsingGETNotFound) String added in v0.5.0

type GetPipelineTilesUsingGETOK

type GetPipelineTilesUsingGETOK struct {
	Payload models.Tiles
}

GetPipelineTilesUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Pipeline Tiles

func NewGetPipelineTilesUsingGETOK

func NewGetPipelineTilesUsingGETOK() *GetPipelineTilesUsingGETOK

NewGetPipelineTilesUsingGETOK creates a GetPipelineTilesUsingGETOK with default headers values

func (*GetPipelineTilesUsingGETOK) Error

func (*GetPipelineTilesUsingGETOK) GetPayload

func (o *GetPipelineTilesUsingGETOK) GetPayload() models.Tiles

func (*GetPipelineTilesUsingGETOK) IsClientError added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) IsClientError() bool

IsClientError returns true when this get pipeline tiles using g e t o k response has a 4xx status code

func (*GetPipelineTilesUsingGETOK) IsCode added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) IsCode(code int) bool

IsCode returns true when this get pipeline tiles using g e t o k response a status code equal to that given

func (*GetPipelineTilesUsingGETOK) IsRedirect added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get pipeline tiles using g e t o k response has a 3xx status code

func (*GetPipelineTilesUsingGETOK) IsServerError added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) IsServerError() bool

IsServerError returns true when this get pipeline tiles using g e t o k response has a 5xx status code

func (*GetPipelineTilesUsingGETOK) IsSuccess added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get pipeline tiles using g e t o k response has a 2xx status code

func (*GetPipelineTilesUsingGETOK) String added in v0.5.0

func (o *GetPipelineTilesUsingGETOK) String() string

type GetPipelineTilesUsingGETParams

type GetPipelineTilesUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

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

GetPipelineTilesUsingGETParams contains all the parameters to send to the API endpoint

for the get pipeline tiles using g e t operation.

Typically these are written to a http.Request.

func NewGetPipelineTilesUsingGETParams

func NewGetPipelineTilesUsingGETParams() *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParams creates a new GetPipelineTilesUsingGETParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPipelineTilesUsingGETParamsWithContext

func NewGetPipelineTilesUsingGETParamsWithContext(ctx context.Context) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithContext creates a new GetPipelineTilesUsingGETParams object with the ability to set a context for a request.

func NewGetPipelineTilesUsingGETParamsWithHTTPClient

func NewGetPipelineTilesUsingGETParamsWithHTTPClient(client *http.Client) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithHTTPClient creates a new GetPipelineTilesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineTilesUsingGETParamsWithTimeout

func NewGetPipelineTilesUsingGETParamsWithTimeout(timeout time.Duration) *GetPipelineTilesUsingGETParams

NewGetPipelineTilesUsingGETParamsWithTimeout creates a new GetPipelineTilesUsingGETParams object with the ability to set a timeout on a request.

func (*GetPipelineTilesUsingGETParams) SetAPIVersion

func (o *GetPipelineTilesUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetAuthorization

func (o *GetPipelineTilesUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetContext

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

SetContext adds the context to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetDefaults

func (o *GetPipelineTilesUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get pipeline tiles using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineTilesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithAuthorization

func (o *GetPipelineTilesUsingGETParams) WithAuthorization(authorization string) *GetPipelineTilesUsingGETParams

WithAuthorization adds the authorization to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithContext

WithContext adds the context to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get pipeline tiles using get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPipelineTilesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get pipeline tiles using get params

func (*GetPipelineTilesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineTilesUsingGETReader

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

GetPipelineTilesUsingGETReader is a Reader for the GetPipelineTilesUsingGET structure.

func (*GetPipelineTilesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineTilesUsingGETUnauthorized

type GetPipelineTilesUsingGETUnauthorized struct {
}

GetPipelineTilesUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewGetPipelineTilesUsingGETUnauthorized

func NewGetPipelineTilesUsingGETUnauthorized() *GetPipelineTilesUsingGETUnauthorized

NewGetPipelineTilesUsingGETUnauthorized creates a GetPipelineTilesUsingGETUnauthorized with default headers values

func (*GetPipelineTilesUsingGETUnauthorized) Error

func (*GetPipelineTilesUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetPipelineTilesUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get pipeline tiles using g e t unauthorized response has a 4xx status code

func (*GetPipelineTilesUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get pipeline tiles using g e t unauthorized response a status code equal to that given

func (*GetPipelineTilesUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get pipeline tiles using g e t unauthorized response has a 3xx status code

func (*GetPipelineTilesUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetPipelineTilesUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get pipeline tiles using g e t unauthorized response has a 5xx status code

func (*GetPipelineTilesUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get pipeline tiles using g e t unauthorized response has a 2xx status code

func (*GetPipelineTilesUsingGETUnauthorized) String added in v0.5.0

type ImportYamlUsingPOSTForbidden

type ImportYamlUsingPOSTForbidden struct {
}

ImportYamlUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewImportYamlUsingPOSTForbidden

func NewImportYamlUsingPOSTForbidden() *ImportYamlUsingPOSTForbidden

NewImportYamlUsingPOSTForbidden creates a ImportYamlUsingPOSTForbidden with default headers values

func (*ImportYamlUsingPOSTForbidden) Error

func (*ImportYamlUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ImportYamlUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this import yaml using p o s t forbidden response has a 4xx status code

func (*ImportYamlUsingPOSTForbidden) IsCode added in v0.5.0

func (o *ImportYamlUsingPOSTForbidden) IsCode(code int) bool

IsCode returns true when this import yaml using p o s t forbidden response a status code equal to that given

func (*ImportYamlUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *ImportYamlUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this import yaml using p o s t forbidden response has a 3xx status code

func (*ImportYamlUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ImportYamlUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this import yaml using p o s t forbidden response has a 5xx status code

func (*ImportYamlUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *ImportYamlUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this import yaml using p o s t forbidden response has a 2xx status code

func (*ImportYamlUsingPOSTForbidden) String added in v0.5.0

type ImportYamlUsingPOSTInternalServerError

type ImportYamlUsingPOSTInternalServerError struct {
}

ImportYamlUsingPOSTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewImportYamlUsingPOSTInternalServerError

func NewImportYamlUsingPOSTInternalServerError() *ImportYamlUsingPOSTInternalServerError

NewImportYamlUsingPOSTInternalServerError creates a ImportYamlUsingPOSTInternalServerError with default headers values

func (*ImportYamlUsingPOSTInternalServerError) Error

func (*ImportYamlUsingPOSTInternalServerError) IsClientError added in v0.5.0

func (o *ImportYamlUsingPOSTInternalServerError) IsClientError() bool

IsClientError returns true when this import yaml using p o s t internal server error response has a 4xx status code

func (*ImportYamlUsingPOSTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this import yaml using p o s t internal server error response a status code equal to that given

func (*ImportYamlUsingPOSTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this import yaml using p o s t internal server error response has a 3xx status code

func (*ImportYamlUsingPOSTInternalServerError) IsServerError added in v0.5.0

func (o *ImportYamlUsingPOSTInternalServerError) IsServerError() bool

IsServerError returns true when this import yaml using p o s t internal server error response has a 5xx status code

func (*ImportYamlUsingPOSTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this import yaml using p o s t internal server error response has a 2xx status code

func (*ImportYamlUsingPOSTInternalServerError) String added in v0.5.0

type ImportYamlUsingPOSTNotFound

type ImportYamlUsingPOSTNotFound struct {
	Payload *models.Error
}

ImportYamlUsingPOSTNotFound describes a response with status code 404, with default header values.

Not Found

func NewImportYamlUsingPOSTNotFound

func NewImportYamlUsingPOSTNotFound() *ImportYamlUsingPOSTNotFound

NewImportYamlUsingPOSTNotFound creates a ImportYamlUsingPOSTNotFound with default headers values

func (*ImportYamlUsingPOSTNotFound) Error

func (*ImportYamlUsingPOSTNotFound) GetPayload

func (o *ImportYamlUsingPOSTNotFound) GetPayload() *models.Error

func (*ImportYamlUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) IsClientError() bool

IsClientError returns true when this import yaml using p o s t not found response has a 4xx status code

func (*ImportYamlUsingPOSTNotFound) IsCode added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) IsCode(code int) bool

IsCode returns true when this import yaml using p o s t not found response a status code equal to that given

func (*ImportYamlUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) IsRedirect() bool

IsRedirect returns true when this import yaml using p o s t not found response has a 3xx status code

func (*ImportYamlUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) IsServerError() bool

IsServerError returns true when this import yaml using p o s t not found response has a 5xx status code

func (*ImportYamlUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) IsSuccess() bool

IsSuccess returns true when this import yaml using p o s t not found response has a 2xx status code

func (*ImportYamlUsingPOSTNotFound) String added in v0.5.0

func (o *ImportYamlUsingPOSTNotFound) String() string

type ImportYamlUsingPOSTOK

type ImportYamlUsingPOSTOK struct {
	Payload string
}

ImportYamlUsingPOSTOK describes a response with status code 200, with default header values.

Data imported successfully

func NewImportYamlUsingPOSTOK

func NewImportYamlUsingPOSTOK() *ImportYamlUsingPOSTOK

NewImportYamlUsingPOSTOK creates a ImportYamlUsingPOSTOK with default headers values

func (*ImportYamlUsingPOSTOK) Error

func (o *ImportYamlUsingPOSTOK) Error() string

func (*ImportYamlUsingPOSTOK) GetPayload

func (o *ImportYamlUsingPOSTOK) GetPayload() string

func (*ImportYamlUsingPOSTOK) IsClientError added in v0.5.0

func (o *ImportYamlUsingPOSTOK) IsClientError() bool

IsClientError returns true when this import yaml using p o s t o k response has a 4xx status code

func (*ImportYamlUsingPOSTOK) IsCode added in v0.5.0

func (o *ImportYamlUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this import yaml using p o s t o k response a status code equal to that given

func (*ImportYamlUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ImportYamlUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this import yaml using p o s t o k response has a 3xx status code

func (*ImportYamlUsingPOSTOK) IsServerError added in v0.5.0

func (o *ImportYamlUsingPOSTOK) IsServerError() bool

IsServerError returns true when this import yaml using p o s t o k response has a 5xx status code

func (*ImportYamlUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ImportYamlUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this import yaml using p o s t o k response has a 2xx status code

func (*ImportYamlUsingPOSTOK) String added in v0.5.0

func (o *ImportYamlUsingPOSTOK) String() string

type ImportYamlUsingPOSTParams

type ImportYamlUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline/Endpoint specification/body in YAML.
	*/
	Body string

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

ImportYamlUsingPOSTParams contains all the parameters to send to the API endpoint

for the import yaml using p o s t operation.

Typically these are written to a http.Request.

func NewImportYamlUsingPOSTParams

func NewImportYamlUsingPOSTParams() *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParams creates a new ImportYamlUsingPOSTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImportYamlUsingPOSTParamsWithContext

func NewImportYamlUsingPOSTParamsWithContext(ctx context.Context) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithContext creates a new ImportYamlUsingPOSTParams object with the ability to set a context for a request.

func NewImportYamlUsingPOSTParamsWithHTTPClient

func NewImportYamlUsingPOSTParamsWithHTTPClient(client *http.Client) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithHTTPClient creates a new ImportYamlUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewImportYamlUsingPOSTParamsWithTimeout

func NewImportYamlUsingPOSTParamsWithTimeout(timeout time.Duration) *ImportYamlUsingPOSTParams

NewImportYamlUsingPOSTParamsWithTimeout creates a new ImportYamlUsingPOSTParams object with the ability to set a timeout on a request.

func (*ImportYamlUsingPOSTParams) SetAPIVersion

func (o *ImportYamlUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetAuthorization

func (o *ImportYamlUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetBody

func (o *ImportYamlUsingPOSTParams) SetBody(body string)

SetBody adds the body to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetContext

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

SetContext adds the context to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetDefaults

func (o *ImportYamlUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the import yaml using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ImportYamlUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithAPIVersion

func (o *ImportYamlUsingPOSTParams) WithAPIVersion(aPIVersion string) *ImportYamlUsingPOSTParams

WithAPIVersion adds the aPIVersion to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithAuthorization

func (o *ImportYamlUsingPOSTParams) WithAuthorization(authorization string) *ImportYamlUsingPOSTParams

WithAuthorization adds the authorization to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithBody

WithBody adds the body to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithContext

WithContext adds the context to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the import yaml using p o s t params (not the query body).

All values with no default are reset to their zero value.

func (*ImportYamlUsingPOSTParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the import yaml using p o s t params

func (*ImportYamlUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportYamlUsingPOSTReader

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

ImportYamlUsingPOSTReader is a Reader for the ImportYamlUsingPOST structure.

func (*ImportYamlUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportYamlUsingPOSTUnauthorized

type ImportYamlUsingPOSTUnauthorized struct {
}

ImportYamlUsingPOSTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewImportYamlUsingPOSTUnauthorized

func NewImportYamlUsingPOSTUnauthorized() *ImportYamlUsingPOSTUnauthorized

NewImportYamlUsingPOSTUnauthorized creates a ImportYamlUsingPOSTUnauthorized with default headers values

func (*ImportYamlUsingPOSTUnauthorized) Error

func (*ImportYamlUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *ImportYamlUsingPOSTUnauthorized) IsClientError() bool

IsClientError returns true when this import yaml using p o s t unauthorized response has a 4xx status code

func (*ImportYamlUsingPOSTUnauthorized) IsCode added in v0.5.0

func (o *ImportYamlUsingPOSTUnauthorized) IsCode(code int) bool

IsCode returns true when this import yaml using p o s t unauthorized response a status code equal to that given

func (*ImportYamlUsingPOSTUnauthorized) IsRedirect added in v0.5.0

func (o *ImportYamlUsingPOSTUnauthorized) IsRedirect() bool

IsRedirect returns true when this import yaml using p o s t unauthorized response has a 3xx status code

func (*ImportYamlUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *ImportYamlUsingPOSTUnauthorized) IsServerError() bool

IsServerError returns true when this import yaml using p o s t unauthorized response has a 5xx status code

func (*ImportYamlUsingPOSTUnauthorized) IsSuccess added in v0.5.0

func (o *ImportYamlUsingPOSTUnauthorized) IsSuccess() bool

IsSuccess returns true when this import yaml using p o s t unauthorized response has a 2xx status code

func (*ImportYamlUsingPOSTUnauthorized) String added in v0.5.0

type PatchPipelineByNameUsingPATCHForbidden added in v0.4.0

type PatchPipelineByNameUsingPATCHForbidden struct {
}

PatchPipelineByNameUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchPipelineByNameUsingPATCHForbidden added in v0.4.0

func NewPatchPipelineByNameUsingPATCHForbidden() *PatchPipelineByNameUsingPATCHForbidden

NewPatchPipelineByNameUsingPATCHForbidden creates a PatchPipelineByNameUsingPATCHForbidden with default headers values

func (*PatchPipelineByNameUsingPATCHForbidden) Error added in v0.4.0

func (*PatchPipelineByNameUsingPATCHForbidden) IsClientError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHForbidden) IsClientError() bool

IsClientError returns true when this patch pipeline by name using p a t c h forbidden response has a 4xx status code

func (*PatchPipelineByNameUsingPATCHForbidden) IsCode added in v0.5.0

IsCode returns true when this patch pipeline by name using p a t c h forbidden response a status code equal to that given

func (*PatchPipelineByNameUsingPATCHForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this patch pipeline by name using p a t c h forbidden response has a 3xx status code

func (*PatchPipelineByNameUsingPATCHForbidden) IsServerError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHForbidden) IsServerError() bool

IsServerError returns true when this patch pipeline by name using p a t c h forbidden response has a 5xx status code

func (*PatchPipelineByNameUsingPATCHForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline by name using p a t c h forbidden response has a 2xx status code

func (*PatchPipelineByNameUsingPATCHForbidden) String added in v0.5.0

type PatchPipelineByNameUsingPATCHInternalServerError added in v0.4.0

type PatchPipelineByNameUsingPATCHInternalServerError struct {
}

PatchPipelineByNameUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchPipelineByNameUsingPATCHInternalServerError added in v0.4.0

func NewPatchPipelineByNameUsingPATCHInternalServerError() *PatchPipelineByNameUsingPATCHInternalServerError

NewPatchPipelineByNameUsingPATCHInternalServerError creates a PatchPipelineByNameUsingPATCHInternalServerError with default headers values

func (*PatchPipelineByNameUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchPipelineByNameUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch pipeline by name using p a t c h internal server error response has a 4xx status code

func (*PatchPipelineByNameUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch pipeline by name using p a t c h internal server error response a status code equal to that given

func (*PatchPipelineByNameUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch pipeline by name using p a t c h internal server error response has a 3xx status code

func (*PatchPipelineByNameUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch pipeline by name using p a t c h internal server error response has a 5xx status code

func (*PatchPipelineByNameUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline by name using p a t c h internal server error response has a 2xx status code

func (*PatchPipelineByNameUsingPATCHInternalServerError) String added in v0.5.0

type PatchPipelineByNameUsingPATCHNotFound added in v0.4.0

type PatchPipelineByNameUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchPipelineByNameUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchPipelineByNameUsingPATCHNotFound added in v0.4.0

func NewPatchPipelineByNameUsingPATCHNotFound() *PatchPipelineByNameUsingPATCHNotFound

NewPatchPipelineByNameUsingPATCHNotFound creates a PatchPipelineByNameUsingPATCHNotFound with default headers values

func (*PatchPipelineByNameUsingPATCHNotFound) Error added in v0.4.0

func (*PatchPipelineByNameUsingPATCHNotFound) GetPayload added in v0.4.0

func (*PatchPipelineByNameUsingPATCHNotFound) IsClientError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHNotFound) IsClientError() bool

IsClientError returns true when this patch pipeline by name using p a t c h not found response has a 4xx status code

func (*PatchPipelineByNameUsingPATCHNotFound) IsCode added in v0.5.0

IsCode returns true when this patch pipeline by name using p a t c h not found response a status code equal to that given

func (*PatchPipelineByNameUsingPATCHNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this patch pipeline by name using p a t c h not found response has a 3xx status code

func (*PatchPipelineByNameUsingPATCHNotFound) IsServerError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHNotFound) IsServerError() bool

IsServerError returns true when this patch pipeline by name using p a t c h not found response has a 5xx status code

func (*PatchPipelineByNameUsingPATCHNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline by name using p a t c h not found response has a 2xx status code

func (*PatchPipelineByNameUsingPATCHNotFound) String added in v0.5.0

type PatchPipelineByNameUsingPATCHOK added in v0.4.0

type PatchPipelineByNameUsingPATCHOK struct {
	Payload models.Pipeline
}

PatchPipelineByNameUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchPipelineByNameUsingPATCHOK added in v0.4.0

func NewPatchPipelineByNameUsingPATCHOK() *PatchPipelineByNameUsingPATCHOK

NewPatchPipelineByNameUsingPATCHOK creates a PatchPipelineByNameUsingPATCHOK with default headers values

func (*PatchPipelineByNameUsingPATCHOK) Error added in v0.4.0

func (*PatchPipelineByNameUsingPATCHOK) GetPayload added in v0.4.0

func (*PatchPipelineByNameUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch pipeline by name using p a t c h o k response has a 4xx status code

func (*PatchPipelineByNameUsingPATCHOK) IsCode added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHOK) IsCode(code int) bool

IsCode returns true when this patch pipeline by name using p a t c h o k response a status code equal to that given

func (*PatchPipelineByNameUsingPATCHOK) IsRedirect added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this patch pipeline by name using p a t c h o k response has a 3xx status code

func (*PatchPipelineByNameUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch pipeline by name using p a t c h o k response has a 5xx status code

func (*PatchPipelineByNameUsingPATCHOK) IsSuccess added in v0.5.0

func (o *PatchPipelineByNameUsingPATCHOK) IsSuccess() bool

IsSuccess returns true when this patch pipeline by name using p a t c h o k response has a 2xx status code

func (*PatchPipelineByNameUsingPATCHOK) String added in v0.5.0

type PatchPipelineByNameUsingPATCHParams added in v0.4.0

type PatchPipelineByNameUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

PatchPipelineByNameUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch pipeline by name using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchPipelineByNameUsingPATCHParams added in v0.4.0

func NewPatchPipelineByNameUsingPATCHParams() *PatchPipelineByNameUsingPATCHParams

NewPatchPipelineByNameUsingPATCHParams creates a new PatchPipelineByNameUsingPATCHParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchPipelineByNameUsingPATCHParamsWithContext added in v0.4.0

func NewPatchPipelineByNameUsingPATCHParamsWithContext(ctx context.Context) *PatchPipelineByNameUsingPATCHParams

NewPatchPipelineByNameUsingPATCHParamsWithContext creates a new PatchPipelineByNameUsingPATCHParams object with the ability to set a context for a request.

func NewPatchPipelineByNameUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchPipelineByNameUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchPipelineByNameUsingPATCHParams

NewPatchPipelineByNameUsingPATCHParamsWithHTTPClient creates a new PatchPipelineByNameUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPipelineByNameUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchPipelineByNameUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchPipelineByNameUsingPATCHParams

NewPatchPipelineByNameUsingPATCHParamsWithTimeout creates a new PatchPipelineByNameUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchPipelineByNameUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchPipelineByNameUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchPipelineByNameUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetBody added in v0.4.0

SetBody adds the body to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetContext added in v0.4.0

SetContext adds the context to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetDefaults added in v0.4.0

func (o *PatchPipelineByNameUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch pipeline by name using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineByNameUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetName added in v0.4.0

SetName adds the name to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetProject added in v0.4.0

func (o *PatchPipelineByNameUsingPATCHParams) SetProject(project string)

SetProject adds the project to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithBody added in v0.4.0

WithBody adds the body to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch pipeline by name using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineByNameUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithName added in v0.4.0

WithName adds the name to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithProject added in v0.4.0

WithProject adds the project to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch pipeline by name using p a t c h params

func (*PatchPipelineByNameUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchPipelineByNameUsingPATCHReader added in v0.4.0

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

PatchPipelineByNameUsingPATCHReader is a Reader for the PatchPipelineByNameUsingPATCH structure.

func (*PatchPipelineByNameUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchPipelineByNameUsingPATCHUnauthorized added in v0.4.0

type PatchPipelineByNameUsingPATCHUnauthorized struct {
}

PatchPipelineByNameUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchPipelineByNameUsingPATCHUnauthorized added in v0.4.0

func NewPatchPipelineByNameUsingPATCHUnauthorized() *PatchPipelineByNameUsingPATCHUnauthorized

NewPatchPipelineByNameUsingPATCHUnauthorized creates a PatchPipelineByNameUsingPATCHUnauthorized with default headers values

func (*PatchPipelineByNameUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchPipelineByNameUsingPATCHUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this patch pipeline by name using p a t c h unauthorized response has a 4xx status code

func (*PatchPipelineByNameUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch pipeline by name using p a t c h unauthorized response a status code equal to that given

func (*PatchPipelineByNameUsingPATCHUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch pipeline by name using p a t c h unauthorized response has a 3xx status code

func (*PatchPipelineByNameUsingPATCHUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this patch pipeline by name using p a t c h unauthorized response has a 5xx status code

func (*PatchPipelineByNameUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline by name using p a t c h unauthorized response has a 2xx status code

func (*PatchPipelineByNameUsingPATCHUnauthorized) String added in v0.5.0

type PatchPipelineGlobalByNameUsingPATCHForbidden added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHForbidden struct {
}

PatchPipelineGlobalByNameUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchPipelineGlobalByNameUsingPATCHForbidden added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHForbidden() *PatchPipelineGlobalByNameUsingPATCHForbidden

NewPatchPipelineGlobalByNameUsingPATCHForbidden creates a PatchPipelineGlobalByNameUsingPATCHForbidden with default headers values

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) Error added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global by name using p a t c h forbidden response has a 4xx status code

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global by name using p a t c h forbidden response a status code equal to that given

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global by name using p a t c h forbidden response has a 3xx status code

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global by name using p a t c h forbidden response has a 5xx status code

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global by name using p a t c h forbidden response has a 2xx status code

func (*PatchPipelineGlobalByNameUsingPATCHForbidden) String added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHInternalServerError added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHInternalServerError struct {
}

PatchPipelineGlobalByNameUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchPipelineGlobalByNameUsingPATCHInternalServerError added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHInternalServerError() *PatchPipelineGlobalByNameUsingPATCHInternalServerError

NewPatchPipelineGlobalByNameUsingPATCHInternalServerError creates a PatchPipelineGlobalByNameUsingPATCHInternalServerError with default headers values

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) Error added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global by name using p a t c h internal server error response has a 4xx status code

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global by name using p a t c h internal server error response a status code equal to that given

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global by name using p a t c h internal server error response has a 3xx status code

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global by name using p a t c h internal server error response has a 5xx status code

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global by name using p a t c h internal server error response has a 2xx status code

func (*PatchPipelineGlobalByNameUsingPATCHInternalServerError) String added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHNotFound added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchPipelineGlobalByNameUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchPipelineGlobalByNameUsingPATCHNotFound added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHNotFound() *PatchPipelineGlobalByNameUsingPATCHNotFound

NewPatchPipelineGlobalByNameUsingPATCHNotFound creates a PatchPipelineGlobalByNameUsingPATCHNotFound with default headers values

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) Error added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) GetPayload added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global by name using p a t c h not found response has a 4xx status code

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global by name using p a t c h not found response a status code equal to that given

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global by name using p a t c h not found response has a 3xx status code

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global by name using p a t c h not found response has a 5xx status code

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global by name using p a t c h not found response has a 2xx status code

func (*PatchPipelineGlobalByNameUsingPATCHNotFound) String added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHOK added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHOK struct {
	Payload models.Pipeline
}

PatchPipelineGlobalByNameUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchPipelineGlobalByNameUsingPATCHOK added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHOK() *PatchPipelineGlobalByNameUsingPATCHOK

NewPatchPipelineGlobalByNameUsingPATCHOK creates a PatchPipelineGlobalByNameUsingPATCHOK with default headers values

func (*PatchPipelineGlobalByNameUsingPATCHOK) Error added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHOK) GetPayload added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHOK) IsClientError added in v0.6.0

func (o *PatchPipelineGlobalByNameUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch pipeline global by name using p a t c h o k response has a 4xx status code

func (*PatchPipelineGlobalByNameUsingPATCHOK) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global by name using p a t c h o k response a status code equal to that given

func (*PatchPipelineGlobalByNameUsingPATCHOK) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global by name using p a t c h o k response has a 3xx status code

func (*PatchPipelineGlobalByNameUsingPATCHOK) IsServerError added in v0.6.0

func (o *PatchPipelineGlobalByNameUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch pipeline global by name using p a t c h o k response has a 5xx status code

func (*PatchPipelineGlobalByNameUsingPATCHOK) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global by name using p a t c h o k response has a 2xx status code

func (*PatchPipelineGlobalByNameUsingPATCHOK) String added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHParams added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

PatchPipelineGlobalByNameUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch pipeline global by name using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchPipelineGlobalByNameUsingPATCHParams added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHParams() *PatchPipelineGlobalByNameUsingPATCHParams

NewPatchPipelineGlobalByNameUsingPATCHParams creates a new PatchPipelineGlobalByNameUsingPATCHParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithContext added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithContext(ctx context.Context) *PatchPipelineGlobalByNameUsingPATCHParams

NewPatchPipelineGlobalByNameUsingPATCHParamsWithContext creates a new PatchPipelineGlobalByNameUsingPATCHParams object with the ability to set a context for a request.

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithHTTPClient added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchPipelineGlobalByNameUsingPATCHParams

NewPatchPipelineGlobalByNameUsingPATCHParamsWithHTTPClient creates a new PatchPipelineGlobalByNameUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithTimeout added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchPipelineGlobalByNameUsingPATCHParams

NewPatchPipelineGlobalByNameUsingPATCHParamsWithTimeout creates a new PatchPipelineGlobalByNameUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetAPIVersion added in v0.6.0

func (o *PatchPipelineGlobalByNameUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetAuthorization added in v0.6.0

func (o *PatchPipelineGlobalByNameUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetBody added in v0.6.0

SetBody adds the body to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetContext added in v0.6.0

SetContext adds the context to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetDefaults added in v0.6.0

SetDefaults hydrates default values in the patch pipeline global by name using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetName added in v0.6.0

SetName adds the name to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetProject added in v0.6.0

func (o *PatchPipelineGlobalByNameUsingPATCHParams) SetProject(project string)

SetProject adds the project to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) SetTimeout added in v0.6.0

SetTimeout adds the timeout to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithAPIVersion added in v0.6.0

WithAPIVersion adds the aPIVersion to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithAuthorization added in v0.6.0

WithAuthorization adds the authorization to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithBody added in v0.6.0

WithBody adds the body to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithContext added in v0.6.0

WithContext adds the context to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the patch pipeline global by name using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithHTTPClient added in v0.6.0

WithHTTPClient adds the HTTPClient to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithName added in v0.6.0

WithName adds the name to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithProject added in v0.6.0

WithProject adds the project to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the patch pipeline global by name using p a t c h params

func (*PatchPipelineGlobalByNameUsingPATCHParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type PatchPipelineGlobalByNameUsingPATCHReader added in v0.6.0

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

PatchPipelineGlobalByNameUsingPATCHReader is a Reader for the PatchPipelineGlobalByNameUsingPATCH structure.

func (*PatchPipelineGlobalByNameUsingPATCHReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type PatchPipelineGlobalByNameUsingPATCHUnauthorized added in v0.6.0

type PatchPipelineGlobalByNameUsingPATCHUnauthorized struct {
}

PatchPipelineGlobalByNameUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchPipelineGlobalByNameUsingPATCHUnauthorized added in v0.6.0

func NewPatchPipelineGlobalByNameUsingPATCHUnauthorized() *PatchPipelineGlobalByNameUsingPATCHUnauthorized

NewPatchPipelineGlobalByNameUsingPATCHUnauthorized creates a PatchPipelineGlobalByNameUsingPATCHUnauthorized with default headers values

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) Error added in v0.6.0

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global by name using p a t c h unauthorized response has a 4xx status code

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global by name using p a t c h unauthorized response a status code equal to that given

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global by name using p a t c h unauthorized response has a 3xx status code

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global by name using p a t c h unauthorized response has a 5xx status code

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global by name using p a t c h unauthorized response has a 2xx status code

func (*PatchPipelineGlobalByNameUsingPATCHUnauthorized) String added in v0.6.0

type PatchPipelineGlobalUsingPATCHForbidden added in v0.6.0

type PatchPipelineGlobalUsingPATCHForbidden struct {
}

PatchPipelineGlobalUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchPipelineGlobalUsingPATCHForbidden added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHForbidden() *PatchPipelineGlobalUsingPATCHForbidden

NewPatchPipelineGlobalUsingPATCHForbidden creates a PatchPipelineGlobalUsingPATCHForbidden with default headers values

func (*PatchPipelineGlobalUsingPATCHForbidden) Error added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHForbidden) IsClientError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHForbidden) IsClientError() bool

IsClientError returns true when this patch pipeline global using p a t c h forbidden response has a 4xx status code

func (*PatchPipelineGlobalUsingPATCHForbidden) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global using p a t c h forbidden response a status code equal to that given

func (*PatchPipelineGlobalUsingPATCHForbidden) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global using p a t c h forbidden response has a 3xx status code

func (*PatchPipelineGlobalUsingPATCHForbidden) IsServerError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHForbidden) IsServerError() bool

IsServerError returns true when this patch pipeline global using p a t c h forbidden response has a 5xx status code

func (*PatchPipelineGlobalUsingPATCHForbidden) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global using p a t c h forbidden response has a 2xx status code

func (*PatchPipelineGlobalUsingPATCHForbidden) String added in v0.6.0

type PatchPipelineGlobalUsingPATCHInternalServerError added in v0.6.0

type PatchPipelineGlobalUsingPATCHInternalServerError struct {
}

PatchPipelineGlobalUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchPipelineGlobalUsingPATCHInternalServerError added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHInternalServerError() *PatchPipelineGlobalUsingPATCHInternalServerError

NewPatchPipelineGlobalUsingPATCHInternalServerError creates a PatchPipelineGlobalUsingPATCHInternalServerError with default headers values

func (*PatchPipelineGlobalUsingPATCHInternalServerError) Error added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHInternalServerError) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global using p a t c h internal server error response has a 4xx status code

func (*PatchPipelineGlobalUsingPATCHInternalServerError) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global using p a t c h internal server error response a status code equal to that given

func (*PatchPipelineGlobalUsingPATCHInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global using p a t c h internal server error response has a 3xx status code

func (*PatchPipelineGlobalUsingPATCHInternalServerError) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global using p a t c h internal server error response has a 5xx status code

func (*PatchPipelineGlobalUsingPATCHInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global using p a t c h internal server error response has a 2xx status code

func (*PatchPipelineGlobalUsingPATCHInternalServerError) String added in v0.6.0

type PatchPipelineGlobalUsingPATCHNotFound added in v0.6.0

type PatchPipelineGlobalUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchPipelineGlobalUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchPipelineGlobalUsingPATCHNotFound added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHNotFound() *PatchPipelineGlobalUsingPATCHNotFound

NewPatchPipelineGlobalUsingPATCHNotFound creates a PatchPipelineGlobalUsingPATCHNotFound with default headers values

func (*PatchPipelineGlobalUsingPATCHNotFound) Error added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHNotFound) GetPayload added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHNotFound) IsClientError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHNotFound) IsClientError() bool

IsClientError returns true when this patch pipeline global using p a t c h not found response has a 4xx status code

func (*PatchPipelineGlobalUsingPATCHNotFound) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global using p a t c h not found response a status code equal to that given

func (*PatchPipelineGlobalUsingPATCHNotFound) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global using p a t c h not found response has a 3xx status code

func (*PatchPipelineGlobalUsingPATCHNotFound) IsServerError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHNotFound) IsServerError() bool

IsServerError returns true when this patch pipeline global using p a t c h not found response has a 5xx status code

func (*PatchPipelineGlobalUsingPATCHNotFound) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global using p a t c h not found response has a 2xx status code

func (*PatchPipelineGlobalUsingPATCHNotFound) String added in v0.6.0

type PatchPipelineGlobalUsingPATCHOK added in v0.6.0

type PatchPipelineGlobalUsingPATCHOK struct {
	Payload models.Pipeline
}

PatchPipelineGlobalUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchPipelineGlobalUsingPATCHOK added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHOK() *PatchPipelineGlobalUsingPATCHOK

NewPatchPipelineGlobalUsingPATCHOK creates a PatchPipelineGlobalUsingPATCHOK with default headers values

func (*PatchPipelineGlobalUsingPATCHOK) Error added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHOK) GetPayload added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHOK) IsClientError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch pipeline global using p a t c h o k response has a 4xx status code

func (*PatchPipelineGlobalUsingPATCHOK) IsCode added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHOK) IsCode(code int) bool

IsCode returns true when this patch pipeline global using p a t c h o k response a status code equal to that given

func (*PatchPipelineGlobalUsingPATCHOK) IsRedirect added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this patch pipeline global using p a t c h o k response has a 3xx status code

func (*PatchPipelineGlobalUsingPATCHOK) IsServerError added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch pipeline global using p a t c h o k response has a 5xx status code

func (*PatchPipelineGlobalUsingPATCHOK) IsSuccess added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHOK) IsSuccess() bool

IsSuccess returns true when this patch pipeline global using p a t c h o k response has a 2xx status code

func (*PatchPipelineGlobalUsingPATCHOK) String added in v0.6.0

type PatchPipelineGlobalUsingPATCHParams added in v0.6.0

type PatchPipelineGlobalUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

PatchPipelineGlobalUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch pipeline global using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchPipelineGlobalUsingPATCHParams added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHParams() *PatchPipelineGlobalUsingPATCHParams

NewPatchPipelineGlobalUsingPATCHParams creates a new PatchPipelineGlobalUsingPATCHParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchPipelineGlobalUsingPATCHParamsWithContext added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHParamsWithContext(ctx context.Context) *PatchPipelineGlobalUsingPATCHParams

NewPatchPipelineGlobalUsingPATCHParamsWithContext creates a new PatchPipelineGlobalUsingPATCHParams object with the ability to set a context for a request.

func NewPatchPipelineGlobalUsingPATCHParamsWithHTTPClient added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchPipelineGlobalUsingPATCHParams

NewPatchPipelineGlobalUsingPATCHParamsWithHTTPClient creates a new PatchPipelineGlobalUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPipelineGlobalUsingPATCHParamsWithTimeout added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchPipelineGlobalUsingPATCHParams

NewPatchPipelineGlobalUsingPATCHParamsWithTimeout creates a new PatchPipelineGlobalUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchPipelineGlobalUsingPATCHParams) SetAPIVersion added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetAuthorization added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetBody added in v0.6.0

SetBody adds the body to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetContext added in v0.6.0

SetContext adds the context to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetDefaults added in v0.6.0

func (o *PatchPipelineGlobalUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch pipeline global using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineGlobalUsingPATCHParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetID added in v0.6.0

SetID adds the id to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) SetTimeout added in v0.6.0

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

SetTimeout adds the timeout to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithAPIVersion added in v0.6.0

WithAPIVersion adds the aPIVersion to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithAuthorization added in v0.6.0

WithAuthorization adds the authorization to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithBody added in v0.6.0

WithBody adds the body to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithContext added in v0.6.0

WithContext adds the context to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the patch pipeline global using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineGlobalUsingPATCHParams) WithHTTPClient added in v0.6.0

WithHTTPClient adds the HTTPClient to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithID added in v0.6.0

WithID adds the id to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the patch pipeline global using p a t c h params

func (*PatchPipelineGlobalUsingPATCHParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type PatchPipelineGlobalUsingPATCHReader added in v0.6.0

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

PatchPipelineGlobalUsingPATCHReader is a Reader for the PatchPipelineGlobalUsingPATCH structure.

func (*PatchPipelineGlobalUsingPATCHReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type PatchPipelineGlobalUsingPATCHUnauthorized added in v0.6.0

type PatchPipelineGlobalUsingPATCHUnauthorized struct {
}

PatchPipelineGlobalUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchPipelineGlobalUsingPATCHUnauthorized added in v0.6.0

func NewPatchPipelineGlobalUsingPATCHUnauthorized() *PatchPipelineGlobalUsingPATCHUnauthorized

NewPatchPipelineGlobalUsingPATCHUnauthorized creates a PatchPipelineGlobalUsingPATCHUnauthorized with default headers values

func (*PatchPipelineGlobalUsingPATCHUnauthorized) Error added in v0.6.0

func (*PatchPipelineGlobalUsingPATCHUnauthorized) IsClientError added in v0.6.0

IsClientError returns true when this patch pipeline global using p a t c h unauthorized response has a 4xx status code

func (*PatchPipelineGlobalUsingPATCHUnauthorized) IsCode added in v0.6.0

IsCode returns true when this patch pipeline global using p a t c h unauthorized response a status code equal to that given

func (*PatchPipelineGlobalUsingPATCHUnauthorized) IsRedirect added in v0.6.0

IsRedirect returns true when this patch pipeline global using p a t c h unauthorized response has a 3xx status code

func (*PatchPipelineGlobalUsingPATCHUnauthorized) IsServerError added in v0.6.0

IsServerError returns true when this patch pipeline global using p a t c h unauthorized response has a 5xx status code

func (*PatchPipelineGlobalUsingPATCHUnauthorized) IsSuccess added in v0.6.0

IsSuccess returns true when this patch pipeline global using p a t c h unauthorized response has a 2xx status code

func (*PatchPipelineGlobalUsingPATCHUnauthorized) String added in v0.6.0

type PatchPipelineUsingPATCHForbidden added in v0.4.0

type PatchPipelineUsingPATCHForbidden struct {
}

PatchPipelineUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchPipelineUsingPATCHForbidden added in v0.4.0

func NewPatchPipelineUsingPATCHForbidden() *PatchPipelineUsingPATCHForbidden

NewPatchPipelineUsingPATCHForbidden creates a PatchPipelineUsingPATCHForbidden with default headers values

func (*PatchPipelineUsingPATCHForbidden) Error added in v0.4.0

func (*PatchPipelineUsingPATCHForbidden) IsClientError added in v0.5.0

func (o *PatchPipelineUsingPATCHForbidden) IsClientError() bool

IsClientError returns true when this patch pipeline using p a t c h forbidden response has a 4xx status code

func (*PatchPipelineUsingPATCHForbidden) IsCode added in v0.5.0

func (o *PatchPipelineUsingPATCHForbidden) IsCode(code int) bool

IsCode returns true when this patch pipeline using p a t c h forbidden response a status code equal to that given

func (*PatchPipelineUsingPATCHForbidden) IsRedirect added in v0.5.0

func (o *PatchPipelineUsingPATCHForbidden) IsRedirect() bool

IsRedirect returns true when this patch pipeline using p a t c h forbidden response has a 3xx status code

func (*PatchPipelineUsingPATCHForbidden) IsServerError added in v0.5.0

func (o *PatchPipelineUsingPATCHForbidden) IsServerError() bool

IsServerError returns true when this patch pipeline using p a t c h forbidden response has a 5xx status code

func (*PatchPipelineUsingPATCHForbidden) IsSuccess added in v0.5.0

func (o *PatchPipelineUsingPATCHForbidden) IsSuccess() bool

IsSuccess returns true when this patch pipeline using p a t c h forbidden response has a 2xx status code

func (*PatchPipelineUsingPATCHForbidden) String added in v0.5.0

type PatchPipelineUsingPATCHInternalServerError added in v0.4.0

type PatchPipelineUsingPATCHInternalServerError struct {
}

PatchPipelineUsingPATCHInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewPatchPipelineUsingPATCHInternalServerError added in v0.4.0

func NewPatchPipelineUsingPATCHInternalServerError() *PatchPipelineUsingPATCHInternalServerError

NewPatchPipelineUsingPATCHInternalServerError creates a PatchPipelineUsingPATCHInternalServerError with default headers values

func (*PatchPipelineUsingPATCHInternalServerError) Error added in v0.4.0

func (*PatchPipelineUsingPATCHInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this patch pipeline using p a t c h internal server error response has a 4xx status code

func (*PatchPipelineUsingPATCHInternalServerError) IsCode added in v0.5.0

IsCode returns true when this patch pipeline using p a t c h internal server error response a status code equal to that given

func (*PatchPipelineUsingPATCHInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this patch pipeline using p a t c h internal server error response has a 3xx status code

func (*PatchPipelineUsingPATCHInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this patch pipeline using p a t c h internal server error response has a 5xx status code

func (*PatchPipelineUsingPATCHInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline using p a t c h internal server error response has a 2xx status code

func (*PatchPipelineUsingPATCHInternalServerError) String added in v0.5.0

type PatchPipelineUsingPATCHNotFound added in v0.4.0

type PatchPipelineUsingPATCHNotFound struct {
	Payload *models.Error
}

PatchPipelineUsingPATCHNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchPipelineUsingPATCHNotFound added in v0.4.0

func NewPatchPipelineUsingPATCHNotFound() *PatchPipelineUsingPATCHNotFound

NewPatchPipelineUsingPATCHNotFound creates a PatchPipelineUsingPATCHNotFound with default headers values

func (*PatchPipelineUsingPATCHNotFound) Error added in v0.4.0

func (*PatchPipelineUsingPATCHNotFound) GetPayload added in v0.4.0

func (o *PatchPipelineUsingPATCHNotFound) GetPayload() *models.Error

func (*PatchPipelineUsingPATCHNotFound) IsClientError added in v0.5.0

func (o *PatchPipelineUsingPATCHNotFound) IsClientError() bool

IsClientError returns true when this patch pipeline using p a t c h not found response has a 4xx status code

func (*PatchPipelineUsingPATCHNotFound) IsCode added in v0.5.0

func (o *PatchPipelineUsingPATCHNotFound) IsCode(code int) bool

IsCode returns true when this patch pipeline using p a t c h not found response a status code equal to that given

func (*PatchPipelineUsingPATCHNotFound) IsRedirect added in v0.5.0

func (o *PatchPipelineUsingPATCHNotFound) IsRedirect() bool

IsRedirect returns true when this patch pipeline using p a t c h not found response has a 3xx status code

func (*PatchPipelineUsingPATCHNotFound) IsServerError added in v0.5.0

func (o *PatchPipelineUsingPATCHNotFound) IsServerError() bool

IsServerError returns true when this patch pipeline using p a t c h not found response has a 5xx status code

func (*PatchPipelineUsingPATCHNotFound) IsSuccess added in v0.5.0

func (o *PatchPipelineUsingPATCHNotFound) IsSuccess() bool

IsSuccess returns true when this patch pipeline using p a t c h not found response has a 2xx status code

func (*PatchPipelineUsingPATCHNotFound) String added in v0.5.0

type PatchPipelineUsingPATCHOK added in v0.4.0

type PatchPipelineUsingPATCHOK struct {
	Payload models.Pipeline
}

PatchPipelineUsingPATCHOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewPatchPipelineUsingPATCHOK added in v0.4.0

func NewPatchPipelineUsingPATCHOK() *PatchPipelineUsingPATCHOK

NewPatchPipelineUsingPATCHOK creates a PatchPipelineUsingPATCHOK with default headers values

func (*PatchPipelineUsingPATCHOK) Error added in v0.4.0

func (o *PatchPipelineUsingPATCHOK) Error() string

func (*PatchPipelineUsingPATCHOK) GetPayload added in v0.4.0

func (o *PatchPipelineUsingPATCHOK) GetPayload() models.Pipeline

func (*PatchPipelineUsingPATCHOK) IsClientError added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) IsClientError() bool

IsClientError returns true when this patch pipeline using p a t c h o k response has a 4xx status code

func (*PatchPipelineUsingPATCHOK) IsCode added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) IsCode(code int) bool

IsCode returns true when this patch pipeline using p a t c h o k response a status code equal to that given

func (*PatchPipelineUsingPATCHOK) IsRedirect added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this patch pipeline using p a t c h o k response has a 3xx status code

func (*PatchPipelineUsingPATCHOK) IsServerError added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) IsServerError() bool

IsServerError returns true when this patch pipeline using p a t c h o k response has a 5xx status code

func (*PatchPipelineUsingPATCHOK) IsSuccess added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) IsSuccess() bool

IsSuccess returns true when this patch pipeline using p a t c h o k response has a 2xx status code

func (*PatchPipelineUsingPATCHOK) String added in v0.5.0

func (o *PatchPipelineUsingPATCHOK) String() string

type PatchPipelineUsingPATCHParams added in v0.4.0

type PatchPipelineUsingPATCHParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Patch Request for a pipeline
	*/
	Body models.PipelinePatchRequest

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

PatchPipelineUsingPATCHParams contains all the parameters to send to the API endpoint

for the patch pipeline using p a t c h operation.

Typically these are written to a http.Request.

func NewPatchPipelineUsingPATCHParams added in v0.4.0

func NewPatchPipelineUsingPATCHParams() *PatchPipelineUsingPATCHParams

NewPatchPipelineUsingPATCHParams creates a new PatchPipelineUsingPATCHParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchPipelineUsingPATCHParamsWithContext added in v0.4.0

func NewPatchPipelineUsingPATCHParamsWithContext(ctx context.Context) *PatchPipelineUsingPATCHParams

NewPatchPipelineUsingPATCHParamsWithContext creates a new PatchPipelineUsingPATCHParams object with the ability to set a context for a request.

func NewPatchPipelineUsingPATCHParamsWithHTTPClient added in v0.4.0

func NewPatchPipelineUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchPipelineUsingPATCHParams

NewPatchPipelineUsingPATCHParamsWithHTTPClient creates a new PatchPipelineUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPipelineUsingPATCHParamsWithTimeout added in v0.4.0

func NewPatchPipelineUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchPipelineUsingPATCHParams

NewPatchPipelineUsingPATCHParamsWithTimeout creates a new PatchPipelineUsingPATCHParams object with the ability to set a timeout on a request.

func (*PatchPipelineUsingPATCHParams) SetAPIVersion added in v0.4.0

func (o *PatchPipelineUsingPATCHParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetAuthorization added in v0.4.0

func (o *PatchPipelineUsingPATCHParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetBody added in v0.4.0

SetBody adds the body to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetContext added in v0.4.0

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

SetContext adds the context to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetDefaults added in v0.4.0

func (o *PatchPipelineUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch pipeline using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineUsingPATCHParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetID added in v0.4.0

SetID adds the id to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithAuthorization added in v0.4.0

func (o *PatchPipelineUsingPATCHParams) WithAuthorization(authorization string) *PatchPipelineUsingPATCHParams

WithAuthorization adds the authorization to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithBody added in v0.4.0

WithBody adds the body to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithContext added in v0.4.0

WithContext adds the context to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the patch pipeline using p a t c h params (not the query body).

All values with no default are reset to their zero value.

func (*PatchPipelineUsingPATCHParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithID added in v0.4.0

WithID adds the id to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the patch pipeline using p a t c h params

func (*PatchPipelineUsingPATCHParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchPipelineUsingPATCHReader added in v0.4.0

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

PatchPipelineUsingPATCHReader is a Reader for the PatchPipelineUsingPATCH structure.

func (*PatchPipelineUsingPATCHReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchPipelineUsingPATCHUnauthorized added in v0.4.0

type PatchPipelineUsingPATCHUnauthorized struct {
}

PatchPipelineUsingPATCHUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewPatchPipelineUsingPATCHUnauthorized added in v0.4.0

func NewPatchPipelineUsingPATCHUnauthorized() *PatchPipelineUsingPATCHUnauthorized

NewPatchPipelineUsingPATCHUnauthorized creates a PatchPipelineUsingPATCHUnauthorized with default headers values

func (*PatchPipelineUsingPATCHUnauthorized) Error added in v0.4.0

func (*PatchPipelineUsingPATCHUnauthorized) IsClientError added in v0.5.0

func (o *PatchPipelineUsingPATCHUnauthorized) IsClientError() bool

IsClientError returns true when this patch pipeline using p a t c h unauthorized response has a 4xx status code

func (*PatchPipelineUsingPATCHUnauthorized) IsCode added in v0.5.0

IsCode returns true when this patch pipeline using p a t c h unauthorized response a status code equal to that given

func (*PatchPipelineUsingPATCHUnauthorized) IsRedirect added in v0.5.0

func (o *PatchPipelineUsingPATCHUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch pipeline using p a t c h unauthorized response has a 3xx status code

func (*PatchPipelineUsingPATCHUnauthorized) IsServerError added in v0.5.0

func (o *PatchPipelineUsingPATCHUnauthorized) IsServerError() bool

IsServerError returns true when this patch pipeline using p a t c h unauthorized response has a 5xx status code

func (*PatchPipelineUsingPATCHUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch pipeline using p a t c h unauthorized response has a 2xx status code

func (*PatchPipelineUsingPATCHUnauthorized) String added in v0.5.0

type UpdatePipelineByNameUsingPUTForbidden added in v0.4.0

type UpdatePipelineByNameUsingPUTForbidden struct {
}

UpdatePipelineByNameUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdatePipelineByNameUsingPUTForbidden added in v0.4.0

func NewUpdatePipelineByNameUsingPUTForbidden() *UpdatePipelineByNameUsingPUTForbidden

NewUpdatePipelineByNameUsingPUTForbidden creates a UpdatePipelineByNameUsingPUTForbidden with default headers values

func (*UpdatePipelineByNameUsingPUTForbidden) Error added in v0.4.0

func (*UpdatePipelineByNameUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update pipeline by name using p u t forbidden response has a 4xx status code

func (*UpdatePipelineByNameUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update pipeline by name using p u t forbidden response a status code equal to that given

func (*UpdatePipelineByNameUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update pipeline by name using p u t forbidden response has a 3xx status code

func (*UpdatePipelineByNameUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update pipeline by name using p u t forbidden response has a 5xx status code

func (*UpdatePipelineByNameUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline by name using p u t forbidden response has a 2xx status code

func (*UpdatePipelineByNameUsingPUTForbidden) String added in v0.5.0

type UpdatePipelineByNameUsingPUTInternalServerError added in v0.4.0

type UpdatePipelineByNameUsingPUTInternalServerError struct {
}

UpdatePipelineByNameUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdatePipelineByNameUsingPUTInternalServerError added in v0.4.0

func NewUpdatePipelineByNameUsingPUTInternalServerError() *UpdatePipelineByNameUsingPUTInternalServerError

NewUpdatePipelineByNameUsingPUTInternalServerError creates a UpdatePipelineByNameUsingPUTInternalServerError with default headers values

func (*UpdatePipelineByNameUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdatePipelineByNameUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update pipeline by name using p u t internal server error response has a 4xx status code

func (*UpdatePipelineByNameUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update pipeline by name using p u t internal server error response a status code equal to that given

func (*UpdatePipelineByNameUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update pipeline by name using p u t internal server error response has a 3xx status code

func (*UpdatePipelineByNameUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update pipeline by name using p u t internal server error response has a 5xx status code

func (*UpdatePipelineByNameUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline by name using p u t internal server error response has a 2xx status code

func (*UpdatePipelineByNameUsingPUTInternalServerError) String added in v0.5.0

type UpdatePipelineByNameUsingPUTNotFound added in v0.4.0

type UpdatePipelineByNameUsingPUTNotFound struct {
	Payload *models.Error
}

UpdatePipelineByNameUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdatePipelineByNameUsingPUTNotFound added in v0.4.0

func NewUpdatePipelineByNameUsingPUTNotFound() *UpdatePipelineByNameUsingPUTNotFound

NewUpdatePipelineByNameUsingPUTNotFound creates a UpdatePipelineByNameUsingPUTNotFound with default headers values

func (*UpdatePipelineByNameUsingPUTNotFound) Error added in v0.4.0

func (*UpdatePipelineByNameUsingPUTNotFound) GetPayload added in v0.4.0

func (*UpdatePipelineByNameUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update pipeline by name using p u t not found response has a 4xx status code

func (*UpdatePipelineByNameUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update pipeline by name using p u t not found response a status code equal to that given

func (*UpdatePipelineByNameUsingPUTNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update pipeline by name using p u t not found response has a 3xx status code

func (*UpdatePipelineByNameUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update pipeline by name using p u t not found response has a 5xx status code

func (*UpdatePipelineByNameUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline by name using p u t not found response has a 2xx status code

func (*UpdatePipelineByNameUsingPUTNotFound) String added in v0.5.0

type UpdatePipelineByNameUsingPUTOK added in v0.4.0

type UpdatePipelineByNameUsingPUTOK struct {
	Payload models.Pipeline
}

UpdatePipelineByNameUsingPUTOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewUpdatePipelineByNameUsingPUTOK added in v0.4.0

func NewUpdatePipelineByNameUsingPUTOK() *UpdatePipelineByNameUsingPUTOK

NewUpdatePipelineByNameUsingPUTOK creates a UpdatePipelineByNameUsingPUTOK with default headers values

func (*UpdatePipelineByNameUsingPUTOK) Error added in v0.4.0

func (*UpdatePipelineByNameUsingPUTOK) GetPayload added in v0.4.0

func (*UpdatePipelineByNameUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTOK) IsClientError() bool

IsClientError returns true when this update pipeline by name using p u t o k response has a 4xx status code

func (*UpdatePipelineByNameUsingPUTOK) IsCode added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTOK) IsCode(code int) bool

IsCode returns true when this update pipeline by name using p u t o k response a status code equal to that given

func (*UpdatePipelineByNameUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update pipeline by name using p u t o k response has a 3xx status code

func (*UpdatePipelineByNameUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTOK) IsServerError() bool

IsServerError returns true when this update pipeline by name using p u t o k response has a 5xx status code

func (*UpdatePipelineByNameUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdatePipelineByNameUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update pipeline by name using p u t o k response has a 2xx status code

func (*UpdatePipelineByNameUsingPUTOK) String added in v0.5.0

type UpdatePipelineByNameUsingPUTParams added in v0.4.0

type UpdatePipelineByNameUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

	/* Name.

	   The name of the Pipeline
	*/
	Name string

	/* Project.

	   The project the Pipeline belongs to
	*/
	Project string

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

UpdatePipelineByNameUsingPUTParams contains all the parameters to send to the API endpoint

for the update pipeline by name using p u t operation.

Typically these are written to a http.Request.

func NewUpdatePipelineByNameUsingPUTParams added in v0.4.0

func NewUpdatePipelineByNameUsingPUTParams() *UpdatePipelineByNameUsingPUTParams

NewUpdatePipelineByNameUsingPUTParams creates a new UpdatePipelineByNameUsingPUTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdatePipelineByNameUsingPUTParamsWithContext added in v0.4.0

func NewUpdatePipelineByNameUsingPUTParamsWithContext(ctx context.Context) *UpdatePipelineByNameUsingPUTParams

NewUpdatePipelineByNameUsingPUTParamsWithContext creates a new UpdatePipelineByNameUsingPUTParams object with the ability to set a context for a request.

func NewUpdatePipelineByNameUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdatePipelineByNameUsingPUTParamsWithHTTPClient(client *http.Client) *UpdatePipelineByNameUsingPUTParams

NewUpdatePipelineByNameUsingPUTParamsWithHTTPClient creates a new UpdatePipelineByNameUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePipelineByNameUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdatePipelineByNameUsingPUTParamsWithTimeout(timeout time.Duration) *UpdatePipelineByNameUsingPUTParams

NewUpdatePipelineByNameUsingPUTParamsWithTimeout creates a new UpdatePipelineByNameUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdatePipelineByNameUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdatePipelineByNameUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdatePipelineByNameUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetBody added in v0.4.0

SetBody adds the body to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetContext added in v0.4.0

SetContext adds the context to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdatePipelineByNameUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update pipeline by name using p u t params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePipelineByNameUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetName added in v0.4.0

func (o *UpdatePipelineByNameUsingPUTParams) SetName(name string)

SetName adds the name to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetProject added in v0.4.0

func (o *UpdatePipelineByNameUsingPUTParams) SetProject(project string)

SetProject adds the project to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithBody added in v0.4.0

WithBody adds the body to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update pipeline by name using p u t params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePipelineByNameUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithName added in v0.4.0

WithName adds the name to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithProject added in v0.4.0

WithProject adds the project to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update pipeline by name using p u t params

func (*UpdatePipelineByNameUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdatePipelineByNameUsingPUTReader added in v0.4.0

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

UpdatePipelineByNameUsingPUTReader is a Reader for the UpdatePipelineByNameUsingPUT structure.

func (*UpdatePipelineByNameUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdatePipelineByNameUsingPUTUnauthorized added in v0.4.0

type UpdatePipelineByNameUsingPUTUnauthorized struct {
}

UpdatePipelineByNameUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdatePipelineByNameUsingPUTUnauthorized added in v0.4.0

func NewUpdatePipelineByNameUsingPUTUnauthorized() *UpdatePipelineByNameUsingPUTUnauthorized

NewUpdatePipelineByNameUsingPUTUnauthorized creates a UpdatePipelineByNameUsingPUTUnauthorized with default headers values

func (*UpdatePipelineByNameUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdatePipelineByNameUsingPUTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this update pipeline by name using p u t unauthorized response has a 4xx status code

func (*UpdatePipelineByNameUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update pipeline by name using p u t unauthorized response a status code equal to that given

func (*UpdatePipelineByNameUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update pipeline by name using p u t unauthorized response has a 3xx status code

func (*UpdatePipelineByNameUsingPUTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this update pipeline by name using p u t unauthorized response has a 5xx status code

func (*UpdatePipelineByNameUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline by name using p u t unauthorized response has a 2xx status code

func (*UpdatePipelineByNameUsingPUTUnauthorized) String added in v0.5.0

type UpdatePipelineUsingPUTForbidden added in v0.4.0

type UpdatePipelineUsingPUTForbidden struct {
}

UpdatePipelineUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdatePipelineUsingPUTForbidden added in v0.4.0

func NewUpdatePipelineUsingPUTForbidden() *UpdatePipelineUsingPUTForbidden

NewUpdatePipelineUsingPUTForbidden creates a UpdatePipelineUsingPUTForbidden with default headers values

func (*UpdatePipelineUsingPUTForbidden) Error added in v0.4.0

func (*UpdatePipelineUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdatePipelineUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update pipeline using p u t forbidden response has a 4xx status code

func (*UpdatePipelineUsingPUTForbidden) IsCode added in v0.5.0

func (o *UpdatePipelineUsingPUTForbidden) IsCode(code int) bool

IsCode returns true when this update pipeline using p u t forbidden response a status code equal to that given

func (*UpdatePipelineUsingPUTForbidden) IsRedirect added in v0.5.0

func (o *UpdatePipelineUsingPUTForbidden) IsRedirect() bool

IsRedirect returns true when this update pipeline using p u t forbidden response has a 3xx status code

func (*UpdatePipelineUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdatePipelineUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update pipeline using p u t forbidden response has a 5xx status code

func (*UpdatePipelineUsingPUTForbidden) IsSuccess added in v0.5.0

func (o *UpdatePipelineUsingPUTForbidden) IsSuccess() bool

IsSuccess returns true when this update pipeline using p u t forbidden response has a 2xx status code

func (*UpdatePipelineUsingPUTForbidden) String added in v0.5.0

type UpdatePipelineUsingPUTInternalServerError added in v0.4.0

type UpdatePipelineUsingPUTInternalServerError struct {
}

UpdatePipelineUsingPUTInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewUpdatePipelineUsingPUTInternalServerError added in v0.4.0

func NewUpdatePipelineUsingPUTInternalServerError() *UpdatePipelineUsingPUTInternalServerError

NewUpdatePipelineUsingPUTInternalServerError creates a UpdatePipelineUsingPUTInternalServerError with default headers values

func (*UpdatePipelineUsingPUTInternalServerError) Error added in v0.4.0

func (*UpdatePipelineUsingPUTInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this update pipeline using p u t internal server error response has a 4xx status code

func (*UpdatePipelineUsingPUTInternalServerError) IsCode added in v0.5.0

IsCode returns true when this update pipeline using p u t internal server error response a status code equal to that given

func (*UpdatePipelineUsingPUTInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this update pipeline using p u t internal server error response has a 3xx status code

func (*UpdatePipelineUsingPUTInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this update pipeline using p u t internal server error response has a 5xx status code

func (*UpdatePipelineUsingPUTInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline using p u t internal server error response has a 2xx status code

func (*UpdatePipelineUsingPUTInternalServerError) String added in v0.5.0

type UpdatePipelineUsingPUTNotFound added in v0.4.0

type UpdatePipelineUsingPUTNotFound struct {
	Payload *models.Error
}

UpdatePipelineUsingPUTNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdatePipelineUsingPUTNotFound added in v0.4.0

func NewUpdatePipelineUsingPUTNotFound() *UpdatePipelineUsingPUTNotFound

NewUpdatePipelineUsingPUTNotFound creates a UpdatePipelineUsingPUTNotFound with default headers values

func (*UpdatePipelineUsingPUTNotFound) Error added in v0.4.0

func (*UpdatePipelineUsingPUTNotFound) GetPayload added in v0.4.0

func (o *UpdatePipelineUsingPUTNotFound) GetPayload() *models.Error

func (*UpdatePipelineUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdatePipelineUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update pipeline using p u t not found response has a 4xx status code

func (*UpdatePipelineUsingPUTNotFound) IsCode added in v0.5.0

func (o *UpdatePipelineUsingPUTNotFound) IsCode(code int) bool

IsCode returns true when this update pipeline using p u t not found response a status code equal to that given

func (*UpdatePipelineUsingPUTNotFound) IsRedirect added in v0.5.0

func (o *UpdatePipelineUsingPUTNotFound) IsRedirect() bool

IsRedirect returns true when this update pipeline using p u t not found response has a 3xx status code

func (*UpdatePipelineUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdatePipelineUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update pipeline using p u t not found response has a 5xx status code

func (*UpdatePipelineUsingPUTNotFound) IsSuccess added in v0.5.0

func (o *UpdatePipelineUsingPUTNotFound) IsSuccess() bool

IsSuccess returns true when this update pipeline using p u t not found response has a 2xx status code

func (*UpdatePipelineUsingPUTNotFound) String added in v0.5.0

type UpdatePipelineUsingPUTOK added in v0.4.0

type UpdatePipelineUsingPUTOK struct {
	Payload models.Pipeline
}

UpdatePipelineUsingPUTOK describes a response with status code 200, with default header values.

'Success' with the updated Pipeline

func NewUpdatePipelineUsingPUTOK added in v0.4.0

func NewUpdatePipelineUsingPUTOK() *UpdatePipelineUsingPUTOK

NewUpdatePipelineUsingPUTOK creates a UpdatePipelineUsingPUTOK with default headers values

func (*UpdatePipelineUsingPUTOK) Error added in v0.4.0

func (o *UpdatePipelineUsingPUTOK) Error() string

func (*UpdatePipelineUsingPUTOK) GetPayload added in v0.4.0

func (o *UpdatePipelineUsingPUTOK) GetPayload() models.Pipeline

func (*UpdatePipelineUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) IsClientError() bool

IsClientError returns true when this update pipeline using p u t o k response has a 4xx status code

func (*UpdatePipelineUsingPUTOK) IsCode added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) IsCode(code int) bool

IsCode returns true when this update pipeline using p u t o k response a status code equal to that given

func (*UpdatePipelineUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update pipeline using p u t o k response has a 3xx status code

func (*UpdatePipelineUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) IsServerError() bool

IsServerError returns true when this update pipeline using p u t o k response has a 5xx status code

func (*UpdatePipelineUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update pipeline using p u t o k response has a 2xx status code

func (*UpdatePipelineUsingPUTOK) String added in v0.5.0

func (o *UpdatePipelineUsingPUTOK) String() string

type UpdatePipelineUsingPUTParams added in v0.4.0

type UpdatePipelineUsingPUTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

	/* Body.

	   Pipeline specification
	*/
	Body models.PipelineSpec

	/* ID.

	   The ID of the Pipeline
	*/
	ID string

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

UpdatePipelineUsingPUTParams contains all the parameters to send to the API endpoint

for the update pipeline using p u t operation.

Typically these are written to a http.Request.

func NewUpdatePipelineUsingPUTParams added in v0.4.0

func NewUpdatePipelineUsingPUTParams() *UpdatePipelineUsingPUTParams

NewUpdatePipelineUsingPUTParams creates a new UpdatePipelineUsingPUTParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdatePipelineUsingPUTParamsWithContext added in v0.4.0

func NewUpdatePipelineUsingPUTParamsWithContext(ctx context.Context) *UpdatePipelineUsingPUTParams

NewUpdatePipelineUsingPUTParamsWithContext creates a new UpdatePipelineUsingPUTParams object with the ability to set a context for a request.

func NewUpdatePipelineUsingPUTParamsWithHTTPClient added in v0.4.0

func NewUpdatePipelineUsingPUTParamsWithHTTPClient(client *http.Client) *UpdatePipelineUsingPUTParams

NewUpdatePipelineUsingPUTParamsWithHTTPClient creates a new UpdatePipelineUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePipelineUsingPUTParamsWithTimeout added in v0.4.0

func NewUpdatePipelineUsingPUTParamsWithTimeout(timeout time.Duration) *UpdatePipelineUsingPUTParams

NewUpdatePipelineUsingPUTParamsWithTimeout creates a new UpdatePipelineUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdatePipelineUsingPUTParams) SetAPIVersion added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetAuthorization added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetBody added in v0.4.0

SetBody adds the body to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetContext added in v0.4.0

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

SetContext adds the context to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetDefaults added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update pipeline using p u t params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePipelineUsingPUTParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetID added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) SetID(id string)

SetID adds the id to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithAPIVersion added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) WithAPIVersion(aPIVersion string) *UpdatePipelineUsingPUTParams

WithAPIVersion adds the aPIVersion to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithAuthorization added in v0.4.0

func (o *UpdatePipelineUsingPUTParams) WithAuthorization(authorization string) *UpdatePipelineUsingPUTParams

WithAuthorization adds the authorization to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithBody added in v0.4.0

WithBody adds the body to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithContext added in v0.4.0

WithContext adds the context to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update pipeline using p u t params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePipelineUsingPUTParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithID added in v0.4.0

WithID adds the id to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update pipeline using p u t params

func (*UpdatePipelineUsingPUTParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdatePipelineUsingPUTReader added in v0.4.0

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

UpdatePipelineUsingPUTReader is a Reader for the UpdatePipelineUsingPUT structure.

func (*UpdatePipelineUsingPUTReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdatePipelineUsingPUTUnauthorized added in v0.4.0

type UpdatePipelineUsingPUTUnauthorized struct {
}

UpdatePipelineUsingPUTUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewUpdatePipelineUsingPUTUnauthorized added in v0.4.0

func NewUpdatePipelineUsingPUTUnauthorized() *UpdatePipelineUsingPUTUnauthorized

NewUpdatePipelineUsingPUTUnauthorized creates a UpdatePipelineUsingPUTUnauthorized with default headers values

func (*UpdatePipelineUsingPUTUnauthorized) Error added in v0.4.0

func (*UpdatePipelineUsingPUTUnauthorized) IsClientError added in v0.5.0

func (o *UpdatePipelineUsingPUTUnauthorized) IsClientError() bool

IsClientError returns true when this update pipeline using p u t unauthorized response has a 4xx status code

func (*UpdatePipelineUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update pipeline using p u t unauthorized response a status code equal to that given

func (*UpdatePipelineUsingPUTUnauthorized) IsRedirect added in v0.5.0

func (o *UpdatePipelineUsingPUTUnauthorized) IsRedirect() bool

IsRedirect returns true when this update pipeline using p u t unauthorized response has a 3xx status code

func (*UpdatePipelineUsingPUTUnauthorized) IsServerError added in v0.5.0

func (o *UpdatePipelineUsingPUTUnauthorized) IsServerError() bool

IsServerError returns true when this update pipeline using p u t unauthorized response has a 5xx status code

func (*UpdatePipelineUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update pipeline using p u t unauthorized response has a 2xx status code

func (*UpdatePipelineUsingPUTUnauthorized) String added in v0.5.0

Source Files

Jump to

Keyboard shortcuts

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