execution

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePhaseExecutionUsingPATCH1Forbidden

type ChangePhaseExecutionUsingPATCH1Forbidden struct {
}

ChangePhaseExecutionUsingPATCH1Forbidden handles this case with default header values.

Forbidden

func NewChangePhaseExecutionUsingPATCH1Forbidden

func NewChangePhaseExecutionUsingPATCH1Forbidden() *ChangePhaseExecutionUsingPATCH1Forbidden

NewChangePhaseExecutionUsingPATCH1Forbidden creates a ChangePhaseExecutionUsingPATCH1Forbidden with default headers values

func (*ChangePhaseExecutionUsingPATCH1Forbidden) Error

type ChangePhaseExecutionUsingPATCH1NoContent

type ChangePhaseExecutionUsingPATCH1NoContent struct {
}

ChangePhaseExecutionUsingPATCH1NoContent handles this case with default header values.

No Content

func NewChangePhaseExecutionUsingPATCH1NoContent

func NewChangePhaseExecutionUsingPATCH1NoContent() *ChangePhaseExecutionUsingPATCH1NoContent

NewChangePhaseExecutionUsingPATCH1NoContent creates a ChangePhaseExecutionUsingPATCH1NoContent with default headers values

func (*ChangePhaseExecutionUsingPATCH1NoContent) Error

type ChangePhaseExecutionUsingPATCH1OK

type ChangePhaseExecutionUsingPATCH1OK struct {
	Payload *models.PhaseExecutionDto
}

ChangePhaseExecutionUsingPATCH1OK handles this case with default header values.

OK

func NewChangePhaseExecutionUsingPATCH1OK

func NewChangePhaseExecutionUsingPATCH1OK() *ChangePhaseExecutionUsingPATCH1OK

NewChangePhaseExecutionUsingPATCH1OK creates a ChangePhaseExecutionUsingPATCH1OK with default headers values

func (*ChangePhaseExecutionUsingPATCH1OK) Error

func (*ChangePhaseExecutionUsingPATCH1OK) GetPayload

type ChangePhaseExecutionUsingPATCH1Params

type ChangePhaseExecutionUsingPATCH1Params struct {

	/*PhaseExecution
	  phaseExecution

	*/
	PhaseExecution *models.PhaseExecutionDto
	/*PhaseName
	  phaseName

	*/
	PhaseName string
	/*ReleaseName
	  releaseName

	*/
	ReleaseName string
	/*ReleaseVersionName
	  releaseVersion

	*/
	ReleaseVersionName string

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

ChangePhaseExecutionUsingPATCH1Params contains all the parameters to send to the API endpoint for the change phase execution using p a t c h 1 operation typically these are written to a http.Request

func NewChangePhaseExecutionUsingPATCH1Params

func NewChangePhaseExecutionUsingPATCH1Params() *ChangePhaseExecutionUsingPATCH1Params

NewChangePhaseExecutionUsingPATCH1Params creates a new ChangePhaseExecutionUsingPATCH1Params object with the default values initialized.

func NewChangePhaseExecutionUsingPATCH1ParamsWithContext

func NewChangePhaseExecutionUsingPATCH1ParamsWithContext(ctx context.Context) *ChangePhaseExecutionUsingPATCH1Params

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

func NewChangePhaseExecutionUsingPATCH1ParamsWithHTTPClient

func NewChangePhaseExecutionUsingPATCH1ParamsWithHTTPClient(client *http.Client) *ChangePhaseExecutionUsingPATCH1Params

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

func NewChangePhaseExecutionUsingPATCH1ParamsWithTimeout

func NewChangePhaseExecutionUsingPATCH1ParamsWithTimeout(timeout time.Duration) *ChangePhaseExecutionUsingPATCH1Params

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

func (*ChangePhaseExecutionUsingPATCH1Params) SetContext

SetContext adds the context to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetPhaseExecution

func (o *ChangePhaseExecutionUsingPATCH1Params) SetPhaseExecution(phaseExecution *models.PhaseExecutionDto)

SetPhaseExecution adds the phaseExecution to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetPhaseName

func (o *ChangePhaseExecutionUsingPATCH1Params) SetPhaseName(phaseName string)

SetPhaseName adds the phaseName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetReleaseName

func (o *ChangePhaseExecutionUsingPATCH1Params) SetReleaseName(releaseName string)

SetReleaseName adds the releaseName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetReleaseVersionName

func (o *ChangePhaseExecutionUsingPATCH1Params) SetReleaseVersionName(releaseVersionName string)

SetReleaseVersionName adds the releaseVersionName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) SetTimeout

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

SetTimeout adds the timeout to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithContext

WithContext adds the context to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithPhaseExecution

WithPhaseExecution adds the phaseExecution to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithPhaseName

WithPhaseName adds the phaseName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithReleaseName

WithReleaseName adds the releaseName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithReleaseVersionName

func (o *ChangePhaseExecutionUsingPATCH1Params) WithReleaseVersionName(releaseVersionName string) *ChangePhaseExecutionUsingPATCH1Params

WithReleaseVersionName adds the releaseVersionName to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WithTimeout

WithTimeout adds the timeout to the change phase execution using p a t c h 1 params

func (*ChangePhaseExecutionUsingPATCH1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangePhaseExecutionUsingPATCH1Reader

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

ChangePhaseExecutionUsingPATCH1Reader is a Reader for the ChangePhaseExecutionUsingPATCH1 structure.

func (*ChangePhaseExecutionUsingPATCH1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangePhaseExecutionUsingPATCH1Unauthorized

type ChangePhaseExecutionUsingPATCH1Unauthorized struct {
}

ChangePhaseExecutionUsingPATCH1Unauthorized handles this case with default header values.

Unauthorized

func NewChangePhaseExecutionUsingPATCH1Unauthorized

func NewChangePhaseExecutionUsingPATCH1Unauthorized() *ChangePhaseExecutionUsingPATCH1Unauthorized

NewChangePhaseExecutionUsingPATCH1Unauthorized creates a ChangePhaseExecutionUsingPATCH1Unauthorized with default headers values

func (*ChangePhaseExecutionUsingPATCH1Unauthorized) Error

type ChangePhaseExecutionUsingPATCHForbidden

type ChangePhaseExecutionUsingPATCHForbidden struct {
}

ChangePhaseExecutionUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewChangePhaseExecutionUsingPATCHForbidden

func NewChangePhaseExecutionUsingPATCHForbidden() *ChangePhaseExecutionUsingPATCHForbidden

NewChangePhaseExecutionUsingPATCHForbidden creates a ChangePhaseExecutionUsingPATCHForbidden with default headers values

func (*ChangePhaseExecutionUsingPATCHForbidden) Error

type ChangePhaseExecutionUsingPATCHNoContent

type ChangePhaseExecutionUsingPATCHNoContent struct {
}

ChangePhaseExecutionUsingPATCHNoContent handles this case with default header values.

No Content

func NewChangePhaseExecutionUsingPATCHNoContent

func NewChangePhaseExecutionUsingPATCHNoContent() *ChangePhaseExecutionUsingPATCHNoContent

NewChangePhaseExecutionUsingPATCHNoContent creates a ChangePhaseExecutionUsingPATCHNoContent with default headers values

func (*ChangePhaseExecutionUsingPATCHNoContent) Error

type ChangePhaseExecutionUsingPATCHOK

type ChangePhaseExecutionUsingPATCHOK struct {
	Payload *models.PhaseExecutionDto
}

ChangePhaseExecutionUsingPATCHOK handles this case with default header values.

OK

func NewChangePhaseExecutionUsingPATCHOK

func NewChangePhaseExecutionUsingPATCHOK() *ChangePhaseExecutionUsingPATCHOK

NewChangePhaseExecutionUsingPATCHOK creates a ChangePhaseExecutionUsingPATCHOK with default headers values

func (*ChangePhaseExecutionUsingPATCHOK) Error

func (*ChangePhaseExecutionUsingPATCHOK) GetPayload

type ChangePhaseExecutionUsingPATCHParams

type ChangePhaseExecutionUsingPATCHParams struct {

	/*PhaseExceution
	  phaseExceution

	*/
	PhaseExceution *models.PhaseExecutionDto
	/*PhaseID
	  phaseId

	*/
	PhaseID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

ChangePhaseExecutionUsingPATCHParams contains all the parameters to send to the API endpoint for the change phase execution using p a t c h operation typically these are written to a http.Request

func NewChangePhaseExecutionUsingPATCHParams

func NewChangePhaseExecutionUsingPATCHParams() *ChangePhaseExecutionUsingPATCHParams

NewChangePhaseExecutionUsingPATCHParams creates a new ChangePhaseExecutionUsingPATCHParams object with the default values initialized.

func NewChangePhaseExecutionUsingPATCHParamsWithContext

func NewChangePhaseExecutionUsingPATCHParamsWithContext(ctx context.Context) *ChangePhaseExecutionUsingPATCHParams

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

func NewChangePhaseExecutionUsingPATCHParamsWithHTTPClient

func NewChangePhaseExecutionUsingPATCHParamsWithHTTPClient(client *http.Client) *ChangePhaseExecutionUsingPATCHParams

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

func NewChangePhaseExecutionUsingPATCHParamsWithTimeout

func NewChangePhaseExecutionUsingPATCHParamsWithTimeout(timeout time.Duration) *ChangePhaseExecutionUsingPATCHParams

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

func (*ChangePhaseExecutionUsingPATCHParams) SetContext

SetContext adds the context to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) SetPhaseExceution

func (o *ChangePhaseExecutionUsingPATCHParams) SetPhaseExceution(phaseExceution *models.PhaseExecutionDto)

SetPhaseExceution adds the phaseExceution to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) SetPhaseID

func (o *ChangePhaseExecutionUsingPATCHParams) SetPhaseID(phaseID int64)

SetPhaseID adds the phaseId to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) SetReleaseID

func (o *ChangePhaseExecutionUsingPATCHParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithContext

WithContext adds the context to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithPhaseExceution

WithPhaseExceution adds the phaseExceution to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithPhaseID

WithPhaseID adds the phaseID to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithReleaseID

WithReleaseID adds the releaseID to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the change phase execution using p a t c h params

func (*ChangePhaseExecutionUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangePhaseExecutionUsingPATCHReader

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

ChangePhaseExecutionUsingPATCHReader is a Reader for the ChangePhaseExecutionUsingPATCH structure.

func (*ChangePhaseExecutionUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangePhaseExecutionUsingPATCHUnauthorized

type ChangePhaseExecutionUsingPATCHUnauthorized struct {
}

ChangePhaseExecutionUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewChangePhaseExecutionUsingPATCHUnauthorized

func NewChangePhaseExecutionUsingPATCHUnauthorized() *ChangePhaseExecutionUsingPATCHUnauthorized

NewChangePhaseExecutionUsingPATCHUnauthorized creates a ChangePhaseExecutionUsingPATCHUnauthorized with default headers values

func (*ChangePhaseExecutionUsingPATCHUnauthorized) Error

type ChangeReleaseExecutionUsingPATCHForbidden

type ChangeReleaseExecutionUsingPATCHForbidden struct {
}

ChangeReleaseExecutionUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewChangeReleaseExecutionUsingPATCHForbidden

func NewChangeReleaseExecutionUsingPATCHForbidden() *ChangeReleaseExecutionUsingPATCHForbidden

NewChangeReleaseExecutionUsingPATCHForbidden creates a ChangeReleaseExecutionUsingPATCHForbidden with default headers values

func (*ChangeReleaseExecutionUsingPATCHForbidden) Error

type ChangeReleaseExecutionUsingPATCHNoContent

type ChangeReleaseExecutionUsingPATCHNoContent struct {
}

ChangeReleaseExecutionUsingPATCHNoContent handles this case with default header values.

No Content

func NewChangeReleaseExecutionUsingPATCHNoContent

func NewChangeReleaseExecutionUsingPATCHNoContent() *ChangeReleaseExecutionUsingPATCHNoContent

NewChangeReleaseExecutionUsingPATCHNoContent creates a ChangeReleaseExecutionUsingPATCHNoContent with default headers values

func (*ChangeReleaseExecutionUsingPATCHNoContent) Error

type ChangeReleaseExecutionUsingPATCHOK

type ChangeReleaseExecutionUsingPATCHOK struct {
	Payload *models.ReleaseExecutionDto
}

ChangeReleaseExecutionUsingPATCHOK handles this case with default header values.

OK

func NewChangeReleaseExecutionUsingPATCHOK

func NewChangeReleaseExecutionUsingPATCHOK() *ChangeReleaseExecutionUsingPATCHOK

NewChangeReleaseExecutionUsingPATCHOK creates a ChangeReleaseExecutionUsingPATCHOK with default headers values

func (*ChangeReleaseExecutionUsingPATCHOK) Error

func (*ChangeReleaseExecutionUsingPATCHOK) GetPayload

type ChangeReleaseExecutionUsingPATCHParams

type ChangeReleaseExecutionUsingPATCHParams struct {

	/*Force
	  isForce

	*/
	Force *bool
	/*ReleaseExecution
	  releaseExecution

	*/
	ReleaseExecution *models.ReleaseExecutionDto
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

ChangeReleaseExecutionUsingPATCHParams contains all the parameters to send to the API endpoint for the change release execution using p a t c h operation typically these are written to a http.Request

func NewChangeReleaseExecutionUsingPATCHParams

func NewChangeReleaseExecutionUsingPATCHParams() *ChangeReleaseExecutionUsingPATCHParams

NewChangeReleaseExecutionUsingPATCHParams creates a new ChangeReleaseExecutionUsingPATCHParams object with the default values initialized.

func NewChangeReleaseExecutionUsingPATCHParamsWithContext

func NewChangeReleaseExecutionUsingPATCHParamsWithContext(ctx context.Context) *ChangeReleaseExecutionUsingPATCHParams

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

func NewChangeReleaseExecutionUsingPATCHParamsWithHTTPClient

func NewChangeReleaseExecutionUsingPATCHParamsWithHTTPClient(client *http.Client) *ChangeReleaseExecutionUsingPATCHParams

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

func NewChangeReleaseExecutionUsingPATCHParamsWithTimeout

func NewChangeReleaseExecutionUsingPATCHParamsWithTimeout(timeout time.Duration) *ChangeReleaseExecutionUsingPATCHParams

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

func (*ChangeReleaseExecutionUsingPATCHParams) SetContext

SetContext adds the context to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) SetForce

func (o *ChangeReleaseExecutionUsingPATCHParams) SetForce(force *bool)

SetForce adds the force to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) SetReleaseExecution

func (o *ChangeReleaseExecutionUsingPATCHParams) SetReleaseExecution(releaseExecution *models.ReleaseExecutionDto)

SetReleaseExecution adds the releaseExecution to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) SetReleaseID

func (o *ChangeReleaseExecutionUsingPATCHParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithContext

WithContext adds the context to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithForce

WithForce adds the force to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithReleaseExecution

WithReleaseExecution adds the releaseExecution to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithReleaseID

WithReleaseID adds the releaseID to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the change release execution using p a t c h params

func (*ChangeReleaseExecutionUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeReleaseExecutionUsingPATCHReader

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

ChangeReleaseExecutionUsingPATCHReader is a Reader for the ChangeReleaseExecutionUsingPATCH structure.

func (*ChangeReleaseExecutionUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeReleaseExecutionUsingPATCHUnauthorized

type ChangeReleaseExecutionUsingPATCHUnauthorized struct {
}

ChangeReleaseExecutionUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewChangeReleaseExecutionUsingPATCHUnauthorized

func NewChangeReleaseExecutionUsingPATCHUnauthorized() *ChangeReleaseExecutionUsingPATCHUnauthorized

NewChangeReleaseExecutionUsingPATCHUnauthorized creates a ChangeReleaseExecutionUsingPATCHUnauthorized with default headers values

func (*ChangeReleaseExecutionUsingPATCHUnauthorized) Error

type ChangeTaskExecutionUsingPATCHForbidden

type ChangeTaskExecutionUsingPATCHForbidden struct {
}

ChangeTaskExecutionUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewChangeTaskExecutionUsingPATCHForbidden

func NewChangeTaskExecutionUsingPATCHForbidden() *ChangeTaskExecutionUsingPATCHForbidden

NewChangeTaskExecutionUsingPATCHForbidden creates a ChangeTaskExecutionUsingPATCHForbidden with default headers values

func (*ChangeTaskExecutionUsingPATCHForbidden) Error

type ChangeTaskExecutionUsingPATCHNoContent

type ChangeTaskExecutionUsingPATCHNoContent struct {
}

ChangeTaskExecutionUsingPATCHNoContent handles this case with default header values.

No Content

func NewChangeTaskExecutionUsingPATCHNoContent

func NewChangeTaskExecutionUsingPATCHNoContent() *ChangeTaskExecutionUsingPATCHNoContent

NewChangeTaskExecutionUsingPATCHNoContent creates a ChangeTaskExecutionUsingPATCHNoContent with default headers values

func (*ChangeTaskExecutionUsingPATCHNoContent) Error

type ChangeTaskExecutionUsingPATCHOK

type ChangeTaskExecutionUsingPATCHOK struct {
	Payload *models.TaskExecutionDto
}

ChangeTaskExecutionUsingPATCHOK handles this case with default header values.

OK

func NewChangeTaskExecutionUsingPATCHOK

func NewChangeTaskExecutionUsingPATCHOK() *ChangeTaskExecutionUsingPATCHOK

NewChangeTaskExecutionUsingPATCHOK creates a ChangeTaskExecutionUsingPATCHOK with default headers values

func (*ChangeTaskExecutionUsingPATCHOK) Error

func (*ChangeTaskExecutionUsingPATCHOK) GetPayload

type ChangeTaskExecutionUsingPATCHParams

type ChangeTaskExecutionUsingPATCHParams struct {

	/*PhaseID
	  phaseId

	*/
	PhaseID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64
	/*TaskExceution
	  taskExceution

	*/
	TaskExceution *models.TaskExecutionDto
	/*TaskID
	  taskId

	*/
	TaskID int64

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

ChangeTaskExecutionUsingPATCHParams contains all the parameters to send to the API endpoint for the change task execution using p a t c h operation typically these are written to a http.Request

func NewChangeTaskExecutionUsingPATCHParams

func NewChangeTaskExecutionUsingPATCHParams() *ChangeTaskExecutionUsingPATCHParams

NewChangeTaskExecutionUsingPATCHParams creates a new ChangeTaskExecutionUsingPATCHParams object with the default values initialized.

func NewChangeTaskExecutionUsingPATCHParamsWithContext

func NewChangeTaskExecutionUsingPATCHParamsWithContext(ctx context.Context) *ChangeTaskExecutionUsingPATCHParams

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

func NewChangeTaskExecutionUsingPATCHParamsWithHTTPClient

func NewChangeTaskExecutionUsingPATCHParamsWithHTTPClient(client *http.Client) *ChangeTaskExecutionUsingPATCHParams

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

func NewChangeTaskExecutionUsingPATCHParamsWithTimeout

func NewChangeTaskExecutionUsingPATCHParamsWithTimeout(timeout time.Duration) *ChangeTaskExecutionUsingPATCHParams

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

func (*ChangeTaskExecutionUsingPATCHParams) SetContext

SetContext adds the context to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetPhaseID

func (o *ChangeTaskExecutionUsingPATCHParams) SetPhaseID(phaseID int64)

SetPhaseID adds the phaseId to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetReleaseID

func (o *ChangeTaskExecutionUsingPATCHParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetTaskExceution

func (o *ChangeTaskExecutionUsingPATCHParams) SetTaskExceution(taskExceution *models.TaskExecutionDto)

SetTaskExceution adds the taskExceution to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetTaskID

func (o *ChangeTaskExecutionUsingPATCHParams) SetTaskID(taskID int64)

SetTaskID adds the taskId to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithContext

WithContext adds the context to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithPhaseID

WithPhaseID adds the phaseID to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithReleaseID

WithReleaseID adds the releaseID to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithTaskExceution

WithTaskExceution adds the taskExceution to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithTaskID

WithTaskID adds the taskID to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the change task execution using p a t c h params

func (*ChangeTaskExecutionUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeTaskExecutionUsingPATCHReader

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

ChangeTaskExecutionUsingPATCHReader is a Reader for the ChangeTaskExecutionUsingPATCH structure.

func (*ChangeTaskExecutionUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeTaskExecutionUsingPATCHUnauthorized

type ChangeTaskExecutionUsingPATCHUnauthorized struct {
}

ChangeTaskExecutionUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewChangeTaskExecutionUsingPATCHUnauthorized

func NewChangeTaskExecutionUsingPATCHUnauthorized() *ChangeTaskExecutionUsingPATCHUnauthorized

NewChangeTaskExecutionUsingPATCHUnauthorized creates a ChangeTaskExecutionUsingPATCHUnauthorized with default headers values

func (*ChangeTaskExecutionUsingPATCHUnauthorized) Error

type Client

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

Client for execution API

func (*Client) ChangePhaseExecutionUsingPATCH

ChangePhaseExecutionUsingPATCH changes a phase execution

func (*Client) ChangePhaseExecutionUsingPATCH1

ChangePhaseExecutionUsingPATCH1 changes a phase execution

func (*Client) ChangeReleaseExecutionUsingPATCH

ChangeReleaseExecutionUsingPATCH changes a release execution

func (*Client) ChangeTaskExecutionUsingPATCH

ChangeTaskExecutionUsingPATCH changes a task execution

func (*Client) CreateReleaseManifestUsingPOST

CreateReleaseManifestUsingPOST creates a release execution manifest

func (*Client) DeleteReleaseManifestUsingDELETE

DeleteReleaseManifestUsingDELETE deletes a release execution manifest

func (*Client) GetAllPhaseTasksExecutionUsingGET

func (a *Client) GetAllPhaseTasksExecutionUsingGET(params *GetAllPhaseTasksExecutionUsingGETParams) (*GetAllPhaseTasksExecutionUsingGETOK, error)

GetAllPhaseTasksExecutionUsingGET gets all phase tasks execution

func (*Client) GetPhaseExecutionUsingGET

func (a *Client) GetPhaseExecutionUsingGET(params *GetPhaseExecutionUsingGETParams) (*GetPhaseExecutionUsingGETOK, error)

GetPhaseExecutionUsingGET retrieves a phase execution

func (*Client) GetPhasesExecutionUsingGET

func (a *Client) GetPhasesExecutionUsingGET(params *GetPhasesExecutionUsingGETParams) (*GetPhasesExecutionUsingGETOK, error)

GetPhasesExecutionUsingGET retrieves all phases execution

func (*Client) GetReleaseExecutionUsingGET

func (a *Client) GetReleaseExecutionUsingGET(params *GetReleaseExecutionUsingGETParams) (*GetReleaseExecutionUsingGETOK, error)

GetReleaseExecutionUsingGET retrieves a release execution

func (*Client) GetReleaseManifestUsingGET

func (a *Client) GetReleaseManifestUsingGET(params *GetReleaseManifestUsingGETParams) (*GetReleaseManifestUsingGETOK, error)

GetReleaseManifestUsingGET gets a release execution manifest

func (*Client) GetTaskExecutionUsingGET

func (a *Client) GetTaskExecutionUsingGET(params *GetTaskExecutionUsingGETParams) (*GetTaskExecutionUsingGETOK, error)

GetTaskExecutionUsingGET gets a task execution

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ChangePhaseExecutionUsingPATCH(params *ChangePhaseExecutionUsingPATCHParams) (*ChangePhaseExecutionUsingPATCHOK, *ChangePhaseExecutionUsingPATCHNoContent, error)

	ChangePhaseExecutionUsingPATCH1(params *ChangePhaseExecutionUsingPATCH1Params) (*ChangePhaseExecutionUsingPATCH1OK, *ChangePhaseExecutionUsingPATCH1NoContent, error)

	ChangeReleaseExecutionUsingPATCH(params *ChangeReleaseExecutionUsingPATCHParams) (*ChangeReleaseExecutionUsingPATCHOK, *ChangeReleaseExecutionUsingPATCHNoContent, error)

	ChangeTaskExecutionUsingPATCH(params *ChangeTaskExecutionUsingPATCHParams) (*ChangeTaskExecutionUsingPATCHOK, *ChangeTaskExecutionUsingPATCHNoContent, error)

	CreateReleaseManifestUsingPOST(params *CreateReleaseManifestUsingPOSTParams) (*CreateReleaseManifestUsingPOSTOK, *CreateReleaseManifestUsingPOSTCreated, error)

	DeleteReleaseManifestUsingDELETE(params *DeleteReleaseManifestUsingDELETEParams) (*DeleteReleaseManifestUsingDELETEOK, *DeleteReleaseManifestUsingDELETENoContent, error)

	GetAllPhaseTasksExecutionUsingGET(params *GetAllPhaseTasksExecutionUsingGETParams) (*GetAllPhaseTasksExecutionUsingGETOK, error)

	GetPhaseExecutionUsingGET(params *GetPhaseExecutionUsingGETParams) (*GetPhaseExecutionUsingGETOK, error)

	GetPhasesExecutionUsingGET(params *GetPhasesExecutionUsingGETParams) (*GetPhasesExecutionUsingGETOK, error)

	GetReleaseExecutionUsingGET(params *GetReleaseExecutionUsingGETParams) (*GetReleaseExecutionUsingGETOK, error)

	GetReleaseManifestUsingGET(params *GetReleaseManifestUsingGETParams) (*GetReleaseManifestUsingGETOK, error)

	GetTaskExecutionUsingGET(params *GetTaskExecutionUsingGETParams) (*GetTaskExecutionUsingGETOK, 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 execution API client.

type CreateReleaseManifestUsingPOSTCreated

type CreateReleaseManifestUsingPOSTCreated struct {
}

CreateReleaseManifestUsingPOSTCreated handles this case with default header values.

Created

func NewCreateReleaseManifestUsingPOSTCreated

func NewCreateReleaseManifestUsingPOSTCreated() *CreateReleaseManifestUsingPOSTCreated

NewCreateReleaseManifestUsingPOSTCreated creates a CreateReleaseManifestUsingPOSTCreated with default headers values

func (*CreateReleaseManifestUsingPOSTCreated) Error

type CreateReleaseManifestUsingPOSTForbidden

type CreateReleaseManifestUsingPOSTForbidden struct {
}

CreateReleaseManifestUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateReleaseManifestUsingPOSTForbidden

func NewCreateReleaseManifestUsingPOSTForbidden() *CreateReleaseManifestUsingPOSTForbidden

NewCreateReleaseManifestUsingPOSTForbidden creates a CreateReleaseManifestUsingPOSTForbidden with default headers values

func (*CreateReleaseManifestUsingPOSTForbidden) Error

type CreateReleaseManifestUsingPOSTNotFound

type CreateReleaseManifestUsingPOSTNotFound struct {
}

CreateReleaseManifestUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateReleaseManifestUsingPOSTNotFound

func NewCreateReleaseManifestUsingPOSTNotFound() *CreateReleaseManifestUsingPOSTNotFound

NewCreateReleaseManifestUsingPOSTNotFound creates a CreateReleaseManifestUsingPOSTNotFound with default headers values

func (*CreateReleaseManifestUsingPOSTNotFound) Error

type CreateReleaseManifestUsingPOSTOK

type CreateReleaseManifestUsingPOSTOK struct {
	Payload *models.ReleaseManifestDto
}

CreateReleaseManifestUsingPOSTOK handles this case with default header values.

OK

func NewCreateReleaseManifestUsingPOSTOK

func NewCreateReleaseManifestUsingPOSTOK() *CreateReleaseManifestUsingPOSTOK

NewCreateReleaseManifestUsingPOSTOK creates a CreateReleaseManifestUsingPOSTOK with default headers values

func (*CreateReleaseManifestUsingPOSTOK) Error

func (*CreateReleaseManifestUsingPOSTOK) GetPayload

type CreateReleaseManifestUsingPOSTParams

type CreateReleaseManifestUsingPOSTParams struct {

	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64
	/*ReleaseManifestDto
	  releaseManifestDto

	*/
	ReleaseManifestDto *models.ReleaseManifestDto

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

CreateReleaseManifestUsingPOSTParams contains all the parameters to send to the API endpoint for the create release manifest using p o s t operation typically these are written to a http.Request

func NewCreateReleaseManifestUsingPOSTParams

func NewCreateReleaseManifestUsingPOSTParams() *CreateReleaseManifestUsingPOSTParams

NewCreateReleaseManifestUsingPOSTParams creates a new CreateReleaseManifestUsingPOSTParams object with the default values initialized.

func NewCreateReleaseManifestUsingPOSTParamsWithContext

func NewCreateReleaseManifestUsingPOSTParamsWithContext(ctx context.Context) *CreateReleaseManifestUsingPOSTParams

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

func NewCreateReleaseManifestUsingPOSTParamsWithHTTPClient

func NewCreateReleaseManifestUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateReleaseManifestUsingPOSTParams

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

func NewCreateReleaseManifestUsingPOSTParamsWithTimeout

func NewCreateReleaseManifestUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateReleaseManifestUsingPOSTParams

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

func (*CreateReleaseManifestUsingPOSTParams) SetContext

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

func (*CreateReleaseManifestUsingPOSTParams) SetHTTPClient

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

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

func (*CreateReleaseManifestUsingPOSTParams) SetReleaseID

func (o *CreateReleaseManifestUsingPOSTParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the create release manifest using p o s t params

func (*CreateReleaseManifestUsingPOSTParams) SetReleaseManifestDto

func (o *CreateReleaseManifestUsingPOSTParams) SetReleaseManifestDto(releaseManifestDto *models.ReleaseManifestDto)

SetReleaseManifestDto adds the releaseManifestDto to the create release manifest using p o s t params

func (*CreateReleaseManifestUsingPOSTParams) SetTimeout

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

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

func (*CreateReleaseManifestUsingPOSTParams) WithContext

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

func (*CreateReleaseManifestUsingPOSTParams) WithHTTPClient

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

func (*CreateReleaseManifestUsingPOSTParams) WithReleaseID

WithReleaseID adds the releaseID to the create release manifest using p o s t params

func (*CreateReleaseManifestUsingPOSTParams) WithReleaseManifestDto

WithReleaseManifestDto adds the releaseManifestDto to the create release manifest using p o s t params

func (*CreateReleaseManifestUsingPOSTParams) WithTimeout

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

func (*CreateReleaseManifestUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateReleaseManifestUsingPOSTReader

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

CreateReleaseManifestUsingPOSTReader is a Reader for the CreateReleaseManifestUsingPOST structure.

func (*CreateReleaseManifestUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateReleaseManifestUsingPOSTUnauthorized

type CreateReleaseManifestUsingPOSTUnauthorized struct {
}

CreateReleaseManifestUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateReleaseManifestUsingPOSTUnauthorized

func NewCreateReleaseManifestUsingPOSTUnauthorized() *CreateReleaseManifestUsingPOSTUnauthorized

NewCreateReleaseManifestUsingPOSTUnauthorized creates a CreateReleaseManifestUsingPOSTUnauthorized with default headers values

func (*CreateReleaseManifestUsingPOSTUnauthorized) Error

type DeleteReleaseManifestUsingDELETEForbidden

type DeleteReleaseManifestUsingDELETEForbidden struct {
}

DeleteReleaseManifestUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteReleaseManifestUsingDELETEForbidden

func NewDeleteReleaseManifestUsingDELETEForbidden() *DeleteReleaseManifestUsingDELETEForbidden

NewDeleteReleaseManifestUsingDELETEForbidden creates a DeleteReleaseManifestUsingDELETEForbidden with default headers values

func (*DeleteReleaseManifestUsingDELETEForbidden) Error

type DeleteReleaseManifestUsingDELETENoContent

type DeleteReleaseManifestUsingDELETENoContent struct {
}

DeleteReleaseManifestUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteReleaseManifestUsingDELETENoContent

func NewDeleteReleaseManifestUsingDELETENoContent() *DeleteReleaseManifestUsingDELETENoContent

NewDeleteReleaseManifestUsingDELETENoContent creates a DeleteReleaseManifestUsingDELETENoContent with default headers values

func (*DeleteReleaseManifestUsingDELETENoContent) Error

type DeleteReleaseManifestUsingDELETEOK

type DeleteReleaseManifestUsingDELETEOK struct {
	Payload *models.IdentifiableDto
}

DeleteReleaseManifestUsingDELETEOK handles this case with default header values.

OK

func NewDeleteReleaseManifestUsingDELETEOK

func NewDeleteReleaseManifestUsingDELETEOK() *DeleteReleaseManifestUsingDELETEOK

NewDeleteReleaseManifestUsingDELETEOK creates a DeleteReleaseManifestUsingDELETEOK with default headers values

func (*DeleteReleaseManifestUsingDELETEOK) Error

func (*DeleteReleaseManifestUsingDELETEOK) GetPayload

type DeleteReleaseManifestUsingDELETEParams

type DeleteReleaseManifestUsingDELETEParams struct {

	/*ManifestID
	  manifestId

	*/
	ManifestID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

DeleteReleaseManifestUsingDELETEParams contains all the parameters to send to the API endpoint for the delete release manifest using d e l e t e operation typically these are written to a http.Request

func NewDeleteReleaseManifestUsingDELETEParams

func NewDeleteReleaseManifestUsingDELETEParams() *DeleteReleaseManifestUsingDELETEParams

NewDeleteReleaseManifestUsingDELETEParams creates a new DeleteReleaseManifestUsingDELETEParams object with the default values initialized.

func NewDeleteReleaseManifestUsingDELETEParamsWithContext

func NewDeleteReleaseManifestUsingDELETEParamsWithContext(ctx context.Context) *DeleteReleaseManifestUsingDELETEParams

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

func NewDeleteReleaseManifestUsingDELETEParamsWithHTTPClient

func NewDeleteReleaseManifestUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteReleaseManifestUsingDELETEParams

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

func NewDeleteReleaseManifestUsingDELETEParamsWithTimeout

func NewDeleteReleaseManifestUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteReleaseManifestUsingDELETEParams

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

func (*DeleteReleaseManifestUsingDELETEParams) SetContext

SetContext adds the context to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) SetManifestID

func (o *DeleteReleaseManifestUsingDELETEParams) SetManifestID(manifestID int64)

SetManifestID adds the manifestId to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) SetReleaseID

func (o *DeleteReleaseManifestUsingDELETEParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WithContext

WithContext adds the context to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WithManifestID

WithManifestID adds the manifestID to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WithReleaseID

WithReleaseID adds the releaseID to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete release manifest using d e l e t e params

func (*DeleteReleaseManifestUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteReleaseManifestUsingDELETEReader

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

DeleteReleaseManifestUsingDELETEReader is a Reader for the DeleteReleaseManifestUsingDELETE structure.

func (*DeleteReleaseManifestUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteReleaseManifestUsingDELETEUnauthorized

type DeleteReleaseManifestUsingDELETEUnauthorized struct {
}

DeleteReleaseManifestUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteReleaseManifestUsingDELETEUnauthorized

func NewDeleteReleaseManifestUsingDELETEUnauthorized() *DeleteReleaseManifestUsingDELETEUnauthorized

NewDeleteReleaseManifestUsingDELETEUnauthorized creates a DeleteReleaseManifestUsingDELETEUnauthorized with default headers values

func (*DeleteReleaseManifestUsingDELETEUnauthorized) Error

type GetAllPhaseTasksExecutionUsingGETForbidden

type GetAllPhaseTasksExecutionUsingGETForbidden struct {
}

GetAllPhaseTasksExecutionUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAllPhaseTasksExecutionUsingGETForbidden

func NewGetAllPhaseTasksExecutionUsingGETForbidden() *GetAllPhaseTasksExecutionUsingGETForbidden

NewGetAllPhaseTasksExecutionUsingGETForbidden creates a GetAllPhaseTasksExecutionUsingGETForbidden with default headers values

func (*GetAllPhaseTasksExecutionUsingGETForbidden) Error

type GetAllPhaseTasksExecutionUsingGETNotFound

type GetAllPhaseTasksExecutionUsingGETNotFound struct {
}

GetAllPhaseTasksExecutionUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAllPhaseTasksExecutionUsingGETNotFound

func NewGetAllPhaseTasksExecutionUsingGETNotFound() *GetAllPhaseTasksExecutionUsingGETNotFound

NewGetAllPhaseTasksExecutionUsingGETNotFound creates a GetAllPhaseTasksExecutionUsingGETNotFound with default headers values

func (*GetAllPhaseTasksExecutionUsingGETNotFound) Error

type GetAllPhaseTasksExecutionUsingGETOK

type GetAllPhaseTasksExecutionUsingGETOK struct {
	Payload *models.ListHolderDtoTaskExecutionDto
}

GetAllPhaseTasksExecutionUsingGETOK handles this case with default header values.

OK

func NewGetAllPhaseTasksExecutionUsingGETOK

func NewGetAllPhaseTasksExecutionUsingGETOK() *GetAllPhaseTasksExecutionUsingGETOK

NewGetAllPhaseTasksExecutionUsingGETOK creates a GetAllPhaseTasksExecutionUsingGETOK with default headers values

func (*GetAllPhaseTasksExecutionUsingGETOK) Error

func (*GetAllPhaseTasksExecutionUsingGETOK) GetPayload

type GetAllPhaseTasksExecutionUsingGETParams

type GetAllPhaseTasksExecutionUsingGETParams struct {

	/*PhaseID
	  phaseId

	*/
	PhaseID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

GetAllPhaseTasksExecutionUsingGETParams contains all the parameters to send to the API endpoint for the get all phase tasks execution using g e t operation typically these are written to a http.Request

func NewGetAllPhaseTasksExecutionUsingGETParams

func NewGetAllPhaseTasksExecutionUsingGETParams() *GetAllPhaseTasksExecutionUsingGETParams

NewGetAllPhaseTasksExecutionUsingGETParams creates a new GetAllPhaseTasksExecutionUsingGETParams object with the default values initialized.

func NewGetAllPhaseTasksExecutionUsingGETParamsWithContext

func NewGetAllPhaseTasksExecutionUsingGETParamsWithContext(ctx context.Context) *GetAllPhaseTasksExecutionUsingGETParams

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

func NewGetAllPhaseTasksExecutionUsingGETParamsWithHTTPClient

func NewGetAllPhaseTasksExecutionUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPhaseTasksExecutionUsingGETParams

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

func NewGetAllPhaseTasksExecutionUsingGETParamsWithTimeout

func NewGetAllPhaseTasksExecutionUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPhaseTasksExecutionUsingGETParams

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

func (*GetAllPhaseTasksExecutionUsingGETParams) SetContext

SetContext adds the context to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) SetPhaseID

func (o *GetAllPhaseTasksExecutionUsingGETParams) SetPhaseID(phaseID int64)

SetPhaseID adds the phaseId to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) SetReleaseID

func (o *GetAllPhaseTasksExecutionUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WithContext

WithContext adds the context to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WithPhaseID

WithPhaseID adds the phaseID to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get all phase tasks execution using g e t params

func (*GetAllPhaseTasksExecutionUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllPhaseTasksExecutionUsingGETReader

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

GetAllPhaseTasksExecutionUsingGETReader is a Reader for the GetAllPhaseTasksExecutionUsingGET structure.

func (*GetAllPhaseTasksExecutionUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllPhaseTasksExecutionUsingGETUnauthorized

type GetAllPhaseTasksExecutionUsingGETUnauthorized struct {
}

GetAllPhaseTasksExecutionUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllPhaseTasksExecutionUsingGETUnauthorized

func NewGetAllPhaseTasksExecutionUsingGETUnauthorized() *GetAllPhaseTasksExecutionUsingGETUnauthorized

NewGetAllPhaseTasksExecutionUsingGETUnauthorized creates a GetAllPhaseTasksExecutionUsingGETUnauthorized with default headers values

func (*GetAllPhaseTasksExecutionUsingGETUnauthorized) Error

type GetPhaseExecutionUsingGETForbidden

type GetPhaseExecutionUsingGETForbidden struct {
}

GetPhaseExecutionUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetPhaseExecutionUsingGETForbidden

func NewGetPhaseExecutionUsingGETForbidden() *GetPhaseExecutionUsingGETForbidden

NewGetPhaseExecutionUsingGETForbidden creates a GetPhaseExecutionUsingGETForbidden with default headers values

func (*GetPhaseExecutionUsingGETForbidden) Error

type GetPhaseExecutionUsingGETNotFound

type GetPhaseExecutionUsingGETNotFound struct {
}

GetPhaseExecutionUsingGETNotFound handles this case with default header values.

Not Found

func NewGetPhaseExecutionUsingGETNotFound

func NewGetPhaseExecutionUsingGETNotFound() *GetPhaseExecutionUsingGETNotFound

NewGetPhaseExecutionUsingGETNotFound creates a GetPhaseExecutionUsingGETNotFound with default headers values

func (*GetPhaseExecutionUsingGETNotFound) Error

type GetPhaseExecutionUsingGETOK

type GetPhaseExecutionUsingGETOK struct {
	Payload *models.PhaseExecutionDto
}

GetPhaseExecutionUsingGETOK handles this case with default header values.

OK

func NewGetPhaseExecutionUsingGETOK

func NewGetPhaseExecutionUsingGETOK() *GetPhaseExecutionUsingGETOK

NewGetPhaseExecutionUsingGETOK creates a GetPhaseExecutionUsingGETOK with default headers values

func (*GetPhaseExecutionUsingGETOK) Error

func (*GetPhaseExecutionUsingGETOK) GetPayload

type GetPhaseExecutionUsingGETParams

type GetPhaseExecutionUsingGETParams struct {

	/*PhaseID
	  phaseId

	*/
	PhaseID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

GetPhaseExecutionUsingGETParams contains all the parameters to send to the API endpoint for the get phase execution using g e t operation typically these are written to a http.Request

func NewGetPhaseExecutionUsingGETParams

func NewGetPhaseExecutionUsingGETParams() *GetPhaseExecutionUsingGETParams

NewGetPhaseExecutionUsingGETParams creates a new GetPhaseExecutionUsingGETParams object with the default values initialized.

func NewGetPhaseExecutionUsingGETParamsWithContext

func NewGetPhaseExecutionUsingGETParamsWithContext(ctx context.Context) *GetPhaseExecutionUsingGETParams

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

func NewGetPhaseExecutionUsingGETParamsWithHTTPClient

func NewGetPhaseExecutionUsingGETParamsWithHTTPClient(client *http.Client) *GetPhaseExecutionUsingGETParams

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

func NewGetPhaseExecutionUsingGETParamsWithTimeout

func NewGetPhaseExecutionUsingGETParamsWithTimeout(timeout time.Duration) *GetPhaseExecutionUsingGETParams

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

func (*GetPhaseExecutionUsingGETParams) SetContext

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

SetContext adds the context to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) SetPhaseID

func (o *GetPhaseExecutionUsingGETParams) SetPhaseID(phaseID int64)

SetPhaseID adds the phaseId to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) SetReleaseID

func (o *GetPhaseExecutionUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WithContext

WithContext adds the context to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WithPhaseID

WithPhaseID adds the phaseID to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get phase execution using g e t params

func (*GetPhaseExecutionUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPhaseExecutionUsingGETReader

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

GetPhaseExecutionUsingGETReader is a Reader for the GetPhaseExecutionUsingGET structure.

func (*GetPhaseExecutionUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPhaseExecutionUsingGETUnauthorized

type GetPhaseExecutionUsingGETUnauthorized struct {
}

GetPhaseExecutionUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetPhaseExecutionUsingGETUnauthorized

func NewGetPhaseExecutionUsingGETUnauthorized() *GetPhaseExecutionUsingGETUnauthorized

NewGetPhaseExecutionUsingGETUnauthorized creates a GetPhaseExecutionUsingGETUnauthorized with default headers values

func (*GetPhaseExecutionUsingGETUnauthorized) Error

type GetPhasesExecutionUsingGETForbidden

type GetPhasesExecutionUsingGETForbidden struct {
}

GetPhasesExecutionUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetPhasesExecutionUsingGETForbidden

func NewGetPhasesExecutionUsingGETForbidden() *GetPhasesExecutionUsingGETForbidden

NewGetPhasesExecutionUsingGETForbidden creates a GetPhasesExecutionUsingGETForbidden with default headers values

func (*GetPhasesExecutionUsingGETForbidden) Error

type GetPhasesExecutionUsingGETNotFound

type GetPhasesExecutionUsingGETNotFound struct {
}

GetPhasesExecutionUsingGETNotFound handles this case with default header values.

Not Found

func NewGetPhasesExecutionUsingGETNotFound

func NewGetPhasesExecutionUsingGETNotFound() *GetPhasesExecutionUsingGETNotFound

NewGetPhasesExecutionUsingGETNotFound creates a GetPhasesExecutionUsingGETNotFound with default headers values

func (*GetPhasesExecutionUsingGETNotFound) Error

type GetPhasesExecutionUsingGETOK

type GetPhasesExecutionUsingGETOK struct {
	Payload *models.ListHolderDtoPhaseExecutionDto
}

GetPhasesExecutionUsingGETOK handles this case with default header values.

OK

func NewGetPhasesExecutionUsingGETOK

func NewGetPhasesExecutionUsingGETOK() *GetPhasesExecutionUsingGETOK

NewGetPhasesExecutionUsingGETOK creates a GetPhasesExecutionUsingGETOK with default headers values

func (*GetPhasesExecutionUsingGETOK) Error

func (*GetPhasesExecutionUsingGETOK) GetPayload

type GetPhasesExecutionUsingGETParams

type GetPhasesExecutionUsingGETParams struct {

	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

GetPhasesExecutionUsingGETParams contains all the parameters to send to the API endpoint for the get phases execution using g e t operation typically these are written to a http.Request

func NewGetPhasesExecutionUsingGETParams

func NewGetPhasesExecutionUsingGETParams() *GetPhasesExecutionUsingGETParams

NewGetPhasesExecutionUsingGETParams creates a new GetPhasesExecutionUsingGETParams object with the default values initialized.

func NewGetPhasesExecutionUsingGETParamsWithContext

func NewGetPhasesExecutionUsingGETParamsWithContext(ctx context.Context) *GetPhasesExecutionUsingGETParams

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

func NewGetPhasesExecutionUsingGETParamsWithHTTPClient

func NewGetPhasesExecutionUsingGETParamsWithHTTPClient(client *http.Client) *GetPhasesExecutionUsingGETParams

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

func NewGetPhasesExecutionUsingGETParamsWithTimeout

func NewGetPhasesExecutionUsingGETParamsWithTimeout(timeout time.Duration) *GetPhasesExecutionUsingGETParams

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

func (*GetPhasesExecutionUsingGETParams) SetContext

SetContext adds the context to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) SetReleaseID

func (o *GetPhasesExecutionUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) WithContext

WithContext adds the context to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get phases execution using g e t params

func (*GetPhasesExecutionUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPhasesExecutionUsingGETReader

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

GetPhasesExecutionUsingGETReader is a Reader for the GetPhasesExecutionUsingGET structure.

func (*GetPhasesExecutionUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPhasesExecutionUsingGETUnauthorized

type GetPhasesExecutionUsingGETUnauthorized struct {
}

GetPhasesExecutionUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetPhasesExecutionUsingGETUnauthorized

func NewGetPhasesExecutionUsingGETUnauthorized() *GetPhasesExecutionUsingGETUnauthorized

NewGetPhasesExecutionUsingGETUnauthorized creates a GetPhasesExecutionUsingGETUnauthorized with default headers values

func (*GetPhasesExecutionUsingGETUnauthorized) Error

type GetReleaseExecutionUsingGETForbidden

type GetReleaseExecutionUsingGETForbidden struct {
}

GetReleaseExecutionUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetReleaseExecutionUsingGETForbidden

func NewGetReleaseExecutionUsingGETForbidden() *GetReleaseExecutionUsingGETForbidden

NewGetReleaseExecutionUsingGETForbidden creates a GetReleaseExecutionUsingGETForbidden with default headers values

func (*GetReleaseExecutionUsingGETForbidden) Error

type GetReleaseExecutionUsingGETNotFound

type GetReleaseExecutionUsingGETNotFound struct {
}

GetReleaseExecutionUsingGETNotFound handles this case with default header values.

Not Found

func NewGetReleaseExecutionUsingGETNotFound

func NewGetReleaseExecutionUsingGETNotFound() *GetReleaseExecutionUsingGETNotFound

NewGetReleaseExecutionUsingGETNotFound creates a GetReleaseExecutionUsingGETNotFound with default headers values

func (*GetReleaseExecutionUsingGETNotFound) Error

type GetReleaseExecutionUsingGETOK

type GetReleaseExecutionUsingGETOK struct {
	Payload *models.ReleaseExecutionDto
}

GetReleaseExecutionUsingGETOK handles this case with default header values.

OK

func NewGetReleaseExecutionUsingGETOK

func NewGetReleaseExecutionUsingGETOK() *GetReleaseExecutionUsingGETOK

NewGetReleaseExecutionUsingGETOK creates a GetReleaseExecutionUsingGETOK with default headers values

func (*GetReleaseExecutionUsingGETOK) Error

func (*GetReleaseExecutionUsingGETOK) GetPayload

type GetReleaseExecutionUsingGETParams

type GetReleaseExecutionUsingGETParams struct {

	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

GetReleaseExecutionUsingGETParams contains all the parameters to send to the API endpoint for the get release execution using g e t operation typically these are written to a http.Request

func NewGetReleaseExecutionUsingGETParams

func NewGetReleaseExecutionUsingGETParams() *GetReleaseExecutionUsingGETParams

NewGetReleaseExecutionUsingGETParams creates a new GetReleaseExecutionUsingGETParams object with the default values initialized.

func NewGetReleaseExecutionUsingGETParamsWithContext

func NewGetReleaseExecutionUsingGETParamsWithContext(ctx context.Context) *GetReleaseExecutionUsingGETParams

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

func NewGetReleaseExecutionUsingGETParamsWithHTTPClient

func NewGetReleaseExecutionUsingGETParamsWithHTTPClient(client *http.Client) *GetReleaseExecutionUsingGETParams

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

func NewGetReleaseExecutionUsingGETParamsWithTimeout

func NewGetReleaseExecutionUsingGETParamsWithTimeout(timeout time.Duration) *GetReleaseExecutionUsingGETParams

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

func (*GetReleaseExecutionUsingGETParams) SetContext

SetContext adds the context to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) SetReleaseID

func (o *GetReleaseExecutionUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) WithContext

WithContext adds the context to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get release execution using g e t params

func (*GetReleaseExecutionUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReleaseExecutionUsingGETReader

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

GetReleaseExecutionUsingGETReader is a Reader for the GetReleaseExecutionUsingGET structure.

func (*GetReleaseExecutionUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReleaseExecutionUsingGETUnauthorized

type GetReleaseExecutionUsingGETUnauthorized struct {
}

GetReleaseExecutionUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetReleaseExecutionUsingGETUnauthorized

func NewGetReleaseExecutionUsingGETUnauthorized() *GetReleaseExecutionUsingGETUnauthorized

NewGetReleaseExecutionUsingGETUnauthorized creates a GetReleaseExecutionUsingGETUnauthorized with default headers values

func (*GetReleaseExecutionUsingGETUnauthorized) Error

type GetReleaseManifestUsingGETForbidden

type GetReleaseManifestUsingGETForbidden struct {
}

GetReleaseManifestUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetReleaseManifestUsingGETForbidden

func NewGetReleaseManifestUsingGETForbidden() *GetReleaseManifestUsingGETForbidden

NewGetReleaseManifestUsingGETForbidden creates a GetReleaseManifestUsingGETForbidden with default headers values

func (*GetReleaseManifestUsingGETForbidden) Error

type GetReleaseManifestUsingGETNotFound

type GetReleaseManifestUsingGETNotFound struct {
}

GetReleaseManifestUsingGETNotFound handles this case with default header values.

Not Found

func NewGetReleaseManifestUsingGETNotFound

func NewGetReleaseManifestUsingGETNotFound() *GetReleaseManifestUsingGETNotFound

NewGetReleaseManifestUsingGETNotFound creates a GetReleaseManifestUsingGETNotFound with default headers values

func (*GetReleaseManifestUsingGETNotFound) Error

type GetReleaseManifestUsingGETOK

type GetReleaseManifestUsingGETOK struct {
	Payload *models.IdentifiableDto
}

GetReleaseManifestUsingGETOK handles this case with default header values.

OK

func NewGetReleaseManifestUsingGETOK

func NewGetReleaseManifestUsingGETOK() *GetReleaseManifestUsingGETOK

NewGetReleaseManifestUsingGETOK creates a GetReleaseManifestUsingGETOK with default headers values

func (*GetReleaseManifestUsingGETOK) Error

func (*GetReleaseManifestUsingGETOK) GetPayload

type GetReleaseManifestUsingGETParams

type GetReleaseManifestUsingGETParams struct {

	/*ManifestID
	  manifestId

	*/
	ManifestID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

GetReleaseManifestUsingGETParams contains all the parameters to send to the API endpoint for the get release manifest using g e t operation typically these are written to a http.Request

func NewGetReleaseManifestUsingGETParams

func NewGetReleaseManifestUsingGETParams() *GetReleaseManifestUsingGETParams

NewGetReleaseManifestUsingGETParams creates a new GetReleaseManifestUsingGETParams object with the default values initialized.

func NewGetReleaseManifestUsingGETParamsWithContext

func NewGetReleaseManifestUsingGETParamsWithContext(ctx context.Context) *GetReleaseManifestUsingGETParams

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

func NewGetReleaseManifestUsingGETParamsWithHTTPClient

func NewGetReleaseManifestUsingGETParamsWithHTTPClient(client *http.Client) *GetReleaseManifestUsingGETParams

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

func NewGetReleaseManifestUsingGETParamsWithTimeout

func NewGetReleaseManifestUsingGETParamsWithTimeout(timeout time.Duration) *GetReleaseManifestUsingGETParams

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

func (*GetReleaseManifestUsingGETParams) SetContext

SetContext adds the context to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) SetManifestID

func (o *GetReleaseManifestUsingGETParams) SetManifestID(manifestID int64)

SetManifestID adds the manifestId to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) SetReleaseID

func (o *GetReleaseManifestUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WithContext

WithContext adds the context to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WithManifestID

WithManifestID adds the manifestID to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get release manifest using g e t params

func (*GetReleaseManifestUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReleaseManifestUsingGETReader

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

GetReleaseManifestUsingGETReader is a Reader for the GetReleaseManifestUsingGET structure.

func (*GetReleaseManifestUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReleaseManifestUsingGETUnauthorized

type GetReleaseManifestUsingGETUnauthorized struct {
}

GetReleaseManifestUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetReleaseManifestUsingGETUnauthorized

func NewGetReleaseManifestUsingGETUnauthorized() *GetReleaseManifestUsingGETUnauthorized

NewGetReleaseManifestUsingGETUnauthorized creates a GetReleaseManifestUsingGETUnauthorized with default headers values

func (*GetReleaseManifestUsingGETUnauthorized) Error

type GetTaskExecutionUsingGETForbidden

type GetTaskExecutionUsingGETForbidden struct {
}

GetTaskExecutionUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetTaskExecutionUsingGETForbidden

func NewGetTaskExecutionUsingGETForbidden() *GetTaskExecutionUsingGETForbidden

NewGetTaskExecutionUsingGETForbidden creates a GetTaskExecutionUsingGETForbidden with default headers values

func (*GetTaskExecutionUsingGETForbidden) Error

type GetTaskExecutionUsingGETNotFound

type GetTaskExecutionUsingGETNotFound struct {
}

GetTaskExecutionUsingGETNotFound handles this case with default header values.

Not Found

func NewGetTaskExecutionUsingGETNotFound

func NewGetTaskExecutionUsingGETNotFound() *GetTaskExecutionUsingGETNotFound

NewGetTaskExecutionUsingGETNotFound creates a GetTaskExecutionUsingGETNotFound with default headers values

func (*GetTaskExecutionUsingGETNotFound) Error

type GetTaskExecutionUsingGETOK

type GetTaskExecutionUsingGETOK struct {
	Payload *models.TaskExecutionDto
}

GetTaskExecutionUsingGETOK handles this case with default header values.

OK

func NewGetTaskExecutionUsingGETOK

func NewGetTaskExecutionUsingGETOK() *GetTaskExecutionUsingGETOK

NewGetTaskExecutionUsingGETOK creates a GetTaskExecutionUsingGETOK with default headers values

func (*GetTaskExecutionUsingGETOK) Error

func (*GetTaskExecutionUsingGETOK) GetPayload

type GetTaskExecutionUsingGETParams

type GetTaskExecutionUsingGETParams struct {

	/*PhaseID
	  phaseId

	*/
	PhaseID int64
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64
	/*TaskID
	  taskId

	*/
	TaskID int64

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

GetTaskExecutionUsingGETParams contains all the parameters to send to the API endpoint for the get task execution using g e t operation typically these are written to a http.Request

func NewGetTaskExecutionUsingGETParams

func NewGetTaskExecutionUsingGETParams() *GetTaskExecutionUsingGETParams

NewGetTaskExecutionUsingGETParams creates a new GetTaskExecutionUsingGETParams object with the default values initialized.

func NewGetTaskExecutionUsingGETParamsWithContext

func NewGetTaskExecutionUsingGETParamsWithContext(ctx context.Context) *GetTaskExecutionUsingGETParams

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

func NewGetTaskExecutionUsingGETParamsWithHTTPClient

func NewGetTaskExecutionUsingGETParamsWithHTTPClient(client *http.Client) *GetTaskExecutionUsingGETParams

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

func NewGetTaskExecutionUsingGETParamsWithTimeout

func NewGetTaskExecutionUsingGETParamsWithTimeout(timeout time.Duration) *GetTaskExecutionUsingGETParams

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

func (*GetTaskExecutionUsingGETParams) SetContext

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

SetContext adds the context to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) SetPhaseID

func (o *GetTaskExecutionUsingGETParams) SetPhaseID(phaseID int64)

SetPhaseID adds the phaseId to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) SetReleaseID

func (o *GetTaskExecutionUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) SetTaskID

func (o *GetTaskExecutionUsingGETParams) SetTaskID(taskID int64)

SetTaskID adds the taskId to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithContext

WithContext adds the context to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithPhaseID

WithPhaseID adds the phaseID to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithReleaseID

WithReleaseID adds the releaseID to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithTaskID

WithTaskID adds the taskID to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get task execution using g e t params

func (*GetTaskExecutionUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTaskExecutionUsingGETReader

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

GetTaskExecutionUsingGETReader is a Reader for the GetTaskExecutionUsingGET structure.

func (*GetTaskExecutionUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTaskExecutionUsingGETUnauthorized

type GetTaskExecutionUsingGETUnauthorized struct {
}

GetTaskExecutionUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetTaskExecutionUsingGETUnauthorized

func NewGetTaskExecutionUsingGETUnauthorized() *GetTaskExecutionUsingGETUnauthorized

NewGetTaskExecutionUsingGETUnauthorized creates a GetTaskExecutionUsingGETUnauthorized with default headers values

func (*GetTaskExecutionUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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