executions

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 Client

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

Client for executions API

func (*Client) DeleteAllExecutionsUsingDELETE added in v0.4.0

func (a *Client) DeleteAllExecutionsUsingDELETE(params *DeleteAllExecutionsUsingDELETEParams, opts ...ClientOption) (*DeleteAllExecutionsUsingDELETEAccepted, error)

DeleteAllExecutionsUsingDELETE deletes all executions

Delete executions that match the specified filter.

func (*Client) DeleteExecutionByIDUsingDELETE added in v0.4.0

func (a *Client) DeleteExecutionByIDUsingDELETE(params *DeleteExecutionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteExecutionByIDUsingDELETEOK, error)

DeleteExecutionByIDUsingDELETE deletes an execution by id

Delete an Execution

func (*Client) GetAllExecutionsUsingGET added in v0.4.0

func (a *Client) GetAllExecutionsUsingGET(params *GetAllExecutionsUsingGETParams, opts ...ClientOption) (*GetAllExecutionsUsingGETOK, error)

GetAllExecutionsUsingGET gets all executions

Get all Executions with specified paging and filter parameters.

func (*Client) GetExecutionByIDUsingGET added in v0.4.0

func (a *Client) GetExecutionByIDUsingGET(params *GetExecutionByIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIDUsingGETOK, error)

GetExecutionByIDUsingGET gets an execution

Get an Execution by id

func (*Client) ModifyExecutionUsingPOST

func (a *Client) ModifyExecutionUsingPOST(params *ModifyExecutionUsingPOSTParams, opts ...ClientOption) (*ModifyExecutionUsingPOSTOK, error)

ModifyExecutionUsingPOST acts on an execution

Actions supported are pause, resume, cancel and tag

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUsingPOST

func (a *Client) UpdateUsingPOST(params *UpdateUsingPOSTParams, opts ...ClientOption) (*UpdateUsingPOSTOK, error)

UpdateUsingPOST updates a batch of user operations

Approves/ Rejects a set of user operations

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteAllExecutionsUsingDELETE(params *DeleteAllExecutionsUsingDELETEParams, opts ...ClientOption) (*DeleteAllExecutionsUsingDELETEAccepted, error)

	DeleteExecutionByIDUsingDELETE(params *DeleteExecutionByIDUsingDELETEParams, opts ...ClientOption) (*DeleteExecutionByIDUsingDELETEOK, error)

	GetAllExecutionsUsingGET(params *GetAllExecutionsUsingGETParams, opts ...ClientOption) (*GetAllExecutionsUsingGETOK, error)

	GetExecutionByIDUsingGET(params *GetExecutionByIDUsingGETParams, opts ...ClientOption) (*GetExecutionByIDUsingGETOK, error)

	ModifyExecutionUsingPOST(params *ModifyExecutionUsingPOSTParams, opts ...ClientOption) (*ModifyExecutionUsingPOSTOK, error)

	UpdateUsingPOST(params *UpdateUsingPOSTParams, opts ...ClientOption) (*UpdateUsingPOSTOK, 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 executions API client.

type DeleteAllExecutionsUsingDELETEAccepted added in v0.4.0

type DeleteAllExecutionsUsingDELETEAccepted struct {
	Payload models.Executions
}

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

Count of executions to be deleted

func NewDeleteAllExecutionsUsingDELETEAccepted added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEAccepted() *DeleteAllExecutionsUsingDELETEAccepted

NewDeleteAllExecutionsUsingDELETEAccepted creates a DeleteAllExecutionsUsingDELETEAccepted with default headers values

func (*DeleteAllExecutionsUsingDELETEAccepted) Error added in v0.4.0

func (*DeleteAllExecutionsUsingDELETEAccepted) GetPayload added in v0.4.0

func (*DeleteAllExecutionsUsingDELETEAccepted) IsClientError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETEAccepted) IsClientError() bool

IsClientError returns true when this delete all executions using d e l e t e accepted response has a 4xx status code

func (*DeleteAllExecutionsUsingDELETEAccepted) IsCode added in v0.5.0

IsCode returns true when this delete all executions using d e l e t e accepted response a status code equal to that given

func (*DeleteAllExecutionsUsingDELETEAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this delete all executions using d e l e t e accepted response has a 3xx status code

func (*DeleteAllExecutionsUsingDELETEAccepted) IsServerError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETEAccepted) IsServerError() bool

IsServerError returns true when this delete all executions using d e l e t e accepted response has a 5xx status code

func (*DeleteAllExecutionsUsingDELETEAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this delete all executions using d e l e t e accepted response has a 2xx status code

func (*DeleteAllExecutionsUsingDELETEAccepted) String added in v0.5.0

type DeleteAllExecutionsUsingDELETEForbidden added in v0.4.0

type DeleteAllExecutionsUsingDELETEForbidden struct {
}

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

Forbidden

func NewDeleteAllExecutionsUsingDELETEForbidden added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEForbidden() *DeleteAllExecutionsUsingDELETEForbidden

NewDeleteAllExecutionsUsingDELETEForbidden creates a DeleteAllExecutionsUsingDELETEForbidden with default headers values

func (*DeleteAllExecutionsUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteAllExecutionsUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this delete all executions using d e l e t e forbidden response has a 4xx status code

func (*DeleteAllExecutionsUsingDELETEForbidden) IsCode added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete all executions using d e l e t e forbidden response has a 3xx status code

func (*DeleteAllExecutionsUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this delete all executions using d e l e t e forbidden response has a 5xx status code

func (*DeleteAllExecutionsUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete all executions using d e l e t e forbidden response has a 2xx status code

func (*DeleteAllExecutionsUsingDELETEForbidden) String added in v0.5.0

type DeleteAllExecutionsUsingDELETEInternalServerError added in v0.4.0

type DeleteAllExecutionsUsingDELETEInternalServerError struct {
}

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

Server Error

func NewDeleteAllExecutionsUsingDELETEInternalServerError added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEInternalServerError() *DeleteAllExecutionsUsingDELETEInternalServerError

NewDeleteAllExecutionsUsingDELETEInternalServerError creates a DeleteAllExecutionsUsingDELETEInternalServerError with default headers values

func (*DeleteAllExecutionsUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteAllExecutionsUsingDELETEInternalServerError) IsClientError added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEInternalServerError) IsCode added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEInternalServerError) IsRedirect added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEInternalServerError) IsServerError added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEInternalServerError) IsSuccess added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEInternalServerError) String added in v0.5.0

type DeleteAllExecutionsUsingDELETENotFound added in v0.4.0

type DeleteAllExecutionsUsingDELETENotFound struct {
	Payload *models.Error
}

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

Not Found

func NewDeleteAllExecutionsUsingDELETENotFound added in v0.4.0

func NewDeleteAllExecutionsUsingDELETENotFound() *DeleteAllExecutionsUsingDELETENotFound

NewDeleteAllExecutionsUsingDELETENotFound creates a DeleteAllExecutionsUsingDELETENotFound with default headers values

func (*DeleteAllExecutionsUsingDELETENotFound) Error added in v0.4.0

func (*DeleteAllExecutionsUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteAllExecutionsUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETENotFound) IsClientError() bool

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

func (*DeleteAllExecutionsUsingDELETENotFound) IsCode added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETENotFound) IsRedirect added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeleteAllExecutionsUsingDELETENotFound) IsServerError() bool

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

func (*DeleteAllExecutionsUsingDELETENotFound) IsSuccess added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETENotFound) String added in v0.5.0

type DeleteAllExecutionsUsingDELETEParams added in v0.4.0

type DeleteAllExecutionsUsingDELETEParams 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
}

DeleteAllExecutionsUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete all executions using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteAllExecutionsUsingDELETEParams added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEParams() *DeleteAllExecutionsUsingDELETEParams

NewDeleteAllExecutionsUsingDELETEParams creates a new DeleteAllExecutionsUsingDELETEParams 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 NewDeleteAllExecutionsUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEParamsWithContext(ctx context.Context) *DeleteAllExecutionsUsingDELETEParams

NewDeleteAllExecutionsUsingDELETEParamsWithContext creates a new DeleteAllExecutionsUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteAllExecutionsUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteAllExecutionsUsingDELETEParams

NewDeleteAllExecutionsUsingDELETEParamsWithHTTPClient creates a new DeleteAllExecutionsUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAllExecutionsUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteAllExecutionsUsingDELETEParams

NewDeleteAllExecutionsUsingDELETEParamsWithTimeout creates a new DeleteAllExecutionsUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteAllExecutionsUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteAllExecutionsUsingDELETEParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteAllExecutionsUsingDELETEParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) SetContext added in v0.4.0

SetContext adds the context to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteAllExecutionsUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete all executions using d e l e t e params (not the query body).

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

func (*DeleteAllExecutionsUsingDELETEParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WithAuthorization added in v0.4.0

WithAuthorization adds the authorization to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WithContext added in v0.4.0

WithContext adds the context to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete all executions using d e l e t e params (not the query body).

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

func (*DeleteAllExecutionsUsingDELETEParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete all executions using d e l e t e params

func (*DeleteAllExecutionsUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteAllExecutionsUsingDELETEReader added in v0.4.0

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

DeleteAllExecutionsUsingDELETEReader is a Reader for the DeleteAllExecutionsUsingDELETE structure.

func (*DeleteAllExecutionsUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteAllExecutionsUsingDELETEUnauthorized added in v0.4.0

type DeleteAllExecutionsUsingDELETEUnauthorized struct {
}

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

Unauthorized Request

func NewDeleteAllExecutionsUsingDELETEUnauthorized added in v0.4.0

func NewDeleteAllExecutionsUsingDELETEUnauthorized() *DeleteAllExecutionsUsingDELETEUnauthorized

NewDeleteAllExecutionsUsingDELETEUnauthorized creates a DeleteAllExecutionsUsingDELETEUnauthorized with default headers values

func (*DeleteAllExecutionsUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteAllExecutionsUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete all executions using d e l e t e unauthorized response has a 4xx status code

func (*DeleteAllExecutionsUsingDELETEUnauthorized) IsCode added in v0.5.0

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

func (*DeleteAllExecutionsUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete all executions using d e l e t e unauthorized response has a 3xx status code

func (*DeleteAllExecutionsUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete all executions using d e l e t e unauthorized response has a 5xx status code

func (*DeleteAllExecutionsUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete all executions using d e l e t e unauthorized response has a 2xx status code

func (*DeleteAllExecutionsUsingDELETEUnauthorized) String added in v0.5.0

type DeleteExecutionByIDUsingDELETEForbidden added in v0.4.0

type DeleteExecutionByIDUsingDELETEForbidden struct {
}

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

Forbidden

func NewDeleteExecutionByIDUsingDELETEForbidden added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEForbidden() *DeleteExecutionByIDUsingDELETEForbidden

NewDeleteExecutionByIDUsingDELETEForbidden creates a DeleteExecutionByIDUsingDELETEForbidden with default headers values

func (*DeleteExecutionByIDUsingDELETEForbidden) Error added in v0.4.0

func (*DeleteExecutionByIDUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEForbidden) IsClientError() bool

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

func (*DeleteExecutionByIDUsingDELETEForbidden) IsCode added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEForbidden) IsRedirect added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEForbidden) IsServerError() bool

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

func (*DeleteExecutionByIDUsingDELETEForbidden) IsSuccess added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEForbidden) String added in v0.5.0

type DeleteExecutionByIDUsingDELETEInternalServerError added in v0.4.0

type DeleteExecutionByIDUsingDELETEInternalServerError struct {
}

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

Server Error

func NewDeleteExecutionByIDUsingDELETEInternalServerError added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEInternalServerError() *DeleteExecutionByIDUsingDELETEInternalServerError

NewDeleteExecutionByIDUsingDELETEInternalServerError creates a DeleteExecutionByIDUsingDELETEInternalServerError with default headers values

func (*DeleteExecutionByIDUsingDELETEInternalServerError) Error added in v0.4.0

func (*DeleteExecutionByIDUsingDELETEInternalServerError) IsClientError added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEInternalServerError) IsCode added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEInternalServerError) IsRedirect added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEInternalServerError) IsServerError added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEInternalServerError) IsSuccess added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEInternalServerError) String added in v0.5.0

type DeleteExecutionByIDUsingDELETENotFound added in v0.4.0

type DeleteExecutionByIDUsingDELETENotFound struct {
	Payload *models.Error
}

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

Not Found

func NewDeleteExecutionByIDUsingDELETENotFound added in v0.4.0

func NewDeleteExecutionByIDUsingDELETENotFound() *DeleteExecutionByIDUsingDELETENotFound

NewDeleteExecutionByIDUsingDELETENotFound creates a DeleteExecutionByIDUsingDELETENotFound with default headers values

func (*DeleteExecutionByIDUsingDELETENotFound) Error added in v0.4.0

func (*DeleteExecutionByIDUsingDELETENotFound) GetPayload added in v0.4.0

func (*DeleteExecutionByIDUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETENotFound) IsClientError() bool

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

func (*DeleteExecutionByIDUsingDELETENotFound) IsCode added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETENotFound) IsRedirect added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETENotFound) IsServerError() bool

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

func (*DeleteExecutionByIDUsingDELETENotFound) IsSuccess added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETENotFound) String added in v0.5.0

type DeleteExecutionByIDUsingDELETEOK added in v0.4.0

type DeleteExecutionByIDUsingDELETEOK struct {
	Payload models.Execution
}

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

'Success' with execution delete

func NewDeleteExecutionByIDUsingDELETEOK added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEOK() *DeleteExecutionByIDUsingDELETEOK

NewDeleteExecutionByIDUsingDELETEOK creates a DeleteExecutionByIDUsingDELETEOK with default headers values

func (*DeleteExecutionByIDUsingDELETEOK) Error added in v0.4.0

func (*DeleteExecutionByIDUsingDELETEOK) GetPayload added in v0.4.0

func (*DeleteExecutionByIDUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEOK) IsClientError() bool

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

func (*DeleteExecutionByIDUsingDELETEOK) IsCode added in v0.5.0

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

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

func (*DeleteExecutionByIDUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEOK) IsRedirect() bool

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

func (*DeleteExecutionByIDUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEOK) IsServerError() bool

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

func (*DeleteExecutionByIDUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeleteExecutionByIDUsingDELETEOK) IsSuccess() bool

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

func (*DeleteExecutionByIDUsingDELETEOK) String added in v0.5.0

type DeleteExecutionByIDUsingDELETEParams added in v0.4.0

type DeleteExecutionByIDUsingDELETEParams 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 Execution
	*/
	ID string

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

DeleteExecutionByIDUsingDELETEParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteExecutionByIDUsingDELETEParams added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEParams() *DeleteExecutionByIDUsingDELETEParams

NewDeleteExecutionByIDUsingDELETEParams creates a new DeleteExecutionByIDUsingDELETEParams 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 NewDeleteExecutionByIDUsingDELETEParamsWithContext added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEParamsWithContext(ctx context.Context) *DeleteExecutionByIDUsingDELETEParams

NewDeleteExecutionByIDUsingDELETEParamsWithContext creates a new DeleteExecutionByIDUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteExecutionByIDUsingDELETEParamsWithHTTPClient added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteExecutionByIDUsingDELETEParams

NewDeleteExecutionByIDUsingDELETEParamsWithHTTPClient creates a new DeleteExecutionByIDUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteExecutionByIDUsingDELETEParamsWithTimeout added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteExecutionByIDUsingDELETEParams

NewDeleteExecutionByIDUsingDELETEParamsWithTimeout creates a new DeleteExecutionByIDUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteExecutionByIDUsingDELETEParams) SetAPIVersion added in v0.4.0

func (o *DeleteExecutionByIDUsingDELETEParams) SetAPIVersion(aPIVersion string)

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

func (*DeleteExecutionByIDUsingDELETEParams) SetAuthorization added in v0.4.0

func (o *DeleteExecutionByIDUsingDELETEParams) SetAuthorization(authorization string)

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

func (*DeleteExecutionByIDUsingDELETEParams) SetContext added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) SetDefaults added in v0.4.0

func (o *DeleteExecutionByIDUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete execution 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 (*DeleteExecutionByIDUsingDELETEParams) SetHTTPClient added in v0.4.0

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

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

func (*DeleteExecutionByIDUsingDELETEParams) SetID added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) SetTimeout added in v0.4.0

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

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

func (*DeleteExecutionByIDUsingDELETEParams) WithAPIVersion added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WithAuthorization added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WithContext added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the delete execution 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 (*DeleteExecutionByIDUsingDELETEParams) WithHTTPClient added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WithID added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WithTimeout added in v0.4.0

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

func (*DeleteExecutionByIDUsingDELETEParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteExecutionByIDUsingDELETEReader added in v0.4.0

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

DeleteExecutionByIDUsingDELETEReader is a Reader for the DeleteExecutionByIDUsingDELETE structure.

func (*DeleteExecutionByIDUsingDELETEReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteExecutionByIDUsingDELETEUnauthorized added in v0.4.0

type DeleteExecutionByIDUsingDELETEUnauthorized struct {
}

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

Unauthorized Request

func NewDeleteExecutionByIDUsingDELETEUnauthorized added in v0.4.0

func NewDeleteExecutionByIDUsingDELETEUnauthorized() *DeleteExecutionByIDUsingDELETEUnauthorized

NewDeleteExecutionByIDUsingDELETEUnauthorized creates a DeleteExecutionByIDUsingDELETEUnauthorized with default headers values

func (*DeleteExecutionByIDUsingDELETEUnauthorized) Error added in v0.4.0

func (*DeleteExecutionByIDUsingDELETEUnauthorized) IsClientError added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEUnauthorized) IsCode added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEUnauthorized) IsRedirect added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEUnauthorized) IsServerError added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEUnauthorized) IsSuccess added in v0.5.0

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

func (*DeleteExecutionByIDUsingDELETEUnauthorized) String added in v0.5.0

type GetAllExecutionsUsingGETForbidden added in v0.4.0

type GetAllExecutionsUsingGETForbidden struct {
}

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

Forbidden

func NewGetAllExecutionsUsingGETForbidden added in v0.4.0

func NewGetAllExecutionsUsingGETForbidden() *GetAllExecutionsUsingGETForbidden

NewGetAllExecutionsUsingGETForbidden creates a GetAllExecutionsUsingGETForbidden with default headers values

func (*GetAllExecutionsUsingGETForbidden) Error added in v0.4.0

func (*GetAllExecutionsUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAllExecutionsUsingGETForbidden) IsClientError() bool

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

func (*GetAllExecutionsUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*GetAllExecutionsUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAllExecutionsUsingGETForbidden) IsRedirect() bool

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

func (*GetAllExecutionsUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAllExecutionsUsingGETForbidden) IsServerError() bool

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

func (*GetAllExecutionsUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetAllExecutionsUsingGETForbidden) IsSuccess() bool

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

func (*GetAllExecutionsUsingGETForbidden) String added in v0.5.0

type GetAllExecutionsUsingGETInternalServerError added in v0.4.0

type GetAllExecutionsUsingGETInternalServerError struct {
}

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

Server Error

func NewGetAllExecutionsUsingGETInternalServerError added in v0.4.0

func NewGetAllExecutionsUsingGETInternalServerError() *GetAllExecutionsUsingGETInternalServerError

NewGetAllExecutionsUsingGETInternalServerError creates a GetAllExecutionsUsingGETInternalServerError with default headers values

func (*GetAllExecutionsUsingGETInternalServerError) Error added in v0.4.0

func (*GetAllExecutionsUsingGETInternalServerError) IsClientError added in v0.5.0

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

func (*GetAllExecutionsUsingGETInternalServerError) IsCode added in v0.5.0

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

func (*GetAllExecutionsUsingGETInternalServerError) IsRedirect added in v0.5.0

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

func (*GetAllExecutionsUsingGETInternalServerError) IsServerError added in v0.5.0

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

func (*GetAllExecutionsUsingGETInternalServerError) IsSuccess added in v0.5.0

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

func (*GetAllExecutionsUsingGETInternalServerError) String added in v0.5.0

type GetAllExecutionsUsingGETNotFound added in v0.4.0

type GetAllExecutionsUsingGETNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetAllExecutionsUsingGETNotFound added in v0.4.0

func NewGetAllExecutionsUsingGETNotFound() *GetAllExecutionsUsingGETNotFound

NewGetAllExecutionsUsingGETNotFound creates a GetAllExecutionsUsingGETNotFound with default headers values

func (*GetAllExecutionsUsingGETNotFound) Error added in v0.4.0

func (*GetAllExecutionsUsingGETNotFound) GetPayload added in v0.4.0

func (*GetAllExecutionsUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAllExecutionsUsingGETNotFound) IsClientError() bool

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

func (*GetAllExecutionsUsingGETNotFound) IsCode added in v0.5.0

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

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

func (*GetAllExecutionsUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAllExecutionsUsingGETNotFound) IsRedirect() bool

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

func (*GetAllExecutionsUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAllExecutionsUsingGETNotFound) IsServerError() bool

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

func (*GetAllExecutionsUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetAllExecutionsUsingGETNotFound) IsSuccess() bool

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

func (*GetAllExecutionsUsingGETNotFound) String added in v0.5.0

type GetAllExecutionsUsingGETOK added in v0.4.0

type GetAllExecutionsUsingGETOK struct {
	Payload models.Executions
}

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

'Success' with the requested Executions

func NewGetAllExecutionsUsingGETOK added in v0.4.0

func NewGetAllExecutionsUsingGETOK() *GetAllExecutionsUsingGETOK

NewGetAllExecutionsUsingGETOK creates a GetAllExecutionsUsingGETOK with default headers values

func (*GetAllExecutionsUsingGETOK) Error added in v0.4.0

func (*GetAllExecutionsUsingGETOK) GetPayload added in v0.4.0

func (*GetAllExecutionsUsingGETOK) IsClientError added in v0.5.0

func (o *GetAllExecutionsUsingGETOK) IsClientError() bool

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

func (*GetAllExecutionsUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetAllExecutionsUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAllExecutionsUsingGETOK) IsRedirect() bool

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

func (*GetAllExecutionsUsingGETOK) IsServerError added in v0.5.0

func (o *GetAllExecutionsUsingGETOK) IsServerError() bool

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

func (*GetAllExecutionsUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAllExecutionsUsingGETOK) IsSuccess() bool

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

func (*GetAllExecutionsUsingGETOK) String added in v0.5.0

func (o *GetAllExecutionsUsingGETOK) String() string

type GetAllExecutionsUsingGETParams added in v0.4.0

type GetAllExecutionsUsingGETParams 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

	/* Page.

	   To select 'n'th page for listing

	   Default: "0"
	*/
	Page *string

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

GetAllExecutionsUsingGETParams contains all the parameters to send to the API endpoint

for the get all executions using g e t operation.

Typically these are written to a http.Request.

func NewGetAllExecutionsUsingGETParams added in v0.4.0

func NewGetAllExecutionsUsingGETParams() *GetAllExecutionsUsingGETParams

NewGetAllExecutionsUsingGETParams creates a new GetAllExecutionsUsingGETParams 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 NewGetAllExecutionsUsingGETParamsWithContext added in v0.4.0

func NewGetAllExecutionsUsingGETParamsWithContext(ctx context.Context) *GetAllExecutionsUsingGETParams

NewGetAllExecutionsUsingGETParamsWithContext creates a new GetAllExecutionsUsingGETParams object with the ability to set a context for a request.

func NewGetAllExecutionsUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetAllExecutionsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllExecutionsUsingGETParams

NewGetAllExecutionsUsingGETParamsWithHTTPClient creates a new GetAllExecutionsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllExecutionsUsingGETParamsWithTimeout added in v0.4.0

func NewGetAllExecutionsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllExecutionsUsingGETParams

NewGetAllExecutionsUsingGETParamsWithTimeout creates a new GetAllExecutionsUsingGETParams object with the ability to set a timeout on a request.

func (*GetAllExecutionsUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetAllExecutionsUsingGETParams) SetAPIVersion(aPIVersion string)

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

func (*GetAllExecutionsUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetAllExecutionsUsingGETParams) SetAuthorization(authorization string)

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

func (*GetAllExecutionsUsingGETParams) SetContext added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetDefaults added in v0.4.0

func (o *GetAllExecutionsUsingGETParams) SetDefaults()

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

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

func (*GetAllExecutionsUsingGETParams) SetDollarFilter added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetDollarOrderby added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetDollarSkip added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetDollarTop added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetHTTPClient added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetPage added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) SetTimeout added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) WithAPIVersion added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithAuthorization added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) WithContext added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithDefaults added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) WithDollarFilter added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) WithDollarOrderby added in v0.4.0

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

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

func (*GetAllExecutionsUsingGETParams) WithDollarSkip added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithDollarTop added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithHTTPClient added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithPage added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WithTimeout added in v0.4.0

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

func (*GetAllExecutionsUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetAllExecutionsUsingGETReader added in v0.4.0

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

GetAllExecutionsUsingGETReader is a Reader for the GetAllExecutionsUsingGET structure.

func (*GetAllExecutionsUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetAllExecutionsUsingGETUnauthorized added in v0.4.0

type GetAllExecutionsUsingGETUnauthorized struct {
}

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

Unauthorized Request

func NewGetAllExecutionsUsingGETUnauthorized added in v0.4.0

func NewGetAllExecutionsUsingGETUnauthorized() *GetAllExecutionsUsingGETUnauthorized

NewGetAllExecutionsUsingGETUnauthorized creates a GetAllExecutionsUsingGETUnauthorized with default headers values

func (*GetAllExecutionsUsingGETUnauthorized) Error added in v0.4.0

func (*GetAllExecutionsUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAllExecutionsUsingGETUnauthorized) IsClientError() bool

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

func (*GetAllExecutionsUsingGETUnauthorized) IsCode added in v0.5.0

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

func (*GetAllExecutionsUsingGETUnauthorized) IsRedirect added in v0.5.0

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

func (*GetAllExecutionsUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAllExecutionsUsingGETUnauthorized) IsServerError() bool

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

func (*GetAllExecutionsUsingGETUnauthorized) IsSuccess added in v0.5.0

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

func (*GetAllExecutionsUsingGETUnauthorized) String added in v0.5.0

type GetExecutionByIDUsingGETForbidden added in v0.4.0

type GetExecutionByIDUsingGETForbidden struct {
}

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

Forbidden

func NewGetExecutionByIDUsingGETForbidden added in v0.4.0

func NewGetExecutionByIDUsingGETForbidden() *GetExecutionByIDUsingGETForbidden

NewGetExecutionByIDUsingGETForbidden creates a GetExecutionByIDUsingGETForbidden with default headers values

func (*GetExecutionByIDUsingGETForbidden) Error added in v0.4.0

func (*GetExecutionByIDUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetExecutionByIDUsingGETForbidden) IsClientError() bool

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

func (*GetExecutionByIDUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*GetExecutionByIDUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetExecutionByIDUsingGETForbidden) IsRedirect() bool

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

func (*GetExecutionByIDUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetExecutionByIDUsingGETForbidden) IsServerError() bool

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

func (*GetExecutionByIDUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetExecutionByIDUsingGETForbidden) IsSuccess() bool

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

func (*GetExecutionByIDUsingGETForbidden) String added in v0.5.0

type GetExecutionByIDUsingGETInternalServerError added in v0.4.0

type GetExecutionByIDUsingGETInternalServerError struct {
}

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

Server Error

func NewGetExecutionByIDUsingGETInternalServerError added in v0.4.0

func NewGetExecutionByIDUsingGETInternalServerError() *GetExecutionByIDUsingGETInternalServerError

NewGetExecutionByIDUsingGETInternalServerError creates a GetExecutionByIDUsingGETInternalServerError with default headers values

func (*GetExecutionByIDUsingGETInternalServerError) Error added in v0.4.0

func (*GetExecutionByIDUsingGETInternalServerError) IsClientError added in v0.5.0

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

func (*GetExecutionByIDUsingGETInternalServerError) IsCode added in v0.5.0

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

func (*GetExecutionByIDUsingGETInternalServerError) IsRedirect added in v0.5.0

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

func (*GetExecutionByIDUsingGETInternalServerError) IsServerError added in v0.5.0

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

func (*GetExecutionByIDUsingGETInternalServerError) IsSuccess added in v0.5.0

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

func (*GetExecutionByIDUsingGETInternalServerError) String added in v0.5.0

type GetExecutionByIDUsingGETNotFound added in v0.4.0

type GetExecutionByIDUsingGETNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetExecutionByIDUsingGETNotFound added in v0.4.0

func NewGetExecutionByIDUsingGETNotFound() *GetExecutionByIDUsingGETNotFound

NewGetExecutionByIDUsingGETNotFound creates a GetExecutionByIDUsingGETNotFound with default headers values

func (*GetExecutionByIDUsingGETNotFound) Error added in v0.4.0

func (*GetExecutionByIDUsingGETNotFound) GetPayload added in v0.4.0

func (*GetExecutionByIDUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetExecutionByIDUsingGETNotFound) IsClientError() bool

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

func (*GetExecutionByIDUsingGETNotFound) IsCode added in v0.5.0

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

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

func (*GetExecutionByIDUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetExecutionByIDUsingGETNotFound) IsRedirect() bool

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

func (*GetExecutionByIDUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetExecutionByIDUsingGETNotFound) IsServerError() bool

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

func (*GetExecutionByIDUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetExecutionByIDUsingGETNotFound) IsSuccess() bool

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

func (*GetExecutionByIDUsingGETNotFound) String added in v0.5.0

type GetExecutionByIDUsingGETOK added in v0.4.0

type GetExecutionByIDUsingGETOK struct {
	Payload models.Execution
}

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

'Success' with Execution

func NewGetExecutionByIDUsingGETOK added in v0.4.0

func NewGetExecutionByIDUsingGETOK() *GetExecutionByIDUsingGETOK

NewGetExecutionByIDUsingGETOK creates a GetExecutionByIDUsingGETOK with default headers values

func (*GetExecutionByIDUsingGETOK) Error added in v0.4.0

func (*GetExecutionByIDUsingGETOK) GetPayload added in v0.4.0

func (*GetExecutionByIDUsingGETOK) IsClientError added in v0.5.0

func (o *GetExecutionByIDUsingGETOK) IsClientError() bool

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

func (*GetExecutionByIDUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetExecutionByIDUsingGETOK) IsRedirect added in v0.5.0

func (o *GetExecutionByIDUsingGETOK) IsRedirect() bool

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

func (*GetExecutionByIDUsingGETOK) IsServerError added in v0.5.0

func (o *GetExecutionByIDUsingGETOK) IsServerError() bool

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

func (*GetExecutionByIDUsingGETOK) IsSuccess added in v0.5.0

func (o *GetExecutionByIDUsingGETOK) IsSuccess() bool

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

func (*GetExecutionByIDUsingGETOK) String added in v0.5.0

func (o *GetExecutionByIDUsingGETOK) String() string

type GetExecutionByIDUsingGETParams added in v0.4.0

type GetExecutionByIDUsingGETParams 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 Execution
	*/
	ID string

	/* QueryParams.

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

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

GetExecutionByIDUsingGETParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetExecutionByIDUsingGETParams added in v0.4.0

func NewGetExecutionByIDUsingGETParams() *GetExecutionByIDUsingGETParams

NewGetExecutionByIDUsingGETParams creates a new GetExecutionByIDUsingGETParams 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 NewGetExecutionByIDUsingGETParamsWithContext added in v0.4.0

func NewGetExecutionByIDUsingGETParamsWithContext(ctx context.Context) *GetExecutionByIDUsingGETParams

NewGetExecutionByIDUsingGETParamsWithContext creates a new GetExecutionByIDUsingGETParams object with the ability to set a context for a request.

func NewGetExecutionByIDUsingGETParamsWithHTTPClient added in v0.4.0

func NewGetExecutionByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetExecutionByIDUsingGETParams

NewGetExecutionByIDUsingGETParamsWithHTTPClient creates a new GetExecutionByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetExecutionByIDUsingGETParamsWithTimeout added in v0.4.0

func NewGetExecutionByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetExecutionByIDUsingGETParams

NewGetExecutionByIDUsingGETParamsWithTimeout creates a new GetExecutionByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetExecutionByIDUsingGETParams) SetAPIVersion added in v0.4.0

func (o *GetExecutionByIDUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetAuthorization added in v0.4.0

func (o *GetExecutionByIDUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetDefaults added in v0.4.0

func (o *GetExecutionByIDUsingGETParams) SetDefaults()

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

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

func (*GetExecutionByIDUsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetID added in v0.4.0

SetID adds the id to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetQueryParams added in v0.4.0

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

SetQueryParams adds the queryParams to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithAuthorization added in v0.4.0

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

WithAuthorization adds the authorization to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithDefaults added in v0.4.0

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

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

func (*GetExecutionByIDUsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithID added in v0.4.0

WithID adds the id to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithQueryParams added in v0.4.0

func (o *GetExecutionByIDUsingGETParams) WithQueryParams(queryParams *string) *GetExecutionByIDUsingGETParams

WithQueryParams adds the queryParams to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get execution by Id using get params

func (*GetExecutionByIDUsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetExecutionByIDUsingGETReader added in v0.4.0

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

GetExecutionByIDUsingGETReader is a Reader for the GetExecutionByIDUsingGET structure.

func (*GetExecutionByIDUsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetExecutionByIDUsingGETUnauthorized added in v0.4.0

type GetExecutionByIDUsingGETUnauthorized struct {
}

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

Unauthorized Request

func NewGetExecutionByIDUsingGETUnauthorized added in v0.4.0

func NewGetExecutionByIDUsingGETUnauthorized() *GetExecutionByIDUsingGETUnauthorized

NewGetExecutionByIDUsingGETUnauthorized creates a GetExecutionByIDUsingGETUnauthorized with default headers values

func (*GetExecutionByIDUsingGETUnauthorized) Error added in v0.4.0

func (*GetExecutionByIDUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetExecutionByIDUsingGETUnauthorized) IsClientError() bool

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

func (*GetExecutionByIDUsingGETUnauthorized) IsCode added in v0.5.0

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

func (*GetExecutionByIDUsingGETUnauthorized) IsRedirect added in v0.5.0

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

func (*GetExecutionByIDUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetExecutionByIDUsingGETUnauthorized) IsServerError() bool

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

func (*GetExecutionByIDUsingGETUnauthorized) IsSuccess added in v0.5.0

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

func (*GetExecutionByIDUsingGETUnauthorized) String added in v0.5.0

type ModifyExecutionUsingPOSTForbidden

type ModifyExecutionUsingPOSTForbidden struct {
}

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

Forbidden

func NewModifyExecutionUsingPOSTForbidden

func NewModifyExecutionUsingPOSTForbidden() *ModifyExecutionUsingPOSTForbidden

NewModifyExecutionUsingPOSTForbidden creates a ModifyExecutionUsingPOSTForbidden with default headers values

func (*ModifyExecutionUsingPOSTForbidden) Error

func (*ModifyExecutionUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *ModifyExecutionUsingPOSTForbidden) IsClientError() bool

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

func (*ModifyExecutionUsingPOSTForbidden) IsCode added in v0.5.0

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

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

func (*ModifyExecutionUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *ModifyExecutionUsingPOSTForbidden) IsRedirect() bool

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

func (*ModifyExecutionUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *ModifyExecutionUsingPOSTForbidden) IsServerError() bool

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

func (*ModifyExecutionUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *ModifyExecutionUsingPOSTForbidden) IsSuccess() bool

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

func (*ModifyExecutionUsingPOSTForbidden) String added in v0.5.0

type ModifyExecutionUsingPOSTInternalServerError

type ModifyExecutionUsingPOSTInternalServerError struct {
}

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

Server Error

func NewModifyExecutionUsingPOSTInternalServerError

func NewModifyExecutionUsingPOSTInternalServerError() *ModifyExecutionUsingPOSTInternalServerError

NewModifyExecutionUsingPOSTInternalServerError creates a ModifyExecutionUsingPOSTInternalServerError with default headers values

func (*ModifyExecutionUsingPOSTInternalServerError) Error

func (*ModifyExecutionUsingPOSTInternalServerError) IsClientError added in v0.5.0

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

func (*ModifyExecutionUsingPOSTInternalServerError) IsCode added in v0.5.0

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

func (*ModifyExecutionUsingPOSTInternalServerError) IsRedirect added in v0.5.0

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

func (*ModifyExecutionUsingPOSTInternalServerError) IsServerError added in v0.5.0

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

func (*ModifyExecutionUsingPOSTInternalServerError) IsSuccess added in v0.5.0

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

func (*ModifyExecutionUsingPOSTInternalServerError) String added in v0.5.0

type ModifyExecutionUsingPOSTNotFound

type ModifyExecutionUsingPOSTNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewModifyExecutionUsingPOSTNotFound

func NewModifyExecutionUsingPOSTNotFound() *ModifyExecutionUsingPOSTNotFound

NewModifyExecutionUsingPOSTNotFound creates a ModifyExecutionUsingPOSTNotFound with default headers values

func (*ModifyExecutionUsingPOSTNotFound) Error

func (*ModifyExecutionUsingPOSTNotFound) GetPayload

func (*ModifyExecutionUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *ModifyExecutionUsingPOSTNotFound) IsClientError() bool

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

func (*ModifyExecutionUsingPOSTNotFound) IsCode added in v0.5.0

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

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

func (*ModifyExecutionUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *ModifyExecutionUsingPOSTNotFound) IsRedirect() bool

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

func (*ModifyExecutionUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *ModifyExecutionUsingPOSTNotFound) IsServerError() bool

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

func (*ModifyExecutionUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *ModifyExecutionUsingPOSTNotFound) IsSuccess() bool

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

func (*ModifyExecutionUsingPOSTNotFound) String added in v0.5.0

type ModifyExecutionUsingPOSTOK

type ModifyExecutionUsingPOSTOK struct {
	Payload models.Execution
}

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

'Success' with Execution

func NewModifyExecutionUsingPOSTOK

func NewModifyExecutionUsingPOSTOK() *ModifyExecutionUsingPOSTOK

NewModifyExecutionUsingPOSTOK creates a ModifyExecutionUsingPOSTOK with default headers values

func (*ModifyExecutionUsingPOSTOK) Error

func (*ModifyExecutionUsingPOSTOK) GetPayload

func (*ModifyExecutionUsingPOSTOK) IsClientError added in v0.5.0

func (o *ModifyExecutionUsingPOSTOK) IsClientError() bool

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

func (*ModifyExecutionUsingPOSTOK) IsCode added in v0.5.0

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

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

func (*ModifyExecutionUsingPOSTOK) IsRedirect added in v0.5.0

func (o *ModifyExecutionUsingPOSTOK) IsRedirect() bool

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

func (*ModifyExecutionUsingPOSTOK) IsServerError added in v0.5.0

func (o *ModifyExecutionUsingPOSTOK) IsServerError() bool

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

func (*ModifyExecutionUsingPOSTOK) IsSuccess added in v0.5.0

func (o *ModifyExecutionUsingPOSTOK) IsSuccess() bool

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

func (*ModifyExecutionUsingPOSTOK) String added in v0.5.0

func (o *ModifyExecutionUsingPOSTOK) String() string

type ModifyExecutionUsingPOSTParams

type ModifyExecutionUsingPOSTParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* Action.

	   Action to perform on the Execution. Can be any of pause, resume, cancel and tag
	*/
	Action 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 specification
	*/
	Body models.ExecutionActionRequest

	/* ID.

	   The ID of the Execution
	*/
	ID string

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

ModifyExecutionUsingPOSTParams contains all the parameters to send to the API endpoint

for the modify execution using p o s t operation.

Typically these are written to a http.Request.

func NewModifyExecutionUsingPOSTParams

func NewModifyExecutionUsingPOSTParams() *ModifyExecutionUsingPOSTParams

NewModifyExecutionUsingPOSTParams creates a new ModifyExecutionUsingPOSTParams 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 NewModifyExecutionUsingPOSTParamsWithContext

func NewModifyExecutionUsingPOSTParamsWithContext(ctx context.Context) *ModifyExecutionUsingPOSTParams

NewModifyExecutionUsingPOSTParamsWithContext creates a new ModifyExecutionUsingPOSTParams object with the ability to set a context for a request.

func NewModifyExecutionUsingPOSTParamsWithHTTPClient

func NewModifyExecutionUsingPOSTParamsWithHTTPClient(client *http.Client) *ModifyExecutionUsingPOSTParams

NewModifyExecutionUsingPOSTParamsWithHTTPClient creates a new ModifyExecutionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewModifyExecutionUsingPOSTParamsWithTimeout

func NewModifyExecutionUsingPOSTParamsWithTimeout(timeout time.Duration) *ModifyExecutionUsingPOSTParams

NewModifyExecutionUsingPOSTParamsWithTimeout creates a new ModifyExecutionUsingPOSTParams object with the ability to set a timeout on a request.

func (*ModifyExecutionUsingPOSTParams) SetAPIVersion

func (o *ModifyExecutionUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetAction

func (o *ModifyExecutionUsingPOSTParams) SetAction(action string)

SetAction adds the action to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetAuthorization

func (o *ModifyExecutionUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetBody

SetBody adds the body to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetContext

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

SetContext adds the context to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetDefaults

func (o *ModifyExecutionUsingPOSTParams) SetDefaults()

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

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

func (*ModifyExecutionUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetID

SetID adds the id to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithAction

WithAction adds the action to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithAuthorization

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

WithAuthorization adds the authorization to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithBody

WithBody adds the body to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithContext

WithContext adds the context to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithDefaults

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

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

func (*ModifyExecutionUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithID

WithID adds the id to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the modify execution using p o s t params

func (*ModifyExecutionUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyExecutionUsingPOSTReader

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

ModifyExecutionUsingPOSTReader is a Reader for the ModifyExecutionUsingPOST structure.

func (*ModifyExecutionUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ModifyExecutionUsingPOSTUnauthorized

type ModifyExecutionUsingPOSTUnauthorized struct {
}

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

Unauthorized Request

func NewModifyExecutionUsingPOSTUnauthorized

func NewModifyExecutionUsingPOSTUnauthorized() *ModifyExecutionUsingPOSTUnauthorized

NewModifyExecutionUsingPOSTUnauthorized creates a ModifyExecutionUsingPOSTUnauthorized with default headers values

func (*ModifyExecutionUsingPOSTUnauthorized) Error

func (*ModifyExecutionUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *ModifyExecutionUsingPOSTUnauthorized) IsClientError() bool

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

func (*ModifyExecutionUsingPOSTUnauthorized) IsCode added in v0.5.0

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

func (*ModifyExecutionUsingPOSTUnauthorized) IsRedirect added in v0.5.0

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

func (*ModifyExecutionUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *ModifyExecutionUsingPOSTUnauthorized) IsServerError() bool

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

func (*ModifyExecutionUsingPOSTUnauthorized) IsSuccess added in v0.5.0

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

func (*ModifyExecutionUsingPOSTUnauthorized) String added in v0.5.0

type UpdateUsingPOSTForbidden

type UpdateUsingPOSTForbidden struct {
}

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

Forbidden

func NewUpdateUsingPOSTForbidden

func NewUpdateUsingPOSTForbidden() *UpdateUsingPOSTForbidden

NewUpdateUsingPOSTForbidden creates a UpdateUsingPOSTForbidden with default headers values

func (*UpdateUsingPOSTForbidden) Error

func (o *UpdateUsingPOSTForbidden) Error() string

func (*UpdateUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *UpdateUsingPOSTForbidden) IsClientError() bool

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

func (*UpdateUsingPOSTForbidden) IsCode added in v0.5.0

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

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

func (*UpdateUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *UpdateUsingPOSTForbidden) IsRedirect() bool

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

func (*UpdateUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *UpdateUsingPOSTForbidden) IsServerError() bool

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

func (*UpdateUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *UpdateUsingPOSTForbidden) IsSuccess() bool

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

func (*UpdateUsingPOSTForbidden) String added in v0.5.0

func (o *UpdateUsingPOSTForbidden) String() string

type UpdateUsingPOSTInternalServerError

type UpdateUsingPOSTInternalServerError struct {
}

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

Server Error

func NewUpdateUsingPOSTInternalServerError

func NewUpdateUsingPOSTInternalServerError() *UpdateUsingPOSTInternalServerError

NewUpdateUsingPOSTInternalServerError creates a UpdateUsingPOSTInternalServerError with default headers values

func (*UpdateUsingPOSTInternalServerError) Error

func (*UpdateUsingPOSTInternalServerError) IsClientError added in v0.5.0

func (o *UpdateUsingPOSTInternalServerError) IsClientError() bool

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

func (*UpdateUsingPOSTInternalServerError) IsCode added in v0.5.0

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

func (*UpdateUsingPOSTInternalServerError) IsRedirect added in v0.5.0

func (o *UpdateUsingPOSTInternalServerError) IsRedirect() bool

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

func (*UpdateUsingPOSTInternalServerError) IsServerError added in v0.5.0

func (o *UpdateUsingPOSTInternalServerError) IsServerError() bool

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

func (*UpdateUsingPOSTInternalServerError) IsSuccess added in v0.5.0

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

func (*UpdateUsingPOSTInternalServerError) String added in v0.5.0

type UpdateUsingPOSTNotFound

type UpdateUsingPOSTNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdateUsingPOSTNotFound

func NewUpdateUsingPOSTNotFound() *UpdateUsingPOSTNotFound

NewUpdateUsingPOSTNotFound creates a UpdateUsingPOSTNotFound with default headers values

func (*UpdateUsingPOSTNotFound) Error

func (o *UpdateUsingPOSTNotFound) Error() string

func (*UpdateUsingPOSTNotFound) GetPayload

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

func (*UpdateUsingPOSTNotFound) IsClientError added in v0.5.0

func (o *UpdateUsingPOSTNotFound) IsClientError() bool

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

func (*UpdateUsingPOSTNotFound) IsCode added in v0.5.0

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

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

func (*UpdateUsingPOSTNotFound) IsRedirect added in v0.5.0

func (o *UpdateUsingPOSTNotFound) IsRedirect() bool

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

func (*UpdateUsingPOSTNotFound) IsServerError added in v0.5.0

func (o *UpdateUsingPOSTNotFound) IsServerError() bool

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

func (*UpdateUsingPOSTNotFound) IsSuccess added in v0.5.0

func (o *UpdateUsingPOSTNotFound) IsSuccess() bool

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

func (*UpdateUsingPOSTNotFound) String added in v0.5.0

func (o *UpdateUsingPOSTNotFound) String() string

type UpdateUsingPOSTOK

type UpdateUsingPOSTOK struct {
	Payload models.BatchUserOperationResponse
}

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

Approved/Rejected all selected user operations successfully.

func NewUpdateUsingPOSTOK

func NewUpdateUsingPOSTOK() *UpdateUsingPOSTOK

NewUpdateUsingPOSTOK creates a UpdateUsingPOSTOK with default headers values

func (*UpdateUsingPOSTOK) Error

func (o *UpdateUsingPOSTOK) Error() string

func (*UpdateUsingPOSTOK) GetPayload

func (*UpdateUsingPOSTOK) IsClientError added in v0.5.0

func (o *UpdateUsingPOSTOK) IsClientError() bool

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

func (*UpdateUsingPOSTOK) IsCode added in v0.5.0

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

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

func (*UpdateUsingPOSTOK) IsRedirect added in v0.5.0

func (o *UpdateUsingPOSTOK) IsRedirect() bool

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

func (*UpdateUsingPOSTOK) IsServerError added in v0.5.0

func (o *UpdateUsingPOSTOK) IsServerError() bool

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

func (*UpdateUsingPOSTOK) IsSuccess added in v0.5.0

func (o *UpdateUsingPOSTOK) IsSuccess() bool

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

func (*UpdateUsingPOSTOK) String added in v0.5.0

func (o *UpdateUsingPOSTOK) String() string

type UpdateUsingPOSTParams

type UpdateUsingPOSTParams 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

	/* Request.

	   request
	*/
	Request models.BatchUserOperationRequest

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

UpdateUsingPOSTParams contains all the parameters to send to the API endpoint

for the update using p o s t operation.

Typically these are written to a http.Request.

func NewUpdateUsingPOSTParams

func NewUpdateUsingPOSTParams() *UpdateUsingPOSTParams

NewUpdateUsingPOSTParams creates a new UpdateUsingPOSTParams 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 NewUpdateUsingPOSTParamsWithContext

func NewUpdateUsingPOSTParamsWithContext(ctx context.Context) *UpdateUsingPOSTParams

NewUpdateUsingPOSTParamsWithContext creates a new UpdateUsingPOSTParams object with the ability to set a context for a request.

func NewUpdateUsingPOSTParamsWithHTTPClient

func NewUpdateUsingPOSTParamsWithHTTPClient(client *http.Client) *UpdateUsingPOSTParams

NewUpdateUsingPOSTParamsWithHTTPClient creates a new UpdateUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPOSTParamsWithTimeout

func NewUpdateUsingPOSTParamsWithTimeout(timeout time.Duration) *UpdateUsingPOSTParams

NewUpdateUsingPOSTParamsWithTimeout creates a new UpdateUsingPOSTParams object with the ability to set a timeout on a request.

func (*UpdateUsingPOSTParams) SetAPIVersion

func (o *UpdateUsingPOSTParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update using p o s t params

func (*UpdateUsingPOSTParams) SetAuthorization

func (o *UpdateUsingPOSTParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the update using p o s t params

func (*UpdateUsingPOSTParams) SetContext

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

SetContext adds the context to the update using p o s t params

func (*UpdateUsingPOSTParams) SetDefaults

func (o *UpdateUsingPOSTParams) SetDefaults()

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

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

func (*UpdateUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update using p o s t params

func (*UpdateUsingPOSTParams) SetRequest

SetRequest adds the request to the update using p o s t params

func (*UpdateUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the update using p o s t params

func (*UpdateUsingPOSTParams) WithAPIVersion

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

WithAPIVersion adds the aPIVersion to the update using p o s t params

func (*UpdateUsingPOSTParams) WithAuthorization

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

WithAuthorization adds the authorization to the update using p o s t params

func (*UpdateUsingPOSTParams) WithContext

WithContext adds the context to the update using p o s t params

func (*UpdateUsingPOSTParams) WithDefaults

func (o *UpdateUsingPOSTParams) WithDefaults() *UpdateUsingPOSTParams

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

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

func (*UpdateUsingPOSTParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update using p o s t params

func (*UpdateUsingPOSTParams) WithRequest

WithRequest adds the request to the update using p o s t params

func (*UpdateUsingPOSTParams) WithTimeout

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

WithTimeout adds the timeout to the update using p o s t params

func (*UpdateUsingPOSTParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUsingPOSTReader

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

UpdateUsingPOSTReader is a Reader for the UpdateUsingPOST structure.

func (*UpdateUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPOSTUnauthorized

type UpdateUsingPOSTUnauthorized struct {
}

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

Unauthorized Request

func NewUpdateUsingPOSTUnauthorized

func NewUpdateUsingPOSTUnauthorized() *UpdateUsingPOSTUnauthorized

NewUpdateUsingPOSTUnauthorized creates a UpdateUsingPOSTUnauthorized with default headers values

func (*UpdateUsingPOSTUnauthorized) Error

func (*UpdateUsingPOSTUnauthorized) IsClientError added in v0.5.0

func (o *UpdateUsingPOSTUnauthorized) IsClientError() bool

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

func (*UpdateUsingPOSTUnauthorized) IsCode added in v0.5.0

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

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

func (*UpdateUsingPOSTUnauthorized) IsRedirect added in v0.5.0

func (o *UpdateUsingPOSTUnauthorized) IsRedirect() bool

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

func (*UpdateUsingPOSTUnauthorized) IsServerError added in v0.5.0

func (o *UpdateUsingPOSTUnauthorized) IsServerError() bool

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

func (*UpdateUsingPOSTUnauthorized) IsSuccess added in v0.5.0

func (o *UpdateUsingPOSTUnauthorized) IsSuccess() bool

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

func (*UpdateUsingPOSTUnauthorized) String added in v0.5.0

func (o *UpdateUsingPOSTUnauthorized) String() string

Jump to

Keyboard shortcuts

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