build_type

package
v0.0.0-...-a39a1f1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: Apache-2.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 AddAgentRequirementOK

type AddAgentRequirementOK struct {
	Payload *models.AgentRequirement
}

AddAgentRequirementOK handles this case with default header values.

successful operation

func NewAddAgentRequirementOK

func NewAddAgentRequirementOK() *AddAgentRequirementOK

NewAddAgentRequirementOK creates a AddAgentRequirementOK with default headers values

func (*AddAgentRequirementOK) Error

func (o *AddAgentRequirementOK) Error() string

func (*AddAgentRequirementOK) GetPayload

type AddAgentRequirementParams

type AddAgentRequirementParams struct {

	/*Body*/
	Body *models.AgentRequirement
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddAgentRequirementParams contains all the parameters to send to the API endpoint for the add agent requirement operation typically these are written to a http.Request

func NewAddAgentRequirementParams

func NewAddAgentRequirementParams() *AddAgentRequirementParams

NewAddAgentRequirementParams creates a new AddAgentRequirementParams object with the default values initialized.

func NewAddAgentRequirementParamsWithContext

func NewAddAgentRequirementParamsWithContext(ctx context.Context) *AddAgentRequirementParams

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

func NewAddAgentRequirementParamsWithHTTPClient

func NewAddAgentRequirementParamsWithHTTPClient(client *http.Client) *AddAgentRequirementParams

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

func NewAddAgentRequirementParamsWithTimeout

func NewAddAgentRequirementParamsWithTimeout(timeout time.Duration) *AddAgentRequirementParams

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

func (*AddAgentRequirementParams) SetBody

SetBody adds the body to the add agent requirement params

func (*AddAgentRequirementParams) SetBtLocator

func (o *AddAgentRequirementParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add agent requirement params

func (*AddAgentRequirementParams) SetContext

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

SetContext adds the context to the add agent requirement params

func (*AddAgentRequirementParams) SetFields

func (o *AddAgentRequirementParams) SetFields(fields *string)

SetFields adds the fields to the add agent requirement params

func (*AddAgentRequirementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add agent requirement params

func (*AddAgentRequirementParams) SetTimeout

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

SetTimeout adds the timeout to the add agent requirement params

func (*AddAgentRequirementParams) WithBody

WithBody adds the body to the add agent requirement params

func (*AddAgentRequirementParams) WithBtLocator

func (o *AddAgentRequirementParams) WithBtLocator(btLocator string) *AddAgentRequirementParams

WithBtLocator adds the btLocator to the add agent requirement params

func (*AddAgentRequirementParams) WithContext

WithContext adds the context to the add agent requirement params

func (*AddAgentRequirementParams) WithFields

WithFields adds the fields to the add agent requirement params

func (*AddAgentRequirementParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add agent requirement params

func (*AddAgentRequirementParams) WithTimeout

WithTimeout adds the timeout to the add agent requirement params

func (*AddAgentRequirementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddAgentRequirementReader

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

AddAgentRequirementReader is a Reader for the AddAgentRequirement structure.

func (*AddAgentRequirementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddArtifactDepOK

type AddArtifactDepOK struct {
	Payload *models.ArtifactDependency
}

AddArtifactDepOK handles this case with default header values.

successful operation

func NewAddArtifactDepOK

func NewAddArtifactDepOK() *AddArtifactDepOK

NewAddArtifactDepOK creates a AddArtifactDepOK with default headers values

func (*AddArtifactDepOK) Error

func (o *AddArtifactDepOK) Error() string

func (*AddArtifactDepOK) GetPayload

func (o *AddArtifactDepOK) GetPayload() *models.ArtifactDependency

type AddArtifactDepParams

type AddArtifactDepParams struct {

	/*Body*/
	Body *models.ArtifactDependency
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddArtifactDepParams contains all the parameters to send to the API endpoint for the add artifact dep operation typically these are written to a http.Request

func NewAddArtifactDepParams

func NewAddArtifactDepParams() *AddArtifactDepParams

NewAddArtifactDepParams creates a new AddArtifactDepParams object with the default values initialized.

func NewAddArtifactDepParamsWithContext

func NewAddArtifactDepParamsWithContext(ctx context.Context) *AddArtifactDepParams

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

func NewAddArtifactDepParamsWithHTTPClient

func NewAddArtifactDepParamsWithHTTPClient(client *http.Client) *AddArtifactDepParams

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

func NewAddArtifactDepParamsWithTimeout

func NewAddArtifactDepParamsWithTimeout(timeout time.Duration) *AddArtifactDepParams

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

func (*AddArtifactDepParams) SetBody

SetBody adds the body to the add artifact dep params

func (*AddArtifactDepParams) SetBtLocator

func (o *AddArtifactDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add artifact dep params

func (*AddArtifactDepParams) SetContext

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

SetContext adds the context to the add artifact dep params

func (*AddArtifactDepParams) SetFields

func (o *AddArtifactDepParams) SetFields(fields *string)

SetFields adds the fields to the add artifact dep params

func (*AddArtifactDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add artifact dep params

func (*AddArtifactDepParams) SetTimeout

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

SetTimeout adds the timeout to the add artifact dep params

func (*AddArtifactDepParams) WithBody

WithBody adds the body to the add artifact dep params

func (*AddArtifactDepParams) WithBtLocator

func (o *AddArtifactDepParams) WithBtLocator(btLocator string) *AddArtifactDepParams

WithBtLocator adds the btLocator to the add artifact dep params

func (*AddArtifactDepParams) WithContext

WithContext adds the context to the add artifact dep params

func (*AddArtifactDepParams) WithFields

func (o *AddArtifactDepParams) WithFields(fields *string) *AddArtifactDepParams

WithFields adds the fields to the add artifact dep params

func (*AddArtifactDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add artifact dep params

func (*AddArtifactDepParams) WithTimeout

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

WithTimeout adds the timeout to the add artifact dep params

func (*AddArtifactDepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddArtifactDepReader

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

AddArtifactDepReader is a Reader for the AddArtifactDep structure.

func (*AddArtifactDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddBuildTypeOK

type AddBuildTypeOK struct {
	Payload *models.BuildType
}

AddBuildTypeOK handles this case with default header values.

successful operation

func NewAddBuildTypeOK

func NewAddBuildTypeOK() *AddBuildTypeOK

NewAddBuildTypeOK creates a AddBuildTypeOK with default headers values

func (*AddBuildTypeOK) Error

func (o *AddBuildTypeOK) Error() string

func (*AddBuildTypeOK) GetPayload

func (o *AddBuildTypeOK) GetPayload() *models.BuildType

type AddBuildTypeParams

type AddBuildTypeParams struct {

	/*Body*/
	Body *models.BuildType
	/*Fields*/
	Fields *string

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

AddBuildTypeParams contains all the parameters to send to the API endpoint for the add build type operation typically these are written to a http.Request

func NewAddBuildTypeParams

func NewAddBuildTypeParams() *AddBuildTypeParams

NewAddBuildTypeParams creates a new AddBuildTypeParams object with the default values initialized.

func NewAddBuildTypeParamsWithContext

func NewAddBuildTypeParamsWithContext(ctx context.Context) *AddBuildTypeParams

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

func NewAddBuildTypeParamsWithHTTPClient

func NewAddBuildTypeParamsWithHTTPClient(client *http.Client) *AddBuildTypeParams

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

func NewAddBuildTypeParamsWithTimeout

func NewAddBuildTypeParamsWithTimeout(timeout time.Duration) *AddBuildTypeParams

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

func (*AddBuildTypeParams) SetBody

func (o *AddBuildTypeParams) SetBody(body *models.BuildType)

SetBody adds the body to the add build type params

func (*AddBuildTypeParams) SetContext

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

SetContext adds the context to the add build type params

func (*AddBuildTypeParams) SetFields

func (o *AddBuildTypeParams) SetFields(fields *string)

SetFields adds the fields to the add build type params

func (*AddBuildTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add build type params

func (*AddBuildTypeParams) SetTimeout

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

SetTimeout adds the timeout to the add build type params

func (*AddBuildTypeParams) WithBody

WithBody adds the body to the add build type params

func (*AddBuildTypeParams) WithContext

WithContext adds the context to the add build type params

func (*AddBuildTypeParams) WithFields

func (o *AddBuildTypeParams) WithFields(fields *string) *AddBuildTypeParams

WithFields adds the fields to the add build type params

func (*AddBuildTypeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add build type params

func (*AddBuildTypeParams) WithTimeout

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

WithTimeout adds the timeout to the add build type params

func (*AddBuildTypeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddBuildTypeReader

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

AddBuildTypeReader is a Reader for the AddBuildType structure.

func (*AddBuildTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddFeatureOK

type AddFeatureOK struct {
	Payload *models.Feature
}

AddFeatureOK handles this case with default header values.

successful operation

func NewAddFeatureOK

func NewAddFeatureOK() *AddFeatureOK

NewAddFeatureOK creates a AddFeatureOK with default headers values

func (*AddFeatureOK) Error

func (o *AddFeatureOK) Error() string

func (*AddFeatureOK) GetPayload

func (o *AddFeatureOK) GetPayload() *models.Feature

type AddFeatureParameterOK

type AddFeatureParameterOK struct {
	Payload string
}

AddFeatureParameterOK handles this case with default header values.

successful operation

func NewAddFeatureParameterOK

func NewAddFeatureParameterOK() *AddFeatureParameterOK

NewAddFeatureParameterOK creates a AddFeatureParameterOK with default headers values

func (*AddFeatureParameterOK) Error

func (o *AddFeatureParameterOK) Error() string

func (*AddFeatureParameterOK) GetPayload

func (o *AddFeatureParameterOK) GetPayload() string

type AddFeatureParameterParams

type AddFeatureParameterParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*ParameterName*/
	ParameterName string

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

AddFeatureParameterParams contains all the parameters to send to the API endpoint for the add feature parameter operation typically these are written to a http.Request

func NewAddFeatureParameterParams

func NewAddFeatureParameterParams() *AddFeatureParameterParams

NewAddFeatureParameterParams creates a new AddFeatureParameterParams object with the default values initialized.

func NewAddFeatureParameterParamsWithContext

func NewAddFeatureParameterParamsWithContext(ctx context.Context) *AddFeatureParameterParams

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

func NewAddFeatureParameterParamsWithHTTPClient

func NewAddFeatureParameterParamsWithHTTPClient(client *http.Client) *AddFeatureParameterParams

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

func NewAddFeatureParameterParamsWithTimeout

func NewAddFeatureParameterParamsWithTimeout(timeout time.Duration) *AddFeatureParameterParams

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

func (*AddFeatureParameterParams) SetBody

func (o *AddFeatureParameterParams) SetBody(body string)

SetBody adds the body to the add feature parameter params

func (*AddFeatureParameterParams) SetBtLocator

func (o *AddFeatureParameterParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add feature parameter params

func (*AddFeatureParameterParams) SetContext

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

SetContext adds the context to the add feature parameter params

func (*AddFeatureParameterParams) SetFeatureID

func (o *AddFeatureParameterParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the add feature parameter params

func (*AddFeatureParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add feature parameter params

func (*AddFeatureParameterParams) SetParameterName

func (o *AddFeatureParameterParams) SetParameterName(parameterName string)

SetParameterName adds the parameterName to the add feature parameter params

func (*AddFeatureParameterParams) SetTimeout

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

SetTimeout adds the timeout to the add feature parameter params

func (*AddFeatureParameterParams) WithBody

WithBody adds the body to the add feature parameter params

func (*AddFeatureParameterParams) WithBtLocator

func (o *AddFeatureParameterParams) WithBtLocator(btLocator string) *AddFeatureParameterParams

WithBtLocator adds the btLocator to the add feature parameter params

func (*AddFeatureParameterParams) WithContext

WithContext adds the context to the add feature parameter params

func (*AddFeatureParameterParams) WithFeatureID

func (o *AddFeatureParameterParams) WithFeatureID(featureID string) *AddFeatureParameterParams

WithFeatureID adds the featureID to the add feature parameter params

func (*AddFeatureParameterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add feature parameter params

func (*AddFeatureParameterParams) WithParameterName

func (o *AddFeatureParameterParams) WithParameterName(parameterName string) *AddFeatureParameterParams

WithParameterName adds the parameterName to the add feature parameter params

func (*AddFeatureParameterParams) WithTimeout

WithTimeout adds the timeout to the add feature parameter params

func (*AddFeatureParameterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddFeatureParameterReader

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

AddFeatureParameterReader is a Reader for the AddFeatureParameter structure.

func (*AddFeatureParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddFeatureParams

type AddFeatureParams struct {

	/*Body*/
	Body *models.Feature
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddFeatureParams contains all the parameters to send to the API endpoint for the add feature operation typically these are written to a http.Request

func NewAddFeatureParams

func NewAddFeatureParams() *AddFeatureParams

NewAddFeatureParams creates a new AddFeatureParams object with the default values initialized.

func NewAddFeatureParamsWithContext

func NewAddFeatureParamsWithContext(ctx context.Context) *AddFeatureParams

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

func NewAddFeatureParamsWithHTTPClient

func NewAddFeatureParamsWithHTTPClient(client *http.Client) *AddFeatureParams

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

func NewAddFeatureParamsWithTimeout

func NewAddFeatureParamsWithTimeout(timeout time.Duration) *AddFeatureParams

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

func (*AddFeatureParams) SetBody

func (o *AddFeatureParams) SetBody(body *models.Feature)

SetBody adds the body to the add feature params

func (*AddFeatureParams) SetBtLocator

func (o *AddFeatureParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add feature params

func (*AddFeatureParams) SetContext

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

SetContext adds the context to the add feature params

func (*AddFeatureParams) SetFields

func (o *AddFeatureParams) SetFields(fields *string)

SetFields adds the fields to the add feature params

func (*AddFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add feature params

func (*AddFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the add feature params

func (*AddFeatureParams) WithBody

func (o *AddFeatureParams) WithBody(body *models.Feature) *AddFeatureParams

WithBody adds the body to the add feature params

func (*AddFeatureParams) WithBtLocator

func (o *AddFeatureParams) WithBtLocator(btLocator string) *AddFeatureParams

WithBtLocator adds the btLocator to the add feature params

func (*AddFeatureParams) WithContext

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

WithContext adds the context to the add feature params

func (*AddFeatureParams) WithFields

func (o *AddFeatureParams) WithFields(fields *string) *AddFeatureParams

WithFields adds the fields to the add feature params

func (*AddFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add feature params

func (*AddFeatureParams) WithTimeout

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

WithTimeout adds the timeout to the add feature params

func (*AddFeatureParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddFeatureReader

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

AddFeatureReader is a Reader for the AddFeature structure.

func (*AddFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddSnapshotDepOK

type AddSnapshotDepOK struct {
	Payload *models.SnapshotDependency
}

AddSnapshotDepOK handles this case with default header values.

successful operation

func NewAddSnapshotDepOK

func NewAddSnapshotDepOK() *AddSnapshotDepOK

NewAddSnapshotDepOK creates a AddSnapshotDepOK with default headers values

func (*AddSnapshotDepOK) Error

func (o *AddSnapshotDepOK) Error() string

func (*AddSnapshotDepOK) GetPayload

func (o *AddSnapshotDepOK) GetPayload() *models.SnapshotDependency

type AddSnapshotDepParams

type AddSnapshotDepParams struct {

	/*Body*/
	Body *models.SnapshotDependency
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddSnapshotDepParams contains all the parameters to send to the API endpoint for the add snapshot dep operation typically these are written to a http.Request

func NewAddSnapshotDepParams

func NewAddSnapshotDepParams() *AddSnapshotDepParams

NewAddSnapshotDepParams creates a new AddSnapshotDepParams object with the default values initialized.

func NewAddSnapshotDepParamsWithContext

func NewAddSnapshotDepParamsWithContext(ctx context.Context) *AddSnapshotDepParams

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

func NewAddSnapshotDepParamsWithHTTPClient

func NewAddSnapshotDepParamsWithHTTPClient(client *http.Client) *AddSnapshotDepParams

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

func NewAddSnapshotDepParamsWithTimeout

func NewAddSnapshotDepParamsWithTimeout(timeout time.Duration) *AddSnapshotDepParams

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

func (*AddSnapshotDepParams) SetBody

SetBody adds the body to the add snapshot dep params

func (*AddSnapshotDepParams) SetBtLocator

func (o *AddSnapshotDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add snapshot dep params

func (*AddSnapshotDepParams) SetContext

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

SetContext adds the context to the add snapshot dep params

func (*AddSnapshotDepParams) SetFields

func (o *AddSnapshotDepParams) SetFields(fields *string)

SetFields adds the fields to the add snapshot dep params

func (*AddSnapshotDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add snapshot dep params

func (*AddSnapshotDepParams) SetTimeout

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

SetTimeout adds the timeout to the add snapshot dep params

func (*AddSnapshotDepParams) WithBody

WithBody adds the body to the add snapshot dep params

func (*AddSnapshotDepParams) WithBtLocator

func (o *AddSnapshotDepParams) WithBtLocator(btLocator string) *AddSnapshotDepParams

WithBtLocator adds the btLocator to the add snapshot dep params

func (*AddSnapshotDepParams) WithContext

WithContext adds the context to the add snapshot dep params

func (*AddSnapshotDepParams) WithFields

func (o *AddSnapshotDepParams) WithFields(fields *string) *AddSnapshotDepParams

WithFields adds the fields to the add snapshot dep params

func (*AddSnapshotDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add snapshot dep params

func (*AddSnapshotDepParams) WithTimeout

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

WithTimeout adds the timeout to the add snapshot dep params

func (*AddSnapshotDepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddSnapshotDepReader

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

AddSnapshotDepReader is a Reader for the AddSnapshotDep structure.

func (*AddSnapshotDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddStepOK

type AddStepOK struct {
	Payload *models.Step
}

AddStepOK handles this case with default header values.

successful operation

func NewAddStepOK

func NewAddStepOK() *AddStepOK

NewAddStepOK creates a AddStepOK with default headers values

func (*AddStepOK) Error

func (o *AddStepOK) Error() string

func (*AddStepOK) GetPayload

func (o *AddStepOK) GetPayload() *models.Step

type AddStepParameterOK

type AddStepParameterOK struct {
	Payload string
}

AddStepParameterOK handles this case with default header values.

successful operation

func NewAddStepParameterOK

func NewAddStepParameterOK() *AddStepParameterOK

NewAddStepParameterOK creates a AddStepParameterOK with default headers values

func (*AddStepParameterOK) Error

func (o *AddStepParameterOK) Error() string

func (*AddStepParameterOK) GetPayload

func (o *AddStepParameterOK) GetPayload() string

type AddStepParameterParams

type AddStepParameterParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*ParameterName*/
	ParameterName string
	/*StepID*/
	StepID string

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

AddStepParameterParams contains all the parameters to send to the API endpoint for the add step parameter operation typically these are written to a http.Request

func NewAddStepParameterParams

func NewAddStepParameterParams() *AddStepParameterParams

NewAddStepParameterParams creates a new AddStepParameterParams object with the default values initialized.

func NewAddStepParameterParamsWithContext

func NewAddStepParameterParamsWithContext(ctx context.Context) *AddStepParameterParams

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

func NewAddStepParameterParamsWithHTTPClient

func NewAddStepParameterParamsWithHTTPClient(client *http.Client) *AddStepParameterParams

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

func NewAddStepParameterParamsWithTimeout

func NewAddStepParameterParamsWithTimeout(timeout time.Duration) *AddStepParameterParams

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

func (*AddStepParameterParams) SetBody

func (o *AddStepParameterParams) SetBody(body string)

SetBody adds the body to the add step parameter params

func (*AddStepParameterParams) SetBtLocator

func (o *AddStepParameterParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add step parameter params

func (*AddStepParameterParams) SetContext

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

SetContext adds the context to the add step parameter params

func (*AddStepParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add step parameter params

func (*AddStepParameterParams) SetParameterName

func (o *AddStepParameterParams) SetParameterName(parameterName string)

SetParameterName adds the parameterName to the add step parameter params

func (*AddStepParameterParams) SetStepID

func (o *AddStepParameterParams) SetStepID(stepID string)

SetStepID adds the stepId to the add step parameter params

func (*AddStepParameterParams) SetTimeout

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

SetTimeout adds the timeout to the add step parameter params

func (*AddStepParameterParams) WithBody

WithBody adds the body to the add step parameter params

func (*AddStepParameterParams) WithBtLocator

func (o *AddStepParameterParams) WithBtLocator(btLocator string) *AddStepParameterParams

WithBtLocator adds the btLocator to the add step parameter params

func (*AddStepParameterParams) WithContext

WithContext adds the context to the add step parameter params

func (*AddStepParameterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add step parameter params

func (*AddStepParameterParams) WithParameterName

func (o *AddStepParameterParams) WithParameterName(parameterName string) *AddStepParameterParams

WithParameterName adds the parameterName to the add step parameter params

func (*AddStepParameterParams) WithStepID

func (o *AddStepParameterParams) WithStepID(stepID string) *AddStepParameterParams

WithStepID adds the stepID to the add step parameter params

func (*AddStepParameterParams) WithTimeout

WithTimeout adds the timeout to the add step parameter params

func (*AddStepParameterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddStepParameterReader

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

AddStepParameterReader is a Reader for the AddStepParameter structure.

func (*AddStepParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddStepParams

type AddStepParams struct {

	/*Body*/
	Body *models.Step
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddStepParams contains all the parameters to send to the API endpoint for the add step operation typically these are written to a http.Request

func NewAddStepParams

func NewAddStepParams() *AddStepParams

NewAddStepParams creates a new AddStepParams object with the default values initialized.

func NewAddStepParamsWithContext

func NewAddStepParamsWithContext(ctx context.Context) *AddStepParams

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

func NewAddStepParamsWithHTTPClient

func NewAddStepParamsWithHTTPClient(client *http.Client) *AddStepParams

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

func NewAddStepParamsWithTimeout

func NewAddStepParamsWithTimeout(timeout time.Duration) *AddStepParams

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

func (*AddStepParams) SetBody

func (o *AddStepParams) SetBody(body *models.Step)

SetBody adds the body to the add step params

func (*AddStepParams) SetBtLocator

func (o *AddStepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add step params

func (*AddStepParams) SetContext

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

SetContext adds the context to the add step params

func (*AddStepParams) SetFields

func (o *AddStepParams) SetFields(fields *string)

SetFields adds the fields to the add step params

func (*AddStepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add step params

func (*AddStepParams) SetTimeout

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

SetTimeout adds the timeout to the add step params

func (*AddStepParams) WithBody

func (o *AddStepParams) WithBody(body *models.Step) *AddStepParams

WithBody adds the body to the add step params

func (*AddStepParams) WithBtLocator

func (o *AddStepParams) WithBtLocator(btLocator string) *AddStepParams

WithBtLocator adds the btLocator to the add step params

func (*AddStepParams) WithContext

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

WithContext adds the context to the add step params

func (*AddStepParams) WithFields

func (o *AddStepParams) WithFields(fields *string) *AddStepParams

WithFields adds the fields to the add step params

func (*AddStepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add step params

func (*AddStepParams) WithTimeout

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

WithTimeout adds the timeout to the add step params

func (*AddStepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddStepReader

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

AddStepReader is a Reader for the AddStep structure.

func (*AddStepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddTemplateOK

type AddTemplateOK struct {
	Payload *models.BuildType
}

AddTemplateOK handles this case with default header values.

successful operation

func NewAddTemplateOK

func NewAddTemplateOK() *AddTemplateOK

NewAddTemplateOK creates a AddTemplateOK with default headers values

func (*AddTemplateOK) Error

func (o *AddTemplateOK) Error() string

func (*AddTemplateOK) GetPayload

func (o *AddTemplateOK) GetPayload() *models.BuildType

type AddTemplateParams

type AddTemplateParams struct {

	/*Body*/
	Body *models.BuildType
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*OptimizeSettings*/
	OptimizeSettings *bool

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

AddTemplateParams contains all the parameters to send to the API endpoint for the add template operation typically these are written to a http.Request

func NewAddTemplateParams

func NewAddTemplateParams() *AddTemplateParams

NewAddTemplateParams creates a new AddTemplateParams object with the default values initialized.

func NewAddTemplateParamsWithContext

func NewAddTemplateParamsWithContext(ctx context.Context) *AddTemplateParams

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

func NewAddTemplateParamsWithHTTPClient

func NewAddTemplateParamsWithHTTPClient(client *http.Client) *AddTemplateParams

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

func NewAddTemplateParamsWithTimeout

func NewAddTemplateParamsWithTimeout(timeout time.Duration) *AddTemplateParams

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

func (*AddTemplateParams) SetBody

func (o *AddTemplateParams) SetBody(body *models.BuildType)

SetBody adds the body to the add template params

func (*AddTemplateParams) SetBtLocator

func (o *AddTemplateParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add template params

func (*AddTemplateParams) SetContext

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

SetContext adds the context to the add template params

func (*AddTemplateParams) SetFields

func (o *AddTemplateParams) SetFields(fields *string)

SetFields adds the fields to the add template params

func (*AddTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add template params

func (*AddTemplateParams) SetOptimizeSettings

func (o *AddTemplateParams) SetOptimizeSettings(optimizeSettings *bool)

SetOptimizeSettings adds the optimizeSettings to the add template params

func (*AddTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the add template params

func (*AddTemplateParams) WithBody

WithBody adds the body to the add template params

func (*AddTemplateParams) WithBtLocator

func (o *AddTemplateParams) WithBtLocator(btLocator string) *AddTemplateParams

WithBtLocator adds the btLocator to the add template params

func (*AddTemplateParams) WithContext

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

WithContext adds the context to the add template params

func (*AddTemplateParams) WithFields

func (o *AddTemplateParams) WithFields(fields *string) *AddTemplateParams

WithFields adds the fields to the add template params

func (*AddTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add template params

func (*AddTemplateParams) WithOptimizeSettings

func (o *AddTemplateParams) WithOptimizeSettings(optimizeSettings *bool) *AddTemplateParams

WithOptimizeSettings adds the optimizeSettings to the add template params

func (*AddTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the add template params

func (*AddTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddTemplateReader

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

AddTemplateReader is a Reader for the AddTemplate structure.

func (*AddTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddTriggerOK

type AddTriggerOK struct {
	Payload *models.Trigger
}

AddTriggerOK handles this case with default header values.

successful operation

func NewAddTriggerOK

func NewAddTriggerOK() *AddTriggerOK

NewAddTriggerOK creates a AddTriggerOK with default headers values

func (*AddTriggerOK) Error

func (o *AddTriggerOK) Error() string

func (*AddTriggerOK) GetPayload

func (o *AddTriggerOK) GetPayload() *models.Trigger

type AddTriggerParams

type AddTriggerParams struct {

	/*Body*/
	Body *models.Trigger
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddTriggerParams contains all the parameters to send to the API endpoint for the add trigger operation typically these are written to a http.Request

func NewAddTriggerParams

func NewAddTriggerParams() *AddTriggerParams

NewAddTriggerParams creates a new AddTriggerParams object with the default values initialized.

func NewAddTriggerParamsWithContext

func NewAddTriggerParamsWithContext(ctx context.Context) *AddTriggerParams

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

func NewAddTriggerParamsWithHTTPClient

func NewAddTriggerParamsWithHTTPClient(client *http.Client) *AddTriggerParams

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

func NewAddTriggerParamsWithTimeout

func NewAddTriggerParamsWithTimeout(timeout time.Duration) *AddTriggerParams

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

func (*AddTriggerParams) SetBody

func (o *AddTriggerParams) SetBody(body *models.Trigger)

SetBody adds the body to the add trigger params

func (*AddTriggerParams) SetBtLocator

func (o *AddTriggerParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add trigger params

func (*AddTriggerParams) SetContext

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

SetContext adds the context to the add trigger params

func (*AddTriggerParams) SetFields

func (o *AddTriggerParams) SetFields(fields *string)

SetFields adds the fields to the add trigger params

func (*AddTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add trigger params

func (*AddTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the add trigger params

func (*AddTriggerParams) WithBody

func (o *AddTriggerParams) WithBody(body *models.Trigger) *AddTriggerParams

WithBody adds the body to the add trigger params

func (*AddTriggerParams) WithBtLocator

func (o *AddTriggerParams) WithBtLocator(btLocator string) *AddTriggerParams

WithBtLocator adds the btLocator to the add trigger params

func (*AddTriggerParams) WithContext

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

WithContext adds the context to the add trigger params

func (*AddTriggerParams) WithFields

func (o *AddTriggerParams) WithFields(fields *string) *AddTriggerParams

WithFields adds the fields to the add trigger params

func (*AddTriggerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add trigger params

func (*AddTriggerParams) WithTimeout

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

WithTimeout adds the timeout to the add trigger params

func (*AddTriggerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddTriggerReader

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

AddTriggerReader is a Reader for the AddTrigger structure.

func (*AddTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddVcsRootEntryOK

type AddVcsRootEntryOK struct {
	Payload *models.VcsRootEntry
}

AddVcsRootEntryOK handles this case with default header values.

successful operation

func NewAddVcsRootEntryOK

func NewAddVcsRootEntryOK() *AddVcsRootEntryOK

NewAddVcsRootEntryOK creates a AddVcsRootEntryOK with default headers values

func (*AddVcsRootEntryOK) Error

func (o *AddVcsRootEntryOK) Error() string

func (*AddVcsRootEntryOK) GetPayload

func (o *AddVcsRootEntryOK) GetPayload() *models.VcsRootEntry

type AddVcsRootEntryParams

type AddVcsRootEntryParams struct {

	/*Body*/
	Body *models.VcsRootEntry
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

AddVcsRootEntryParams contains all the parameters to send to the API endpoint for the add vcs root entry operation typically these are written to a http.Request

func NewAddVcsRootEntryParams

func NewAddVcsRootEntryParams() *AddVcsRootEntryParams

NewAddVcsRootEntryParams creates a new AddVcsRootEntryParams object with the default values initialized.

func NewAddVcsRootEntryParamsWithContext

func NewAddVcsRootEntryParamsWithContext(ctx context.Context) *AddVcsRootEntryParams

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

func NewAddVcsRootEntryParamsWithHTTPClient

func NewAddVcsRootEntryParamsWithHTTPClient(client *http.Client) *AddVcsRootEntryParams

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

func NewAddVcsRootEntryParamsWithTimeout

func NewAddVcsRootEntryParamsWithTimeout(timeout time.Duration) *AddVcsRootEntryParams

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

func (*AddVcsRootEntryParams) SetBody

func (o *AddVcsRootEntryParams) SetBody(body *models.VcsRootEntry)

SetBody adds the body to the add vcs root entry params

func (*AddVcsRootEntryParams) SetBtLocator

func (o *AddVcsRootEntryParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the add vcs root entry params

func (*AddVcsRootEntryParams) SetContext

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

SetContext adds the context to the add vcs root entry params

func (*AddVcsRootEntryParams) SetFields

func (o *AddVcsRootEntryParams) SetFields(fields *string)

SetFields adds the fields to the add vcs root entry params

func (*AddVcsRootEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add vcs root entry params

func (*AddVcsRootEntryParams) SetTimeout

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

SetTimeout adds the timeout to the add vcs root entry params

func (*AddVcsRootEntryParams) WithBody

WithBody adds the body to the add vcs root entry params

func (*AddVcsRootEntryParams) WithBtLocator

func (o *AddVcsRootEntryParams) WithBtLocator(btLocator string) *AddVcsRootEntryParams

WithBtLocator adds the btLocator to the add vcs root entry params

func (*AddVcsRootEntryParams) WithContext

WithContext adds the context to the add vcs root entry params

func (*AddVcsRootEntryParams) WithFields

func (o *AddVcsRootEntryParams) WithFields(fields *string) *AddVcsRootEntryParams

WithFields adds the fields to the add vcs root entry params

func (*AddVcsRootEntryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add vcs root entry params

func (*AddVcsRootEntryParams) WithTimeout

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

WithTimeout adds the timeout to the add vcs root entry params

func (*AddVcsRootEntryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddVcsRootEntryReader

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

AddVcsRootEntryReader is a Reader for the AddVcsRootEntry structure.

func (*AddVcsRootEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeArtifactDepSettingOK

type ChangeArtifactDepSettingOK struct {
	Payload string
}

ChangeArtifactDepSettingOK handles this case with default header values.

successful operation

func NewChangeArtifactDepSettingOK

func NewChangeArtifactDepSettingOK() *ChangeArtifactDepSettingOK

NewChangeArtifactDepSettingOK creates a ChangeArtifactDepSettingOK with default headers values

func (*ChangeArtifactDepSettingOK) Error

func (*ChangeArtifactDepSettingOK) GetPayload

func (o *ChangeArtifactDepSettingOK) GetPayload() string

type ChangeArtifactDepSettingParams

type ChangeArtifactDepSettingParams struct {

	/*ArtifactDepLocator*/
	ArtifactDepLocator string
	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string

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

ChangeArtifactDepSettingParams contains all the parameters to send to the API endpoint for the change artifact dep setting operation typically these are written to a http.Request

func NewChangeArtifactDepSettingParams

func NewChangeArtifactDepSettingParams() *ChangeArtifactDepSettingParams

NewChangeArtifactDepSettingParams creates a new ChangeArtifactDepSettingParams object with the default values initialized.

func NewChangeArtifactDepSettingParamsWithContext

func NewChangeArtifactDepSettingParamsWithContext(ctx context.Context) *ChangeArtifactDepSettingParams

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

func NewChangeArtifactDepSettingParamsWithHTTPClient

func NewChangeArtifactDepSettingParamsWithHTTPClient(client *http.Client) *ChangeArtifactDepSettingParams

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

func NewChangeArtifactDepSettingParamsWithTimeout

func NewChangeArtifactDepSettingParamsWithTimeout(timeout time.Duration) *ChangeArtifactDepSettingParams

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

func (*ChangeArtifactDepSettingParams) SetArtifactDepLocator

func (o *ChangeArtifactDepSettingParams) SetArtifactDepLocator(artifactDepLocator string)

SetArtifactDepLocator adds the artifactDepLocator to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetBody

func (o *ChangeArtifactDepSettingParams) SetBody(body string)

SetBody adds the body to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetBtLocator

func (o *ChangeArtifactDepSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetContext

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

SetContext adds the context to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetFieldName

func (o *ChangeArtifactDepSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) SetTimeout

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

SetTimeout adds the timeout to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithArtifactDepLocator

func (o *ChangeArtifactDepSettingParams) WithArtifactDepLocator(artifactDepLocator string) *ChangeArtifactDepSettingParams

WithArtifactDepLocator adds the artifactDepLocator to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithBody

WithBody adds the body to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithBtLocator

WithBtLocator adds the btLocator to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithContext

WithContext adds the context to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithFieldName

WithFieldName adds the fieldName to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WithTimeout

WithTimeout adds the timeout to the change artifact dep setting params

func (*ChangeArtifactDepSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeArtifactDepSettingReader

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

ChangeArtifactDepSettingReader is a Reader for the ChangeArtifactDepSetting structure.

func (*ChangeArtifactDepSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeFeatureSettingOK

type ChangeFeatureSettingOK struct {
	Payload string
}

ChangeFeatureSettingOK handles this case with default header values.

successful operation

func NewChangeFeatureSettingOK

func NewChangeFeatureSettingOK() *ChangeFeatureSettingOK

NewChangeFeatureSettingOK creates a ChangeFeatureSettingOK with default headers values

func (*ChangeFeatureSettingOK) Error

func (o *ChangeFeatureSettingOK) Error() string

func (*ChangeFeatureSettingOK) GetPayload

func (o *ChangeFeatureSettingOK) GetPayload() string

type ChangeFeatureSettingParams

type ChangeFeatureSettingParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Name*/
	Name string

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

ChangeFeatureSettingParams contains all the parameters to send to the API endpoint for the change feature setting operation typically these are written to a http.Request

func NewChangeFeatureSettingParams

func NewChangeFeatureSettingParams() *ChangeFeatureSettingParams

NewChangeFeatureSettingParams creates a new ChangeFeatureSettingParams object with the default values initialized.

func NewChangeFeatureSettingParamsWithContext

func NewChangeFeatureSettingParamsWithContext(ctx context.Context) *ChangeFeatureSettingParams

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

func NewChangeFeatureSettingParamsWithHTTPClient

func NewChangeFeatureSettingParamsWithHTTPClient(client *http.Client) *ChangeFeatureSettingParams

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

func NewChangeFeatureSettingParamsWithTimeout

func NewChangeFeatureSettingParamsWithTimeout(timeout time.Duration) *ChangeFeatureSettingParams

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

func (*ChangeFeatureSettingParams) SetBody

func (o *ChangeFeatureSettingParams) SetBody(body string)

SetBody adds the body to the change feature setting params

func (*ChangeFeatureSettingParams) SetBtLocator

func (o *ChangeFeatureSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the change feature setting params

func (*ChangeFeatureSettingParams) SetContext

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

SetContext adds the context to the change feature setting params

func (*ChangeFeatureSettingParams) SetFeatureID

func (o *ChangeFeatureSettingParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the change feature setting params

func (*ChangeFeatureSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change feature setting params

func (*ChangeFeatureSettingParams) SetName

func (o *ChangeFeatureSettingParams) SetName(name string)

SetName adds the name to the change feature setting params

func (*ChangeFeatureSettingParams) SetTimeout

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

SetTimeout adds the timeout to the change feature setting params

func (*ChangeFeatureSettingParams) WithBody

WithBody adds the body to the change feature setting params

func (*ChangeFeatureSettingParams) WithBtLocator

func (o *ChangeFeatureSettingParams) WithBtLocator(btLocator string) *ChangeFeatureSettingParams

WithBtLocator adds the btLocator to the change feature setting params

func (*ChangeFeatureSettingParams) WithContext

WithContext adds the context to the change feature setting params

func (*ChangeFeatureSettingParams) WithFeatureID

func (o *ChangeFeatureSettingParams) WithFeatureID(featureID string) *ChangeFeatureSettingParams

WithFeatureID adds the featureID to the change feature setting params

func (*ChangeFeatureSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change feature setting params

func (*ChangeFeatureSettingParams) WithName

WithName adds the name to the change feature setting params

func (*ChangeFeatureSettingParams) WithTimeout

WithTimeout adds the timeout to the change feature setting params

func (*ChangeFeatureSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeFeatureSettingReader

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

ChangeFeatureSettingReader is a Reader for the ChangeFeatureSetting structure.

func (*ChangeFeatureSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeRequirementSettingOK

type ChangeRequirementSettingOK struct {
	Payload string
}

ChangeRequirementSettingOK handles this case with default header values.

successful operation

func NewChangeRequirementSettingOK

func NewChangeRequirementSettingOK() *ChangeRequirementSettingOK

NewChangeRequirementSettingOK creates a ChangeRequirementSettingOK with default headers values

func (*ChangeRequirementSettingOK) Error

func (*ChangeRequirementSettingOK) GetPayload

func (o *ChangeRequirementSettingOK) GetPayload() string

type ChangeRequirementSettingParams

type ChangeRequirementSettingParams struct {

	/*AgentRequirementLocator*/
	AgentRequirementLocator string
	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string

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

ChangeRequirementSettingParams contains all the parameters to send to the API endpoint for the change requirement setting operation typically these are written to a http.Request

func NewChangeRequirementSettingParams

func NewChangeRequirementSettingParams() *ChangeRequirementSettingParams

NewChangeRequirementSettingParams creates a new ChangeRequirementSettingParams object with the default values initialized.

func NewChangeRequirementSettingParamsWithContext

func NewChangeRequirementSettingParamsWithContext(ctx context.Context) *ChangeRequirementSettingParams

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

func NewChangeRequirementSettingParamsWithHTTPClient

func NewChangeRequirementSettingParamsWithHTTPClient(client *http.Client) *ChangeRequirementSettingParams

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

func NewChangeRequirementSettingParamsWithTimeout

func NewChangeRequirementSettingParamsWithTimeout(timeout time.Duration) *ChangeRequirementSettingParams

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

func (*ChangeRequirementSettingParams) SetAgentRequirementLocator

func (o *ChangeRequirementSettingParams) SetAgentRequirementLocator(agentRequirementLocator string)

SetAgentRequirementLocator adds the agentRequirementLocator to the change requirement setting params

func (*ChangeRequirementSettingParams) SetBody

func (o *ChangeRequirementSettingParams) SetBody(body string)

SetBody adds the body to the change requirement setting params

func (*ChangeRequirementSettingParams) SetBtLocator

func (o *ChangeRequirementSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the change requirement setting params

func (*ChangeRequirementSettingParams) SetContext

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

SetContext adds the context to the change requirement setting params

func (*ChangeRequirementSettingParams) SetFieldName

func (o *ChangeRequirementSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the change requirement setting params

func (*ChangeRequirementSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change requirement setting params

func (*ChangeRequirementSettingParams) SetTimeout

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

SetTimeout adds the timeout to the change requirement setting params

func (*ChangeRequirementSettingParams) WithAgentRequirementLocator

func (o *ChangeRequirementSettingParams) WithAgentRequirementLocator(agentRequirementLocator string) *ChangeRequirementSettingParams

WithAgentRequirementLocator adds the agentRequirementLocator to the change requirement setting params

func (*ChangeRequirementSettingParams) WithBody

WithBody adds the body to the change requirement setting params

func (*ChangeRequirementSettingParams) WithBtLocator

WithBtLocator adds the btLocator to the change requirement setting params

func (*ChangeRequirementSettingParams) WithContext

WithContext adds the context to the change requirement setting params

func (*ChangeRequirementSettingParams) WithFieldName

WithFieldName adds the fieldName to the change requirement setting params

func (*ChangeRequirementSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change requirement setting params

func (*ChangeRequirementSettingParams) WithTimeout

WithTimeout adds the timeout to the change requirement setting params

func (*ChangeRequirementSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeRequirementSettingReader

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

ChangeRequirementSettingReader is a Reader for the ChangeRequirementSetting structure.

func (*ChangeRequirementSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeStepSettingOK

type ChangeStepSettingOK struct {
	Payload string
}

ChangeStepSettingOK handles this case with default header values.

successful operation

func NewChangeStepSettingOK

func NewChangeStepSettingOK() *ChangeStepSettingOK

NewChangeStepSettingOK creates a ChangeStepSettingOK with default headers values

func (*ChangeStepSettingOK) Error

func (o *ChangeStepSettingOK) Error() string

func (*ChangeStepSettingOK) GetPayload

func (o *ChangeStepSettingOK) GetPayload() string

type ChangeStepSettingParams

type ChangeStepSettingParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string
	/*StepID*/
	StepID string

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

ChangeStepSettingParams contains all the parameters to send to the API endpoint for the change step setting operation typically these are written to a http.Request

func NewChangeStepSettingParams

func NewChangeStepSettingParams() *ChangeStepSettingParams

NewChangeStepSettingParams creates a new ChangeStepSettingParams object with the default values initialized.

func NewChangeStepSettingParamsWithContext

func NewChangeStepSettingParamsWithContext(ctx context.Context) *ChangeStepSettingParams

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

func NewChangeStepSettingParamsWithHTTPClient

func NewChangeStepSettingParamsWithHTTPClient(client *http.Client) *ChangeStepSettingParams

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

func NewChangeStepSettingParamsWithTimeout

func NewChangeStepSettingParamsWithTimeout(timeout time.Duration) *ChangeStepSettingParams

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

func (*ChangeStepSettingParams) SetBody

func (o *ChangeStepSettingParams) SetBody(body string)

SetBody adds the body to the change step setting params

func (*ChangeStepSettingParams) SetBtLocator

func (o *ChangeStepSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the change step setting params

func (*ChangeStepSettingParams) SetContext

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

SetContext adds the context to the change step setting params

func (*ChangeStepSettingParams) SetFieldName

func (o *ChangeStepSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the change step setting params

func (*ChangeStepSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change step setting params

func (*ChangeStepSettingParams) SetStepID

func (o *ChangeStepSettingParams) SetStepID(stepID string)

SetStepID adds the stepId to the change step setting params

func (*ChangeStepSettingParams) SetTimeout

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

SetTimeout adds the timeout to the change step setting params

func (*ChangeStepSettingParams) WithBody

WithBody adds the body to the change step setting params

func (*ChangeStepSettingParams) WithBtLocator

func (o *ChangeStepSettingParams) WithBtLocator(btLocator string) *ChangeStepSettingParams

WithBtLocator adds the btLocator to the change step setting params

func (*ChangeStepSettingParams) WithContext

WithContext adds the context to the change step setting params

func (*ChangeStepSettingParams) WithFieldName

func (o *ChangeStepSettingParams) WithFieldName(fieldName string) *ChangeStepSettingParams

WithFieldName adds the fieldName to the change step setting params

func (*ChangeStepSettingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change step setting params

func (*ChangeStepSettingParams) WithStepID

WithStepID adds the stepID to the change step setting params

func (*ChangeStepSettingParams) WithTimeout

WithTimeout adds the timeout to the change step setting params

func (*ChangeStepSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeStepSettingReader

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

ChangeStepSettingReader is a Reader for the ChangeStepSetting structure.

func (*ChangeStepSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeTriggerSettingOK

type ChangeTriggerSettingOK struct {
	Payload string
}

ChangeTriggerSettingOK handles this case with default header values.

successful operation

func NewChangeTriggerSettingOK

func NewChangeTriggerSettingOK() *ChangeTriggerSettingOK

NewChangeTriggerSettingOK creates a ChangeTriggerSettingOK with default headers values

func (*ChangeTriggerSettingOK) Error

func (o *ChangeTriggerSettingOK) Error() string

func (*ChangeTriggerSettingOK) GetPayload

func (o *ChangeTriggerSettingOK) GetPayload() string

type ChangeTriggerSettingParams

type ChangeTriggerSettingParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string
	/*TriggerLocator*/
	TriggerLocator string

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

ChangeTriggerSettingParams contains all the parameters to send to the API endpoint for the change trigger setting operation typically these are written to a http.Request

func NewChangeTriggerSettingParams

func NewChangeTriggerSettingParams() *ChangeTriggerSettingParams

NewChangeTriggerSettingParams creates a new ChangeTriggerSettingParams object with the default values initialized.

func NewChangeTriggerSettingParamsWithContext

func NewChangeTriggerSettingParamsWithContext(ctx context.Context) *ChangeTriggerSettingParams

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

func NewChangeTriggerSettingParamsWithHTTPClient

func NewChangeTriggerSettingParamsWithHTTPClient(client *http.Client) *ChangeTriggerSettingParams

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

func NewChangeTriggerSettingParamsWithTimeout

func NewChangeTriggerSettingParamsWithTimeout(timeout time.Duration) *ChangeTriggerSettingParams

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

func (*ChangeTriggerSettingParams) SetBody

func (o *ChangeTriggerSettingParams) SetBody(body string)

SetBody adds the body to the change trigger setting params

func (*ChangeTriggerSettingParams) SetBtLocator

func (o *ChangeTriggerSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the change trigger setting params

func (*ChangeTriggerSettingParams) SetContext

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

SetContext adds the context to the change trigger setting params

func (*ChangeTriggerSettingParams) SetFieldName

func (o *ChangeTriggerSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the change trigger setting params

func (*ChangeTriggerSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change trigger setting params

func (*ChangeTriggerSettingParams) SetTimeout

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

SetTimeout adds the timeout to the change trigger setting params

func (*ChangeTriggerSettingParams) SetTriggerLocator

func (o *ChangeTriggerSettingParams) SetTriggerLocator(triggerLocator string)

SetTriggerLocator adds the triggerLocator to the change trigger setting params

func (*ChangeTriggerSettingParams) WithBody

WithBody adds the body to the change trigger setting params

func (*ChangeTriggerSettingParams) WithBtLocator

func (o *ChangeTriggerSettingParams) WithBtLocator(btLocator string) *ChangeTriggerSettingParams

WithBtLocator adds the btLocator to the change trigger setting params

func (*ChangeTriggerSettingParams) WithContext

WithContext adds the context to the change trigger setting params

func (*ChangeTriggerSettingParams) WithFieldName

func (o *ChangeTriggerSettingParams) WithFieldName(fieldName string) *ChangeTriggerSettingParams

WithFieldName adds the fieldName to the change trigger setting params

func (*ChangeTriggerSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change trigger setting params

func (*ChangeTriggerSettingParams) WithTimeout

WithTimeout adds the timeout to the change trigger setting params

func (*ChangeTriggerSettingParams) WithTriggerLocator

func (o *ChangeTriggerSettingParams) WithTriggerLocator(triggerLocator string) *ChangeTriggerSettingParams

WithTriggerLocator adds the triggerLocator to the change trigger setting params

func (*ChangeTriggerSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeTriggerSettingReader

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

ChangeTriggerSettingReader is a Reader for the ChangeTriggerSetting structure.

func (*ChangeTriggerSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for build type API

func (*Client) AddAgentRequirement

func (a *Client) AddAgentRequirement(params *AddAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*AddAgentRequirementOK, error)

AddAgentRequirement add agent requirement API

func (*Client) AddArtifactDep

func (a *Client) AddArtifactDep(params *AddArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*AddArtifactDepOK, error)

AddArtifactDep add artifact dep API

func (*Client) AddBuildType

func (a *Client) AddBuildType(params *AddBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*AddBuildTypeOK, error)

AddBuildType add build type API

func (*Client) AddFeature

func (a *Client) AddFeature(params *AddFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*AddFeatureOK, error)

AddFeature add feature API

func (*Client) AddFeatureParameter

func (a *Client) AddFeatureParameter(params *AddFeatureParameterParams, authInfo runtime.ClientAuthInfoWriter) (*AddFeatureParameterOK, error)

AddFeatureParameter add feature parameter API

func (*Client) AddSnapshotDep

func (a *Client) AddSnapshotDep(params *AddSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*AddSnapshotDepOK, error)

AddSnapshotDep add snapshot dep API

func (*Client) AddStep

func (a *Client) AddStep(params *AddStepParams, authInfo runtime.ClientAuthInfoWriter) (*AddStepOK, error)

AddStep add step API

func (*Client) AddStepParameter

func (a *Client) AddStepParameter(params *AddStepParameterParams, authInfo runtime.ClientAuthInfoWriter) (*AddStepParameterOK, error)

AddStepParameter add step parameter API

func (*Client) AddTemplate

func (a *Client) AddTemplate(params *AddTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*AddTemplateOK, error)

AddTemplate add template API

func (*Client) AddTrigger

func (a *Client) AddTrigger(params *AddTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*AddTriggerOK, error)

AddTrigger add trigger API

func (*Client) AddVcsRootEntry

func (a *Client) AddVcsRootEntry(params *AddVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*AddVcsRootEntryOK, error)

AddVcsRootEntry add vcs root entry API

func (*Client) ChangeArtifactDepSetting

func (a *Client) ChangeArtifactDepSetting(params *ChangeArtifactDepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeArtifactDepSettingOK, error)

ChangeArtifactDepSetting change artifact dep setting API

func (*Client) ChangeFeatureSetting

func (a *Client) ChangeFeatureSetting(params *ChangeFeatureSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeFeatureSettingOK, error)

ChangeFeatureSetting change feature setting API

func (*Client) ChangeRequirementSetting

func (a *Client) ChangeRequirementSetting(params *ChangeRequirementSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeRequirementSettingOK, error)

ChangeRequirementSetting change requirement setting API

func (*Client) ChangeStepSetting

func (a *Client) ChangeStepSetting(params *ChangeStepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeStepSettingOK, error)

ChangeStepSetting change step setting API

func (*Client) ChangeTriggerSetting

func (a *Client) ChangeTriggerSetting(params *ChangeTriggerSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeTriggerSettingOK, error)

ChangeTriggerSetting change trigger setting API

func (*Client) DeleteAgentRequirement

func (a *Client) DeleteAgentRequirement(params *DeleteAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteAgentRequirement delete agent requirement API

func (*Client) DeleteArtifactDep

func (a *Client) DeleteArtifactDep(params *DeleteArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteArtifactDep delete artifact dep API

func (*Client) DeleteBuildType

func (a *Client) DeleteBuildType(params *DeleteBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteBuildType delete build type API

func (*Client) DeleteFeature

func (a *Client) DeleteFeature(params *DeleteFeatureParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteFeature delete feature API

func (*Client) DeleteSnapshotDep

func (a *Client) DeleteSnapshotDep(params *DeleteSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteSnapshotDep delete snapshot dep API

func (*Client) DeleteStep

func (a *Client) DeleteStep(params *DeleteStepParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteStep delete step API

func (*Client) DeleteTrigger

func (a *Client) DeleteTrigger(params *DeleteTriggerParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteTrigger delete trigger API

func (*Client) DeleteVcsRootEntry

func (a *Client) DeleteVcsRootEntry(params *DeleteVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteVcsRootEntry delete vcs root entry API

func (*Client) GetAgentRequirement

func (a *Client) GetAgentRequirement(params *GetAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*GetAgentRequirementOK, error)

GetAgentRequirement get agent requirement API

func (*Client) GetAgentRequirements

func (a *Client) GetAgentRequirements(params *GetAgentRequirementsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAgentRequirementsOK, error)

GetAgentRequirements get agent requirements API

func (*Client) GetAliases

func (a *Client) GetAliases(params *GetAliasesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAliasesOK, error)

GetAliases get aliases API

func (*Client) GetArtifactDep

func (a *Client) GetArtifactDep(params *GetArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepOK, error)

GetArtifactDep get artifact dep API

func (*Client) GetArtifactDepSetting

func (a *Client) GetArtifactDepSetting(params *GetArtifactDepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepSettingOK, error)

GetArtifactDepSetting get artifact dep setting API

func (*Client) GetArtifactDeps

func (a *Client) GetArtifactDeps(params *GetArtifactDepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepsOK, error)

GetArtifactDeps get artifact deps API

func (*Client) GetBuildTypes

func (a *Client) GetBuildTypes(params *GetBuildTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTypesOK, error)

GetBuildTypes get build types API

func (*Client) GetCurrentVcsInstances

func (a *Client) GetCurrentVcsInstances(params *GetCurrentVcsInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentVcsInstancesOK, error)

GetCurrentVcsInstances get current vcs instances API

func (*Client) GetCurrentVcsInstancesObsolete

func (a *Client) GetCurrentVcsInstancesObsolete(params *GetCurrentVcsInstancesObsoleteParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentVcsInstancesObsoleteOK, error)

GetCurrentVcsInstancesObsolete get current vcs instances obsolete API

func (*Client) GetFeature

func (a *Client) GetFeature(params *GetFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureOK, error)

GetFeature get feature API

func (*Client) GetFeatureParameter

func (a *Client) GetFeatureParameter(params *GetFeatureParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureParameterOK, error)

GetFeatureParameter get feature parameter API

func (*Client) GetFeatureParameters

func (a *Client) GetFeatureParameters(params *GetFeatureParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureParametersOK, error)

GetFeatureParameters get feature parameters API

func (*Client) GetFeatureSetting

func (a *Client) GetFeatureSetting(params *GetFeatureSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureSettingOK, error)

GetFeatureSetting get feature setting API

func (*Client) GetFeatures

func (a *Client) GetFeatures(params *GetFeaturesParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeaturesOK, error)

GetFeatures get features API

func (*Client) GetRequirementSetting

func (a *Client) GetRequirementSetting(params *GetRequirementSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetRequirementSettingOK, error)

GetRequirementSetting get requirement setting API

func (*Client) GetSnapshotDep

func (a *Client) GetSnapshotDep(params *GetSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*GetSnapshotDepOK, error)

GetSnapshotDep get snapshot dep API

func (*Client) GetSnapshotDeps

func (a *Client) GetSnapshotDeps(params *GetSnapshotDepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSnapshotDepsOK, error)

GetSnapshotDeps get snapshot deps API

func (*Client) GetStep

func (a *Client) GetStep(params *GetStepParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepOK, error)

GetStep get step API

func (*Client) GetStepParameter

func (a *Client) GetStepParameter(params *GetStepParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepParameterOK, error)

GetStepParameter get step parameter API

func (*Client) GetStepParameters

func (a *Client) GetStepParameters(params *GetStepParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepParametersOK, error)

GetStepParameters get step parameters API

func (*Client) GetStepSetting

func (a *Client) GetStepSetting(params *GetStepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepSettingOK, error)

GetStepSetting get step setting API

func (*Client) GetSteps

func (a *Client) GetSteps(params *GetStepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepsOK, error)

GetSteps get steps API

func (*Client) GetTemplate

func (a *Client) GetTemplate(params *GetTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateOK, error)

GetTemplate get template API

func (*Client) GetTemplates

func (a *Client) GetTemplates(params *GetTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplatesOK, error)

GetTemplates get templates API

func (*Client) GetTrigger

func (a *Client) GetTrigger(params *GetTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggerOK, error)

GetTrigger get trigger API

func (*Client) GetTriggerSetting

func (a *Client) GetTriggerSetting(params *GetTriggerSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggerSettingOK, error)

GetTriggerSetting get trigger setting API

func (*Client) GetTriggers

func (a *Client) GetTriggers(params *GetTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggersOK, error)

GetTriggers get triggers API

func (*Client) GetVCSLabelingOptions

func (a *Client) GetVCSLabelingOptions(params *GetVCSLabelingOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetVCSLabelingOptionsOK, error)

GetVCSLabelingOptions get v c s labeling options API

func (*Client) GetVcsRootEntries

func (a *Client) GetVcsRootEntries(params *GetVcsRootEntriesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntriesOK, error)

GetVcsRootEntries get vcs root entries API

func (*Client) GetVcsRootEntry

func (a *Client) GetVcsRootEntry(params *GetVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntryOK, error)

GetVcsRootEntry get vcs root entry API

func (*Client) GetVcsRootEntryCheckoutRules

func (a *Client) GetVcsRootEntryCheckoutRules(params *GetVcsRootEntryCheckoutRulesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntryCheckoutRulesOK, error)

GetVcsRootEntryCheckoutRules get vcs root entry checkout rules API

func (*Client) PutAppRestBuildTypesBtLocatorParametersName

PutAppRestBuildTypesBtLocatorParametersName put app rest build types bt locator parameters name API

func (*Client) PutAppRestBuildTypesBtLocatorSettingsName

PutAppRestBuildTypesBtLocatorSettingsName put app rest build types bt locator settings name API

func (*Client) RemoveAllTemplates

func (a *Client) RemoveAllTemplates(params *RemoveAllTemplatesParams, authInfo runtime.ClientAuthInfoWriter) error

RemoveAllTemplates remove all templates API

func (*Client) RemoveTemplate

func (a *Client) RemoveTemplate(params *RemoveTemplateParams, authInfo runtime.ClientAuthInfoWriter) error

RemoveTemplate remove template API

func (*Client) ReplaceAgentRequirement

func (a *Client) ReplaceAgentRequirement(params *ReplaceAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAgentRequirementOK, error)

ReplaceAgentRequirement replace agent requirement API

func (*Client) ReplaceAgentRequirements

func (a *Client) ReplaceAgentRequirements(params *ReplaceAgentRequirementsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAgentRequirementsOK, error)

ReplaceAgentRequirements replace agent requirements API

func (*Client) ReplaceArtifactDep

func (a *Client) ReplaceArtifactDep(params *ReplaceArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceArtifactDepOK, error)

ReplaceArtifactDep replace artifact dep API

func (*Client) ReplaceArtifactDeps

func (a *Client) ReplaceArtifactDeps(params *ReplaceArtifactDepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceArtifactDepsOK, error)

ReplaceArtifactDeps replace artifact deps API

func (*Client) ReplaceFeature

func (a *Client) ReplaceFeature(params *ReplaceFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeatureOK, error)

ReplaceFeature replace feature API

func (*Client) ReplaceFeatureParameters

func (a *Client) ReplaceFeatureParameters(params *ReplaceFeatureParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeatureParametersOK, error)

ReplaceFeatureParameters replace feature parameters API

func (*Client) ReplaceFeatures

func (a *Client) ReplaceFeatures(params *ReplaceFeaturesParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeaturesOK, error)

ReplaceFeatures replace features API

func (*Client) ReplaceSnapshotDep

func (a *Client) ReplaceSnapshotDep(params *ReplaceSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceSnapshotDepOK, error)

ReplaceSnapshotDep replace snapshot dep API

func (*Client) ReplaceSnapshotDeps

func (a *Client) ReplaceSnapshotDeps(params *ReplaceSnapshotDepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceSnapshotDepsOK, error)

ReplaceSnapshotDeps replace snapshot deps API

func (*Client) ReplaceStep

func (a *Client) ReplaceStep(params *ReplaceStepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepOK, error)

ReplaceStep replace step API

func (*Client) ReplaceStepParameters

func (a *Client) ReplaceStepParameters(params *ReplaceStepParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepParametersOK, error)

ReplaceStepParameters replace step parameters API

func (*Client) ReplaceSteps

func (a *Client) ReplaceSteps(params *ReplaceStepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepsOK, error)

ReplaceSteps replace steps API

func (*Client) ReplaceTrigger

func (a *Client) ReplaceTrigger(params *ReplaceTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTriggerOK, error)

ReplaceTrigger replace trigger API

func (*Client) ReplaceTriggers

func (a *Client) ReplaceTriggers(params *ReplaceTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTriggersOK, error)

ReplaceTriggers replace triggers API

func (*Client) ReplaceVcsRootEntries

func (a *Client) ReplaceVcsRootEntries(params *ReplaceVcsRootEntriesParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceVcsRootEntriesOK, error)

ReplaceVcsRootEntries replace vcs root entries API

func (*Client) ServeBranches

func (a *Client) ServeBranches(params *ServeBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBranchesOK, error)

ServeBranches serve branches API

func (*Client) ServeBuildField

func (a *Client) ServeBuildField(params *ServeBuildFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldOK, error)

ServeBuildField serve build field API

func (*Client) ServeBuildTypeBuildsTags

func (a *Client) ServeBuildTypeBuildsTags(params *ServeBuildTypeBuildsTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeBuildsTagsOK, error)

ServeBuildTypeBuildsTags serve build type builds tags API

func (*Client) ServeBuildTypeField

func (a *Client) ServeBuildTypeField(params *ServeBuildTypeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeFieldOK, error)

ServeBuildTypeField serve build type field API

func (*Client) ServeBuildTypeXML

func (a *Client) ServeBuildTypeXML(params *ServeBuildTypeXMLParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeXMLOK, error)

ServeBuildTypeXML serve build type XML API

func (*Client) SetBuildTypeField

func (a *Client) SetBuildTypeField(params *SetBuildTypeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildTypeFieldOK, error)

SetBuildTypeField set build type field API

func (*Client) SetTemplates

func (a *Client) SetTemplates(params *SetTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*SetTemplatesOK, error)

SetTemplates set templates API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SetVCSLabelingOptions

func (a *Client) SetVCSLabelingOptions(params *SetVCSLabelingOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*SetVCSLabelingOptionsOK, error)

SetVCSLabelingOptions set v c s labeling options API

func (*Client) UpdateVcsRootEntry

func (a *Client) UpdateVcsRootEntry(params *UpdateVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateVcsRootEntryOK, error)

UpdateVcsRootEntry update vcs root entry API

func (*Client) UpdateVcsRootEntryCheckoutRules

func (a *Client) UpdateVcsRootEntryCheckoutRules(params *UpdateVcsRootEntryCheckoutRulesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateVcsRootEntryCheckoutRulesOK, error)

UpdateVcsRootEntryCheckoutRules update vcs root entry checkout rules API

type ClientService

type ClientService interface {
	PutAppRestBuildTypesBtLocatorParametersName(params *PutAppRestBuildTypesBtLocatorParametersNameParams, authInfo runtime.ClientAuthInfoWriter) (*PutAppRestBuildTypesBtLocatorParametersNameOK, error)

	PutAppRestBuildTypesBtLocatorSettingsName(params *PutAppRestBuildTypesBtLocatorSettingsNameParams, authInfo runtime.ClientAuthInfoWriter) (*PutAppRestBuildTypesBtLocatorSettingsNameOK, error)

	AddAgentRequirement(params *AddAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*AddAgentRequirementOK, error)

	AddArtifactDep(params *AddArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*AddArtifactDepOK, error)

	AddBuildType(params *AddBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) (*AddBuildTypeOK, error)

	AddFeature(params *AddFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*AddFeatureOK, error)

	AddFeatureParameter(params *AddFeatureParameterParams, authInfo runtime.ClientAuthInfoWriter) (*AddFeatureParameterOK, error)

	AddSnapshotDep(params *AddSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*AddSnapshotDepOK, error)

	AddStep(params *AddStepParams, authInfo runtime.ClientAuthInfoWriter) (*AddStepOK, error)

	AddStepParameter(params *AddStepParameterParams, authInfo runtime.ClientAuthInfoWriter) (*AddStepParameterOK, error)

	AddTemplate(params *AddTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*AddTemplateOK, error)

	AddTrigger(params *AddTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*AddTriggerOK, error)

	AddVcsRootEntry(params *AddVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*AddVcsRootEntryOK, error)

	ChangeArtifactDepSetting(params *ChangeArtifactDepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeArtifactDepSettingOK, error)

	ChangeFeatureSetting(params *ChangeFeatureSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeFeatureSettingOK, error)

	ChangeRequirementSetting(params *ChangeRequirementSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeRequirementSettingOK, error)

	ChangeStepSetting(params *ChangeStepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeStepSettingOK, error)

	ChangeTriggerSetting(params *ChangeTriggerSettingParams, authInfo runtime.ClientAuthInfoWriter) (*ChangeTriggerSettingOK, error)

	DeleteAgentRequirement(params *DeleteAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteArtifactDep(params *DeleteArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteBuildType(params *DeleteBuildTypeParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteFeature(params *DeleteFeatureParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteSnapshotDep(params *DeleteSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteStep(params *DeleteStepParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteTrigger(params *DeleteTriggerParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteVcsRootEntry(params *DeleteVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) error

	GetAgentRequirement(params *GetAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*GetAgentRequirementOK, error)

	GetAgentRequirements(params *GetAgentRequirementsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAgentRequirementsOK, error)

	GetAliases(params *GetAliasesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAliasesOK, error)

	GetArtifactDep(params *GetArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepOK, error)

	GetArtifactDepSetting(params *GetArtifactDepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepSettingOK, error)

	GetArtifactDeps(params *GetArtifactDepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDepsOK, error)

	GetBuildTypes(params *GetBuildTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildTypesOK, error)

	GetCurrentVcsInstances(params *GetCurrentVcsInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentVcsInstancesOK, error)

	GetCurrentVcsInstancesObsolete(params *GetCurrentVcsInstancesObsoleteParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentVcsInstancesObsoleteOK, error)

	GetFeature(params *GetFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureOK, error)

	GetFeatureParameter(params *GetFeatureParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureParameterOK, error)

	GetFeatureParameters(params *GetFeatureParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureParametersOK, error)

	GetFeatureSetting(params *GetFeatureSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeatureSettingOK, error)

	GetFeatures(params *GetFeaturesParams, authInfo runtime.ClientAuthInfoWriter) (*GetFeaturesOK, error)

	GetRequirementSetting(params *GetRequirementSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetRequirementSettingOK, error)

	GetSnapshotDep(params *GetSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*GetSnapshotDepOK, error)

	GetSnapshotDeps(params *GetSnapshotDepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSnapshotDepsOK, error)

	GetStep(params *GetStepParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepOK, error)

	GetStepParameter(params *GetStepParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepParameterOK, error)

	GetStepParameters(params *GetStepParametersParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepParametersOK, error)

	GetStepSetting(params *GetStepSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepSettingOK, error)

	GetSteps(params *GetStepsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStepsOK, error)

	GetTemplate(params *GetTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateOK, error)

	GetTemplates(params *GetTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplatesOK, error)

	GetTrigger(params *GetTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggerOK, error)

	GetTriggerSetting(params *GetTriggerSettingParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggerSettingOK, error)

	GetTriggers(params *GetTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*GetTriggersOK, error)

	GetVCSLabelingOptions(params *GetVCSLabelingOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetVCSLabelingOptionsOK, error)

	GetVcsRootEntries(params *GetVcsRootEntriesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntriesOK, error)

	GetVcsRootEntry(params *GetVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntryOK, error)

	GetVcsRootEntryCheckoutRules(params *GetVcsRootEntryCheckoutRulesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVcsRootEntryCheckoutRulesOK, error)

	RemoveAllTemplates(params *RemoveAllTemplatesParams, authInfo runtime.ClientAuthInfoWriter) error

	RemoveTemplate(params *RemoveTemplateParams, authInfo runtime.ClientAuthInfoWriter) error

	ReplaceAgentRequirement(params *ReplaceAgentRequirementParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAgentRequirementOK, error)

	ReplaceAgentRequirements(params *ReplaceAgentRequirementsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceAgentRequirementsOK, error)

	ReplaceArtifactDep(params *ReplaceArtifactDepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceArtifactDepOK, error)

	ReplaceArtifactDeps(params *ReplaceArtifactDepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceArtifactDepsOK, error)

	ReplaceFeature(params *ReplaceFeatureParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeatureOK, error)

	ReplaceFeatureParameters(params *ReplaceFeatureParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeatureParametersOK, error)

	ReplaceFeatures(params *ReplaceFeaturesParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceFeaturesOK, error)

	ReplaceSnapshotDep(params *ReplaceSnapshotDepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceSnapshotDepOK, error)

	ReplaceSnapshotDeps(params *ReplaceSnapshotDepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceSnapshotDepsOK, error)

	ReplaceStep(params *ReplaceStepParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepOK, error)

	ReplaceStepParameters(params *ReplaceStepParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepParametersOK, error)

	ReplaceSteps(params *ReplaceStepsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStepsOK, error)

	ReplaceTrigger(params *ReplaceTriggerParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTriggerOK, error)

	ReplaceTriggers(params *ReplaceTriggersParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTriggersOK, error)

	ReplaceVcsRootEntries(params *ReplaceVcsRootEntriesParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceVcsRootEntriesOK, error)

	ServeBranches(params *ServeBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBranchesOK, error)

	ServeBuildField(params *ServeBuildFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldOK, error)

	ServeBuildTypeBuildsTags(params *ServeBuildTypeBuildsTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeBuildsTagsOK, error)

	ServeBuildTypeField(params *ServeBuildTypeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeFieldOK, error)

	ServeBuildTypeXML(params *ServeBuildTypeXMLParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildTypeXMLOK, error)

	SetBuildTypeField(params *SetBuildTypeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildTypeFieldOK, error)

	SetTemplates(params *SetTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*SetTemplatesOK, error)

	SetVCSLabelingOptions(params *SetVCSLabelingOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*SetVCSLabelingOptionsOK, error)

	UpdateVcsRootEntry(params *UpdateVcsRootEntryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateVcsRootEntryOK, error)

	UpdateVcsRootEntryCheckoutRules(params *UpdateVcsRootEntryCheckoutRulesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateVcsRootEntryCheckoutRulesOK, 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 build type API client.

type DeleteAgentRequirementDefault

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

DeleteAgentRequirementDefault handles this case with default header values.

successful operation

func NewDeleteAgentRequirementDefault

func NewDeleteAgentRequirementDefault(code int) *DeleteAgentRequirementDefault

NewDeleteAgentRequirementDefault creates a DeleteAgentRequirementDefault with default headers values

func (*DeleteAgentRequirementDefault) Code

Code gets the status code for the delete agent requirement default response

func (*DeleteAgentRequirementDefault) Error

type DeleteAgentRequirementParams

type DeleteAgentRequirementParams struct {

	/*AgentRequirementLocator*/
	AgentRequirementLocator string
	/*BtLocator*/
	BtLocator string

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

DeleteAgentRequirementParams contains all the parameters to send to the API endpoint for the delete agent requirement operation typically these are written to a http.Request

func NewDeleteAgentRequirementParams

func NewDeleteAgentRequirementParams() *DeleteAgentRequirementParams

NewDeleteAgentRequirementParams creates a new DeleteAgentRequirementParams object with the default values initialized.

func NewDeleteAgentRequirementParamsWithContext

func NewDeleteAgentRequirementParamsWithContext(ctx context.Context) *DeleteAgentRequirementParams

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

func NewDeleteAgentRequirementParamsWithHTTPClient

func NewDeleteAgentRequirementParamsWithHTTPClient(client *http.Client) *DeleteAgentRequirementParams

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

func NewDeleteAgentRequirementParamsWithTimeout

func NewDeleteAgentRequirementParamsWithTimeout(timeout time.Duration) *DeleteAgentRequirementParams

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

func (*DeleteAgentRequirementParams) SetAgentRequirementLocator

func (o *DeleteAgentRequirementParams) SetAgentRequirementLocator(agentRequirementLocator string)

SetAgentRequirementLocator adds the agentRequirementLocator to the delete agent requirement params

func (*DeleteAgentRequirementParams) SetBtLocator

func (o *DeleteAgentRequirementParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete agent requirement params

func (*DeleteAgentRequirementParams) SetContext

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

SetContext adds the context to the delete agent requirement params

func (*DeleteAgentRequirementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete agent requirement params

func (*DeleteAgentRequirementParams) SetTimeout

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

SetTimeout adds the timeout to the delete agent requirement params

func (*DeleteAgentRequirementParams) WithAgentRequirementLocator

func (o *DeleteAgentRequirementParams) WithAgentRequirementLocator(agentRequirementLocator string) *DeleteAgentRequirementParams

WithAgentRequirementLocator adds the agentRequirementLocator to the delete agent requirement params

func (*DeleteAgentRequirementParams) WithBtLocator

WithBtLocator adds the btLocator to the delete agent requirement params

func (*DeleteAgentRequirementParams) WithContext

WithContext adds the context to the delete agent requirement params

func (*DeleteAgentRequirementParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete agent requirement params

func (*DeleteAgentRequirementParams) WithTimeout

WithTimeout adds the timeout to the delete agent requirement params

func (*DeleteAgentRequirementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAgentRequirementReader

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

DeleteAgentRequirementReader is a Reader for the DeleteAgentRequirement structure.

func (*DeleteAgentRequirementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteArtifactDepDefault

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

DeleteArtifactDepDefault handles this case with default header values.

successful operation

func NewDeleteArtifactDepDefault

func NewDeleteArtifactDepDefault(code int) *DeleteArtifactDepDefault

NewDeleteArtifactDepDefault creates a DeleteArtifactDepDefault with default headers values

func (*DeleteArtifactDepDefault) Code

func (o *DeleteArtifactDepDefault) Code() int

Code gets the status code for the delete artifact dep default response

func (*DeleteArtifactDepDefault) Error

func (o *DeleteArtifactDepDefault) Error() string

type DeleteArtifactDepParams

type DeleteArtifactDepParams struct {

	/*ArtifactDepLocator*/
	ArtifactDepLocator string
	/*BtLocator*/
	BtLocator string

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

DeleteArtifactDepParams contains all the parameters to send to the API endpoint for the delete artifact dep operation typically these are written to a http.Request

func NewDeleteArtifactDepParams

func NewDeleteArtifactDepParams() *DeleteArtifactDepParams

NewDeleteArtifactDepParams creates a new DeleteArtifactDepParams object with the default values initialized.

func NewDeleteArtifactDepParamsWithContext

func NewDeleteArtifactDepParamsWithContext(ctx context.Context) *DeleteArtifactDepParams

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

func NewDeleteArtifactDepParamsWithHTTPClient

func NewDeleteArtifactDepParamsWithHTTPClient(client *http.Client) *DeleteArtifactDepParams

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

func NewDeleteArtifactDepParamsWithTimeout

func NewDeleteArtifactDepParamsWithTimeout(timeout time.Duration) *DeleteArtifactDepParams

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

func (*DeleteArtifactDepParams) SetArtifactDepLocator

func (o *DeleteArtifactDepParams) SetArtifactDepLocator(artifactDepLocator string)

SetArtifactDepLocator adds the artifactDepLocator to the delete artifact dep params

func (*DeleteArtifactDepParams) SetBtLocator

func (o *DeleteArtifactDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete artifact dep params

func (*DeleteArtifactDepParams) SetContext

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

SetContext adds the context to the delete artifact dep params

func (*DeleteArtifactDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete artifact dep params

func (*DeleteArtifactDepParams) SetTimeout

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

SetTimeout adds the timeout to the delete artifact dep params

func (*DeleteArtifactDepParams) WithArtifactDepLocator

func (o *DeleteArtifactDepParams) WithArtifactDepLocator(artifactDepLocator string) *DeleteArtifactDepParams

WithArtifactDepLocator adds the artifactDepLocator to the delete artifact dep params

func (*DeleteArtifactDepParams) WithBtLocator

func (o *DeleteArtifactDepParams) WithBtLocator(btLocator string) *DeleteArtifactDepParams

WithBtLocator adds the btLocator to the delete artifact dep params

func (*DeleteArtifactDepParams) WithContext

WithContext adds the context to the delete artifact dep params

func (*DeleteArtifactDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete artifact dep params

func (*DeleteArtifactDepParams) WithTimeout

WithTimeout adds the timeout to the delete artifact dep params

func (*DeleteArtifactDepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteArtifactDepReader

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

DeleteArtifactDepReader is a Reader for the DeleteArtifactDep structure.

func (*DeleteArtifactDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBuildTypeDefault

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

DeleteBuildTypeDefault handles this case with default header values.

successful operation

func NewDeleteBuildTypeDefault

func NewDeleteBuildTypeDefault(code int) *DeleteBuildTypeDefault

NewDeleteBuildTypeDefault creates a DeleteBuildTypeDefault with default headers values

func (*DeleteBuildTypeDefault) Code

func (o *DeleteBuildTypeDefault) Code() int

Code gets the status code for the delete build type default response

func (*DeleteBuildTypeDefault) Error

func (o *DeleteBuildTypeDefault) Error() string

type DeleteBuildTypeParams

type DeleteBuildTypeParams struct {

	/*BtLocator*/
	BtLocator string

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

DeleteBuildTypeParams contains all the parameters to send to the API endpoint for the delete build type operation typically these are written to a http.Request

func NewDeleteBuildTypeParams

func NewDeleteBuildTypeParams() *DeleteBuildTypeParams

NewDeleteBuildTypeParams creates a new DeleteBuildTypeParams object with the default values initialized.

func NewDeleteBuildTypeParamsWithContext

func NewDeleteBuildTypeParamsWithContext(ctx context.Context) *DeleteBuildTypeParams

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

func NewDeleteBuildTypeParamsWithHTTPClient

func NewDeleteBuildTypeParamsWithHTTPClient(client *http.Client) *DeleteBuildTypeParams

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

func NewDeleteBuildTypeParamsWithTimeout

func NewDeleteBuildTypeParamsWithTimeout(timeout time.Duration) *DeleteBuildTypeParams

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

func (*DeleteBuildTypeParams) SetBtLocator

func (o *DeleteBuildTypeParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete build type params

func (*DeleteBuildTypeParams) SetContext

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

SetContext adds the context to the delete build type params

func (*DeleteBuildTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete build type params

func (*DeleteBuildTypeParams) SetTimeout

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

SetTimeout adds the timeout to the delete build type params

func (*DeleteBuildTypeParams) WithBtLocator

func (o *DeleteBuildTypeParams) WithBtLocator(btLocator string) *DeleteBuildTypeParams

WithBtLocator adds the btLocator to the delete build type params

func (*DeleteBuildTypeParams) WithContext

WithContext adds the context to the delete build type params

func (*DeleteBuildTypeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete build type params

func (*DeleteBuildTypeParams) WithTimeout

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

WithTimeout adds the timeout to the delete build type params

func (*DeleteBuildTypeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteBuildTypeReader

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

DeleteBuildTypeReader is a Reader for the DeleteBuildType structure.

func (*DeleteBuildTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteFeatureDefault

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

DeleteFeatureDefault handles this case with default header values.

successful operation

func NewDeleteFeatureDefault

func NewDeleteFeatureDefault(code int) *DeleteFeatureDefault

NewDeleteFeatureDefault creates a DeleteFeatureDefault with default headers values

func (*DeleteFeatureDefault) Code

func (o *DeleteFeatureDefault) Code() int

Code gets the status code for the delete feature default response

func (*DeleteFeatureDefault) Error

func (o *DeleteFeatureDefault) Error() string

type DeleteFeatureParams

type DeleteFeatureParams struct {

	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string

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

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

func NewDeleteFeatureParams

func NewDeleteFeatureParams() *DeleteFeatureParams

NewDeleteFeatureParams creates a new DeleteFeatureParams object with the default values initialized.

func NewDeleteFeatureParamsWithContext

func NewDeleteFeatureParamsWithContext(ctx context.Context) *DeleteFeatureParams

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

func NewDeleteFeatureParamsWithHTTPClient

func NewDeleteFeatureParamsWithHTTPClient(client *http.Client) *DeleteFeatureParams

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

func NewDeleteFeatureParamsWithTimeout

func NewDeleteFeatureParamsWithTimeout(timeout time.Duration) *DeleteFeatureParams

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

func (*DeleteFeatureParams) SetBtLocator

func (o *DeleteFeatureParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete feature params

func (*DeleteFeatureParams) SetContext

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

SetContext adds the context to the delete feature params

func (*DeleteFeatureParams) SetFeatureID

func (o *DeleteFeatureParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the delete feature params

func (*DeleteFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete feature params

func (*DeleteFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the delete feature params

func (*DeleteFeatureParams) WithBtLocator

func (o *DeleteFeatureParams) WithBtLocator(btLocator string) *DeleteFeatureParams

WithBtLocator adds the btLocator to the delete feature params

func (*DeleteFeatureParams) WithContext

WithContext adds the context to the delete feature params

func (*DeleteFeatureParams) WithFeatureID

func (o *DeleteFeatureParams) WithFeatureID(featureID string) *DeleteFeatureParams

WithFeatureID adds the featureID to the delete feature params

func (*DeleteFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete feature params

func (*DeleteFeatureParams) WithTimeout

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

WithTimeout adds the timeout to the delete feature params

func (*DeleteFeatureParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteFeatureReader

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

DeleteFeatureReader is a Reader for the DeleteFeature structure.

func (*DeleteFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSnapshotDepDefault

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

DeleteSnapshotDepDefault handles this case with default header values.

successful operation

func NewDeleteSnapshotDepDefault

func NewDeleteSnapshotDepDefault(code int) *DeleteSnapshotDepDefault

NewDeleteSnapshotDepDefault creates a DeleteSnapshotDepDefault with default headers values

func (*DeleteSnapshotDepDefault) Code

func (o *DeleteSnapshotDepDefault) Code() int

Code gets the status code for the delete snapshot dep default response

func (*DeleteSnapshotDepDefault) Error

func (o *DeleteSnapshotDepDefault) Error() string

type DeleteSnapshotDepParams

type DeleteSnapshotDepParams struct {

	/*BtLocator*/
	BtLocator string
	/*SnapshotDepLocator*/
	SnapshotDepLocator string

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

DeleteSnapshotDepParams contains all the parameters to send to the API endpoint for the delete snapshot dep operation typically these are written to a http.Request

func NewDeleteSnapshotDepParams

func NewDeleteSnapshotDepParams() *DeleteSnapshotDepParams

NewDeleteSnapshotDepParams creates a new DeleteSnapshotDepParams object with the default values initialized.

func NewDeleteSnapshotDepParamsWithContext

func NewDeleteSnapshotDepParamsWithContext(ctx context.Context) *DeleteSnapshotDepParams

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

func NewDeleteSnapshotDepParamsWithHTTPClient

func NewDeleteSnapshotDepParamsWithHTTPClient(client *http.Client) *DeleteSnapshotDepParams

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

func NewDeleteSnapshotDepParamsWithTimeout

func NewDeleteSnapshotDepParamsWithTimeout(timeout time.Duration) *DeleteSnapshotDepParams

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

func (*DeleteSnapshotDepParams) SetBtLocator

func (o *DeleteSnapshotDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete snapshot dep params

func (*DeleteSnapshotDepParams) SetContext

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

SetContext adds the context to the delete snapshot dep params

func (*DeleteSnapshotDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete snapshot dep params

func (*DeleteSnapshotDepParams) SetSnapshotDepLocator

func (o *DeleteSnapshotDepParams) SetSnapshotDepLocator(snapshotDepLocator string)

SetSnapshotDepLocator adds the snapshotDepLocator to the delete snapshot dep params

func (*DeleteSnapshotDepParams) SetTimeout

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

SetTimeout adds the timeout to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WithBtLocator

func (o *DeleteSnapshotDepParams) WithBtLocator(btLocator string) *DeleteSnapshotDepParams

WithBtLocator adds the btLocator to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WithContext

WithContext adds the context to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WithSnapshotDepLocator

func (o *DeleteSnapshotDepParams) WithSnapshotDepLocator(snapshotDepLocator string) *DeleteSnapshotDepParams

WithSnapshotDepLocator adds the snapshotDepLocator to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WithTimeout

WithTimeout adds the timeout to the delete snapshot dep params

func (*DeleteSnapshotDepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSnapshotDepReader

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

DeleteSnapshotDepReader is a Reader for the DeleteSnapshotDep structure.

func (*DeleteSnapshotDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStepDefault

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

DeleteStepDefault handles this case with default header values.

successful operation

func NewDeleteStepDefault

func NewDeleteStepDefault(code int) *DeleteStepDefault

NewDeleteStepDefault creates a DeleteStepDefault with default headers values

func (*DeleteStepDefault) Code

func (o *DeleteStepDefault) Code() int

Code gets the status code for the delete step default response

func (*DeleteStepDefault) Error

func (o *DeleteStepDefault) Error() string

type DeleteStepParams

type DeleteStepParams struct {

	/*BtLocator*/
	BtLocator string
	/*StepID*/
	StepID string

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

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

func NewDeleteStepParams

func NewDeleteStepParams() *DeleteStepParams

NewDeleteStepParams creates a new DeleteStepParams object with the default values initialized.

func NewDeleteStepParamsWithContext

func NewDeleteStepParamsWithContext(ctx context.Context) *DeleteStepParams

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

func NewDeleteStepParamsWithHTTPClient

func NewDeleteStepParamsWithHTTPClient(client *http.Client) *DeleteStepParams

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

func NewDeleteStepParamsWithTimeout

func NewDeleteStepParamsWithTimeout(timeout time.Duration) *DeleteStepParams

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

func (*DeleteStepParams) SetBtLocator

func (o *DeleteStepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete step params

func (*DeleteStepParams) SetContext

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

SetContext adds the context to the delete step params

func (*DeleteStepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete step params

func (*DeleteStepParams) SetStepID

func (o *DeleteStepParams) SetStepID(stepID string)

SetStepID adds the stepId to the delete step params

func (*DeleteStepParams) SetTimeout

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

SetTimeout adds the timeout to the delete step params

func (*DeleteStepParams) WithBtLocator

func (o *DeleteStepParams) WithBtLocator(btLocator string) *DeleteStepParams

WithBtLocator adds the btLocator to the delete step params

func (*DeleteStepParams) WithContext

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

WithContext adds the context to the delete step params

func (*DeleteStepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete step params

func (*DeleteStepParams) WithStepID

func (o *DeleteStepParams) WithStepID(stepID string) *DeleteStepParams

WithStepID adds the stepID to the delete step params

func (*DeleteStepParams) WithTimeout

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

WithTimeout adds the timeout to the delete step params

func (*DeleteStepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteStepReader

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

DeleteStepReader is a Reader for the DeleteStep structure.

func (*DeleteStepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTriggerDefault

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

DeleteTriggerDefault handles this case with default header values.

successful operation

func NewDeleteTriggerDefault

func NewDeleteTriggerDefault(code int) *DeleteTriggerDefault

NewDeleteTriggerDefault creates a DeleteTriggerDefault with default headers values

func (*DeleteTriggerDefault) Code

func (o *DeleteTriggerDefault) Code() int

Code gets the status code for the delete trigger default response

func (*DeleteTriggerDefault) Error

func (o *DeleteTriggerDefault) Error() string

type DeleteTriggerParams

type DeleteTriggerParams struct {

	/*BtLocator*/
	BtLocator string
	/*TriggerLocator*/
	TriggerLocator string

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

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

func NewDeleteTriggerParams

func NewDeleteTriggerParams() *DeleteTriggerParams

NewDeleteTriggerParams creates a new DeleteTriggerParams object with the default values initialized.

func NewDeleteTriggerParamsWithContext

func NewDeleteTriggerParamsWithContext(ctx context.Context) *DeleteTriggerParams

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

func NewDeleteTriggerParamsWithHTTPClient

func NewDeleteTriggerParamsWithHTTPClient(client *http.Client) *DeleteTriggerParams

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

func NewDeleteTriggerParamsWithTimeout

func NewDeleteTriggerParamsWithTimeout(timeout time.Duration) *DeleteTriggerParams

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

func (*DeleteTriggerParams) SetBtLocator

func (o *DeleteTriggerParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete trigger params

func (*DeleteTriggerParams) SetContext

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

SetContext adds the context to the delete trigger params

func (*DeleteTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete trigger params

func (*DeleteTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the delete trigger params

func (*DeleteTriggerParams) SetTriggerLocator

func (o *DeleteTriggerParams) SetTriggerLocator(triggerLocator string)

SetTriggerLocator adds the triggerLocator to the delete trigger params

func (*DeleteTriggerParams) WithBtLocator

func (o *DeleteTriggerParams) WithBtLocator(btLocator string) *DeleteTriggerParams

WithBtLocator adds the btLocator to the delete trigger params

func (*DeleteTriggerParams) WithContext

WithContext adds the context to the delete trigger params

func (*DeleteTriggerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete trigger params

func (*DeleteTriggerParams) WithTimeout

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

WithTimeout adds the timeout to the delete trigger params

func (*DeleteTriggerParams) WithTriggerLocator

func (o *DeleteTriggerParams) WithTriggerLocator(triggerLocator string) *DeleteTriggerParams

WithTriggerLocator adds the triggerLocator to the delete trigger params

func (*DeleteTriggerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteTriggerReader

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

DeleteTriggerReader is a Reader for the DeleteTrigger structure.

func (*DeleteTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVcsRootEntryDefault

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

DeleteVcsRootEntryDefault handles this case with default header values.

successful operation

func NewDeleteVcsRootEntryDefault

func NewDeleteVcsRootEntryDefault(code int) *DeleteVcsRootEntryDefault

NewDeleteVcsRootEntryDefault creates a DeleteVcsRootEntryDefault with default headers values

func (*DeleteVcsRootEntryDefault) Code

func (o *DeleteVcsRootEntryDefault) Code() int

Code gets the status code for the delete vcs root entry default response

func (*DeleteVcsRootEntryDefault) Error

func (o *DeleteVcsRootEntryDefault) Error() string

type DeleteVcsRootEntryParams

type DeleteVcsRootEntryParams struct {

	/*BtLocator*/
	BtLocator string
	/*VcsRootLocator*/
	VcsRootLocator string

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

DeleteVcsRootEntryParams contains all the parameters to send to the API endpoint for the delete vcs root entry operation typically these are written to a http.Request

func NewDeleteVcsRootEntryParams

func NewDeleteVcsRootEntryParams() *DeleteVcsRootEntryParams

NewDeleteVcsRootEntryParams creates a new DeleteVcsRootEntryParams object with the default values initialized.

func NewDeleteVcsRootEntryParamsWithContext

func NewDeleteVcsRootEntryParamsWithContext(ctx context.Context) *DeleteVcsRootEntryParams

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

func NewDeleteVcsRootEntryParamsWithHTTPClient

func NewDeleteVcsRootEntryParamsWithHTTPClient(client *http.Client) *DeleteVcsRootEntryParams

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

func NewDeleteVcsRootEntryParamsWithTimeout

func NewDeleteVcsRootEntryParamsWithTimeout(timeout time.Duration) *DeleteVcsRootEntryParams

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

func (*DeleteVcsRootEntryParams) SetBtLocator

func (o *DeleteVcsRootEntryParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) SetContext

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

SetContext adds the context to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) SetTimeout

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

SetTimeout adds the timeout to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) SetVcsRootLocator

func (o *DeleteVcsRootEntryParams) SetVcsRootLocator(vcsRootLocator string)

SetVcsRootLocator adds the vcsRootLocator to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WithBtLocator

func (o *DeleteVcsRootEntryParams) WithBtLocator(btLocator string) *DeleteVcsRootEntryParams

WithBtLocator adds the btLocator to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WithContext

WithContext adds the context to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WithTimeout

WithTimeout adds the timeout to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WithVcsRootLocator

func (o *DeleteVcsRootEntryParams) WithVcsRootLocator(vcsRootLocator string) *DeleteVcsRootEntryParams

WithVcsRootLocator adds the vcsRootLocator to the delete vcs root entry params

func (*DeleteVcsRootEntryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteVcsRootEntryReader

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

DeleteVcsRootEntryReader is a Reader for the DeleteVcsRootEntry structure.

func (*DeleteVcsRootEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAgentRequirementOK

type GetAgentRequirementOK struct {
	Payload *models.AgentRequirement
}

GetAgentRequirementOK handles this case with default header values.

successful operation

func NewGetAgentRequirementOK

func NewGetAgentRequirementOK() *GetAgentRequirementOK

NewGetAgentRequirementOK creates a GetAgentRequirementOK with default headers values

func (*GetAgentRequirementOK) Error

func (o *GetAgentRequirementOK) Error() string

func (*GetAgentRequirementOK) GetPayload

type GetAgentRequirementParams

type GetAgentRequirementParams struct {

	/*AgentRequirementLocator*/
	AgentRequirementLocator string
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetAgentRequirementParams contains all the parameters to send to the API endpoint for the get agent requirement operation typically these are written to a http.Request

func NewGetAgentRequirementParams

func NewGetAgentRequirementParams() *GetAgentRequirementParams

NewGetAgentRequirementParams creates a new GetAgentRequirementParams object with the default values initialized.

func NewGetAgentRequirementParamsWithContext

func NewGetAgentRequirementParamsWithContext(ctx context.Context) *GetAgentRequirementParams

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

func NewGetAgentRequirementParamsWithHTTPClient

func NewGetAgentRequirementParamsWithHTTPClient(client *http.Client) *GetAgentRequirementParams

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

func NewGetAgentRequirementParamsWithTimeout

func NewGetAgentRequirementParamsWithTimeout(timeout time.Duration) *GetAgentRequirementParams

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

func (*GetAgentRequirementParams) SetAgentRequirementLocator

func (o *GetAgentRequirementParams) SetAgentRequirementLocator(agentRequirementLocator string)

SetAgentRequirementLocator adds the agentRequirementLocator to the get agent requirement params

func (*GetAgentRequirementParams) SetBtLocator

func (o *GetAgentRequirementParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get agent requirement params

func (*GetAgentRequirementParams) SetContext

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

SetContext adds the context to the get agent requirement params

func (*GetAgentRequirementParams) SetFields

func (o *GetAgentRequirementParams) SetFields(fields *string)

SetFields adds the fields to the get agent requirement params

func (*GetAgentRequirementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get agent requirement params

func (*GetAgentRequirementParams) SetTimeout

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

SetTimeout adds the timeout to the get agent requirement params

func (*GetAgentRequirementParams) WithAgentRequirementLocator

func (o *GetAgentRequirementParams) WithAgentRequirementLocator(agentRequirementLocator string) *GetAgentRequirementParams

WithAgentRequirementLocator adds the agentRequirementLocator to the get agent requirement params

func (*GetAgentRequirementParams) WithBtLocator

func (o *GetAgentRequirementParams) WithBtLocator(btLocator string) *GetAgentRequirementParams

WithBtLocator adds the btLocator to the get agent requirement params

func (*GetAgentRequirementParams) WithContext

WithContext adds the context to the get agent requirement params

func (*GetAgentRequirementParams) WithFields

WithFields adds the fields to the get agent requirement params

func (*GetAgentRequirementParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get agent requirement params

func (*GetAgentRequirementParams) WithTimeout

WithTimeout adds the timeout to the get agent requirement params

func (*GetAgentRequirementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAgentRequirementReader

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

GetAgentRequirementReader is a Reader for the GetAgentRequirement structure.

func (*GetAgentRequirementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAgentRequirementsOK

type GetAgentRequirementsOK struct {
	Payload *models.AgentRequirements
}

GetAgentRequirementsOK handles this case with default header values.

successful operation

func NewGetAgentRequirementsOK

func NewGetAgentRequirementsOK() *GetAgentRequirementsOK

NewGetAgentRequirementsOK creates a GetAgentRequirementsOK with default headers values

func (*GetAgentRequirementsOK) Error

func (o *GetAgentRequirementsOK) Error() string

func (*GetAgentRequirementsOK) GetPayload

type GetAgentRequirementsParams

type GetAgentRequirementsParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetAgentRequirementsParams contains all the parameters to send to the API endpoint for the get agent requirements operation typically these are written to a http.Request

func NewGetAgentRequirementsParams

func NewGetAgentRequirementsParams() *GetAgentRequirementsParams

NewGetAgentRequirementsParams creates a new GetAgentRequirementsParams object with the default values initialized.

func NewGetAgentRequirementsParamsWithContext

func NewGetAgentRequirementsParamsWithContext(ctx context.Context) *GetAgentRequirementsParams

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

func NewGetAgentRequirementsParamsWithHTTPClient

func NewGetAgentRequirementsParamsWithHTTPClient(client *http.Client) *GetAgentRequirementsParams

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

func NewGetAgentRequirementsParamsWithTimeout

func NewGetAgentRequirementsParamsWithTimeout(timeout time.Duration) *GetAgentRequirementsParams

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

func (*GetAgentRequirementsParams) SetBtLocator

func (o *GetAgentRequirementsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get agent requirements params

func (*GetAgentRequirementsParams) SetContext

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

SetContext adds the context to the get agent requirements params

func (*GetAgentRequirementsParams) SetFields

func (o *GetAgentRequirementsParams) SetFields(fields *string)

SetFields adds the fields to the get agent requirements params

func (*GetAgentRequirementsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get agent requirements params

func (*GetAgentRequirementsParams) SetTimeout

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

SetTimeout adds the timeout to the get agent requirements params

func (*GetAgentRequirementsParams) WithBtLocator

func (o *GetAgentRequirementsParams) WithBtLocator(btLocator string) *GetAgentRequirementsParams

WithBtLocator adds the btLocator to the get agent requirements params

func (*GetAgentRequirementsParams) WithContext

WithContext adds the context to the get agent requirements params

func (*GetAgentRequirementsParams) WithFields

WithFields adds the fields to the get agent requirements params

func (*GetAgentRequirementsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get agent requirements params

func (*GetAgentRequirementsParams) WithTimeout

WithTimeout adds the timeout to the get agent requirements params

func (*GetAgentRequirementsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAgentRequirementsReader

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

GetAgentRequirementsReader is a Reader for the GetAgentRequirements structure.

func (*GetAgentRequirementsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAliasesOK

type GetAliasesOK struct {
	Payload *models.Items
}

GetAliasesOK handles this case with default header values.

successful operation

func NewGetAliasesOK

func NewGetAliasesOK() *GetAliasesOK

NewGetAliasesOK creates a GetAliasesOK with default headers values

func (*GetAliasesOK) Error

func (o *GetAliasesOK) Error() string

func (*GetAliasesOK) GetPayload

func (o *GetAliasesOK) GetPayload() *models.Items

type GetAliasesParams

type GetAliasesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Field*/
	Field string

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

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

func NewGetAliasesParams

func NewGetAliasesParams() *GetAliasesParams

NewGetAliasesParams creates a new GetAliasesParams object with the default values initialized.

func NewGetAliasesParamsWithContext

func NewGetAliasesParamsWithContext(ctx context.Context) *GetAliasesParams

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

func NewGetAliasesParamsWithHTTPClient

func NewGetAliasesParamsWithHTTPClient(client *http.Client) *GetAliasesParams

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

func NewGetAliasesParamsWithTimeout

func NewGetAliasesParamsWithTimeout(timeout time.Duration) *GetAliasesParams

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

func (*GetAliasesParams) SetBtLocator

func (o *GetAliasesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get aliases params

func (*GetAliasesParams) SetContext

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

SetContext adds the context to the get aliases params

func (*GetAliasesParams) SetField

func (o *GetAliasesParams) SetField(field string)

SetField adds the field to the get aliases params

func (*GetAliasesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get aliases params

func (*GetAliasesParams) SetTimeout

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

SetTimeout adds the timeout to the get aliases params

func (*GetAliasesParams) WithBtLocator

func (o *GetAliasesParams) WithBtLocator(btLocator string) *GetAliasesParams

WithBtLocator adds the btLocator to the get aliases params

func (*GetAliasesParams) WithContext

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

WithContext adds the context to the get aliases params

func (*GetAliasesParams) WithField

func (o *GetAliasesParams) WithField(field string) *GetAliasesParams

WithField adds the field to the get aliases params

func (*GetAliasesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get aliases params

func (*GetAliasesParams) WithTimeout

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

WithTimeout adds the timeout to the get aliases params

func (*GetAliasesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAliasesReader

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

GetAliasesReader is a Reader for the GetAliases structure.

func (*GetAliasesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetArtifactDepOK

type GetArtifactDepOK struct {
	Payload *models.ArtifactDependency
}

GetArtifactDepOK handles this case with default header values.

successful operation

func NewGetArtifactDepOK

func NewGetArtifactDepOK() *GetArtifactDepOK

NewGetArtifactDepOK creates a GetArtifactDepOK with default headers values

func (*GetArtifactDepOK) Error

func (o *GetArtifactDepOK) Error() string

func (*GetArtifactDepOK) GetPayload

func (o *GetArtifactDepOK) GetPayload() *models.ArtifactDependency

type GetArtifactDepParams

type GetArtifactDepParams struct {

	/*ArtifactDepLocator*/
	ArtifactDepLocator string
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetArtifactDepParams contains all the parameters to send to the API endpoint for the get artifact dep operation typically these are written to a http.Request

func NewGetArtifactDepParams

func NewGetArtifactDepParams() *GetArtifactDepParams

NewGetArtifactDepParams creates a new GetArtifactDepParams object with the default values initialized.

func NewGetArtifactDepParamsWithContext

func NewGetArtifactDepParamsWithContext(ctx context.Context) *GetArtifactDepParams

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

func NewGetArtifactDepParamsWithHTTPClient

func NewGetArtifactDepParamsWithHTTPClient(client *http.Client) *GetArtifactDepParams

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

func NewGetArtifactDepParamsWithTimeout

func NewGetArtifactDepParamsWithTimeout(timeout time.Duration) *GetArtifactDepParams

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

func (*GetArtifactDepParams) SetArtifactDepLocator

func (o *GetArtifactDepParams) SetArtifactDepLocator(artifactDepLocator string)

SetArtifactDepLocator adds the artifactDepLocator to the get artifact dep params

func (*GetArtifactDepParams) SetBtLocator

func (o *GetArtifactDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get artifact dep params

func (*GetArtifactDepParams) SetContext

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

SetContext adds the context to the get artifact dep params

func (*GetArtifactDepParams) SetFields

func (o *GetArtifactDepParams) SetFields(fields *string)

SetFields adds the fields to the get artifact dep params

func (*GetArtifactDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get artifact dep params

func (*GetArtifactDepParams) SetTimeout

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

SetTimeout adds the timeout to the get artifact dep params

func (*GetArtifactDepParams) WithArtifactDepLocator

func (o *GetArtifactDepParams) WithArtifactDepLocator(artifactDepLocator string) *GetArtifactDepParams

WithArtifactDepLocator adds the artifactDepLocator to the get artifact dep params

func (*GetArtifactDepParams) WithBtLocator

func (o *GetArtifactDepParams) WithBtLocator(btLocator string) *GetArtifactDepParams

WithBtLocator adds the btLocator to the get artifact dep params

func (*GetArtifactDepParams) WithContext

WithContext adds the context to the get artifact dep params

func (*GetArtifactDepParams) WithFields

func (o *GetArtifactDepParams) WithFields(fields *string) *GetArtifactDepParams

WithFields adds the fields to the get artifact dep params

func (*GetArtifactDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get artifact dep params

func (*GetArtifactDepParams) WithTimeout

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

WithTimeout adds the timeout to the get artifact dep params

func (*GetArtifactDepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetArtifactDepReader

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

GetArtifactDepReader is a Reader for the GetArtifactDep structure.

func (*GetArtifactDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetArtifactDepSettingOK

type GetArtifactDepSettingOK struct {
	Payload string
}

GetArtifactDepSettingOK handles this case with default header values.

successful operation

func NewGetArtifactDepSettingOK

func NewGetArtifactDepSettingOK() *GetArtifactDepSettingOK

NewGetArtifactDepSettingOK creates a GetArtifactDepSettingOK with default headers values

func (*GetArtifactDepSettingOK) Error

func (o *GetArtifactDepSettingOK) Error() string

func (*GetArtifactDepSettingOK) GetPayload

func (o *GetArtifactDepSettingOK) GetPayload() string

type GetArtifactDepSettingParams

type GetArtifactDepSettingParams struct {

	/*ArtifactDepLocator*/
	ArtifactDepLocator string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string

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

GetArtifactDepSettingParams contains all the parameters to send to the API endpoint for the get artifact dep setting operation typically these are written to a http.Request

func NewGetArtifactDepSettingParams

func NewGetArtifactDepSettingParams() *GetArtifactDepSettingParams

NewGetArtifactDepSettingParams creates a new GetArtifactDepSettingParams object with the default values initialized.

func NewGetArtifactDepSettingParamsWithContext

func NewGetArtifactDepSettingParamsWithContext(ctx context.Context) *GetArtifactDepSettingParams

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

func NewGetArtifactDepSettingParamsWithHTTPClient

func NewGetArtifactDepSettingParamsWithHTTPClient(client *http.Client) *GetArtifactDepSettingParams

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

func NewGetArtifactDepSettingParamsWithTimeout

func NewGetArtifactDepSettingParamsWithTimeout(timeout time.Duration) *GetArtifactDepSettingParams

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

func (*GetArtifactDepSettingParams) SetArtifactDepLocator

func (o *GetArtifactDepSettingParams) SetArtifactDepLocator(artifactDepLocator string)

SetArtifactDepLocator adds the artifactDepLocator to the get artifact dep setting params

func (*GetArtifactDepSettingParams) SetBtLocator

func (o *GetArtifactDepSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get artifact dep setting params

func (*GetArtifactDepSettingParams) SetContext

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

SetContext adds the context to the get artifact dep setting params

func (*GetArtifactDepSettingParams) SetFieldName

func (o *GetArtifactDepSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the get artifact dep setting params

func (*GetArtifactDepSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get artifact dep setting params

func (*GetArtifactDepSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithArtifactDepLocator

func (o *GetArtifactDepSettingParams) WithArtifactDepLocator(artifactDepLocator string) *GetArtifactDepSettingParams

WithArtifactDepLocator adds the artifactDepLocator to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithBtLocator

func (o *GetArtifactDepSettingParams) WithBtLocator(btLocator string) *GetArtifactDepSettingParams

WithBtLocator adds the btLocator to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithContext

WithContext adds the context to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithFieldName

func (o *GetArtifactDepSettingParams) WithFieldName(fieldName string) *GetArtifactDepSettingParams

WithFieldName adds the fieldName to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WithTimeout

WithTimeout adds the timeout to the get artifact dep setting params

func (*GetArtifactDepSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetArtifactDepSettingReader

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

GetArtifactDepSettingReader is a Reader for the GetArtifactDepSetting structure.

func (*GetArtifactDepSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetArtifactDepsOK

type GetArtifactDepsOK struct {
	Payload *models.ArtifactDependencies
}

GetArtifactDepsOK handles this case with default header values.

successful operation

func NewGetArtifactDepsOK

func NewGetArtifactDepsOK() *GetArtifactDepsOK

NewGetArtifactDepsOK creates a GetArtifactDepsOK with default headers values

func (*GetArtifactDepsOK) Error

func (o *GetArtifactDepsOK) Error() string

func (*GetArtifactDepsOK) GetPayload

type GetArtifactDepsParams

type GetArtifactDepsParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetArtifactDepsParams contains all the parameters to send to the API endpoint for the get artifact deps operation typically these are written to a http.Request

func NewGetArtifactDepsParams

func NewGetArtifactDepsParams() *GetArtifactDepsParams

NewGetArtifactDepsParams creates a new GetArtifactDepsParams object with the default values initialized.

func NewGetArtifactDepsParamsWithContext

func NewGetArtifactDepsParamsWithContext(ctx context.Context) *GetArtifactDepsParams

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

func NewGetArtifactDepsParamsWithHTTPClient

func NewGetArtifactDepsParamsWithHTTPClient(client *http.Client) *GetArtifactDepsParams

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

func NewGetArtifactDepsParamsWithTimeout

func NewGetArtifactDepsParamsWithTimeout(timeout time.Duration) *GetArtifactDepsParams

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

func (*GetArtifactDepsParams) SetBtLocator

func (o *GetArtifactDepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get artifact deps params

func (*GetArtifactDepsParams) SetContext

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

SetContext adds the context to the get artifact deps params

func (*GetArtifactDepsParams) SetFields

func (o *GetArtifactDepsParams) SetFields(fields *string)

SetFields adds the fields to the get artifact deps params

func (*GetArtifactDepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get artifact deps params

func (*GetArtifactDepsParams) SetTimeout

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

SetTimeout adds the timeout to the get artifact deps params

func (*GetArtifactDepsParams) WithBtLocator

func (o *GetArtifactDepsParams) WithBtLocator(btLocator string) *GetArtifactDepsParams

WithBtLocator adds the btLocator to the get artifact deps params

func (*GetArtifactDepsParams) WithContext

WithContext adds the context to the get artifact deps params

func (*GetArtifactDepsParams) WithFields

func (o *GetArtifactDepsParams) WithFields(fields *string) *GetArtifactDepsParams

WithFields adds the fields to the get artifact deps params

func (*GetArtifactDepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get artifact deps params

func (*GetArtifactDepsParams) WithTimeout

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

WithTimeout adds the timeout to the get artifact deps params

func (*GetArtifactDepsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetArtifactDepsReader

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

GetArtifactDepsReader is a Reader for the GetArtifactDeps structure.

func (*GetArtifactDepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBuildTypesOK

type GetBuildTypesOK struct {
	Payload *models.BuildTypes
}

GetBuildTypesOK handles this case with default header values.

successful operation

func NewGetBuildTypesOK

func NewGetBuildTypesOK() *GetBuildTypesOK

NewGetBuildTypesOK creates a GetBuildTypesOK with default headers values

func (*GetBuildTypesOK) Error

func (o *GetBuildTypesOK) Error() string

func (*GetBuildTypesOK) GetPayload

func (o *GetBuildTypesOK) GetPayload() *models.BuildTypes

type GetBuildTypesParams

type GetBuildTypesParams struct {

	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string

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

GetBuildTypesParams contains all the parameters to send to the API endpoint for the get build types operation typically these are written to a http.Request

func NewGetBuildTypesParams

func NewGetBuildTypesParams() *GetBuildTypesParams

NewGetBuildTypesParams creates a new GetBuildTypesParams object with the default values initialized.

func NewGetBuildTypesParamsWithContext

func NewGetBuildTypesParamsWithContext(ctx context.Context) *GetBuildTypesParams

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

func NewGetBuildTypesParamsWithHTTPClient

func NewGetBuildTypesParamsWithHTTPClient(client *http.Client) *GetBuildTypesParams

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

func NewGetBuildTypesParamsWithTimeout

func NewGetBuildTypesParamsWithTimeout(timeout time.Duration) *GetBuildTypesParams

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

func (*GetBuildTypesParams) SetContext

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

SetContext adds the context to the get build types params

func (*GetBuildTypesParams) SetFields

func (o *GetBuildTypesParams) SetFields(fields *string)

SetFields adds the fields to the get build types params

func (*GetBuildTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get build types params

func (*GetBuildTypesParams) SetLocator

func (o *GetBuildTypesParams) SetLocator(locator *string)

SetLocator adds the locator to the get build types params

func (*GetBuildTypesParams) SetTimeout

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

SetTimeout adds the timeout to the get build types params

func (*GetBuildTypesParams) WithContext

WithContext adds the context to the get build types params

func (*GetBuildTypesParams) WithFields

func (o *GetBuildTypesParams) WithFields(fields *string) *GetBuildTypesParams

WithFields adds the fields to the get build types params

func (*GetBuildTypesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get build types params

func (*GetBuildTypesParams) WithLocator

func (o *GetBuildTypesParams) WithLocator(locator *string) *GetBuildTypesParams

WithLocator adds the locator to the get build types params

func (*GetBuildTypesParams) WithTimeout

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

WithTimeout adds the timeout to the get build types params

func (*GetBuildTypesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBuildTypesReader

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

GetBuildTypesReader is a Reader for the GetBuildTypes structure.

func (*GetBuildTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCurrentVcsInstancesOK

type GetCurrentVcsInstancesOK struct {
	Payload *models.VcsRootInstances
}

GetCurrentVcsInstancesOK handles this case with default header values.

successful operation

func NewGetCurrentVcsInstancesOK

func NewGetCurrentVcsInstancesOK() *GetCurrentVcsInstancesOK

NewGetCurrentVcsInstancesOK creates a GetCurrentVcsInstancesOK with default headers values

func (*GetCurrentVcsInstancesOK) Error

func (o *GetCurrentVcsInstancesOK) Error() string

func (*GetCurrentVcsInstancesOK) GetPayload

type GetCurrentVcsInstancesObsoleteOK

type GetCurrentVcsInstancesObsoleteOK struct {
	Payload *models.VcsRootInstances
}

GetCurrentVcsInstancesObsoleteOK handles this case with default header values.

successful operation

func NewGetCurrentVcsInstancesObsoleteOK

func NewGetCurrentVcsInstancesObsoleteOK() *GetCurrentVcsInstancesObsoleteOK

NewGetCurrentVcsInstancesObsoleteOK creates a GetCurrentVcsInstancesObsoleteOK with default headers values

func (*GetCurrentVcsInstancesObsoleteOK) Error

func (*GetCurrentVcsInstancesObsoleteOK) GetPayload

type GetCurrentVcsInstancesObsoleteParams

type GetCurrentVcsInstancesObsoleteParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetCurrentVcsInstancesObsoleteParams contains all the parameters to send to the API endpoint for the get current vcs instances obsolete operation typically these are written to a http.Request

func NewGetCurrentVcsInstancesObsoleteParams

func NewGetCurrentVcsInstancesObsoleteParams() *GetCurrentVcsInstancesObsoleteParams

NewGetCurrentVcsInstancesObsoleteParams creates a new GetCurrentVcsInstancesObsoleteParams object with the default values initialized.

func NewGetCurrentVcsInstancesObsoleteParamsWithContext

func NewGetCurrentVcsInstancesObsoleteParamsWithContext(ctx context.Context) *GetCurrentVcsInstancesObsoleteParams

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

func NewGetCurrentVcsInstancesObsoleteParamsWithHTTPClient

func NewGetCurrentVcsInstancesObsoleteParamsWithHTTPClient(client *http.Client) *GetCurrentVcsInstancesObsoleteParams

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

func NewGetCurrentVcsInstancesObsoleteParamsWithTimeout

func NewGetCurrentVcsInstancesObsoleteParamsWithTimeout(timeout time.Duration) *GetCurrentVcsInstancesObsoleteParams

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

func (*GetCurrentVcsInstancesObsoleteParams) SetBtLocator

func (o *GetCurrentVcsInstancesObsoleteParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) SetContext

SetContext adds the context to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) SetFields

func (o *GetCurrentVcsInstancesObsoleteParams) SetFields(fields *string)

SetFields adds the fields to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) SetTimeout

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

SetTimeout adds the timeout to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WithBtLocator

WithBtLocator adds the btLocator to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WithContext

WithContext adds the context to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WithFields

WithFields adds the fields to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WithTimeout

WithTimeout adds the timeout to the get current vcs instances obsolete params

func (*GetCurrentVcsInstancesObsoleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCurrentVcsInstancesObsoleteReader

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

GetCurrentVcsInstancesObsoleteReader is a Reader for the GetCurrentVcsInstancesObsolete structure.

func (*GetCurrentVcsInstancesObsoleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCurrentVcsInstancesParams

type GetCurrentVcsInstancesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetCurrentVcsInstancesParams contains all the parameters to send to the API endpoint for the get current vcs instances operation typically these are written to a http.Request

func NewGetCurrentVcsInstancesParams

func NewGetCurrentVcsInstancesParams() *GetCurrentVcsInstancesParams

NewGetCurrentVcsInstancesParams creates a new GetCurrentVcsInstancesParams object with the default values initialized.

func NewGetCurrentVcsInstancesParamsWithContext

func NewGetCurrentVcsInstancesParamsWithContext(ctx context.Context) *GetCurrentVcsInstancesParams

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

func NewGetCurrentVcsInstancesParamsWithHTTPClient

func NewGetCurrentVcsInstancesParamsWithHTTPClient(client *http.Client) *GetCurrentVcsInstancesParams

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

func NewGetCurrentVcsInstancesParamsWithTimeout

func NewGetCurrentVcsInstancesParamsWithTimeout(timeout time.Duration) *GetCurrentVcsInstancesParams

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

func (*GetCurrentVcsInstancesParams) SetBtLocator

func (o *GetCurrentVcsInstancesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) SetContext

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

SetContext adds the context to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) SetFields

func (o *GetCurrentVcsInstancesParams) SetFields(fields *string)

SetFields adds the fields to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) SetTimeout

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

SetTimeout adds the timeout to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WithBtLocator

WithBtLocator adds the btLocator to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WithContext

WithContext adds the context to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WithFields

WithFields adds the fields to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WithTimeout

WithTimeout adds the timeout to the get current vcs instances params

func (*GetCurrentVcsInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCurrentVcsInstancesReader

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

GetCurrentVcsInstancesReader is a Reader for the GetCurrentVcsInstances structure.

func (*GetCurrentVcsInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeatureOK

type GetFeatureOK struct {
	Payload *models.Feature
}

GetFeatureOK handles this case with default header values.

successful operation

func NewGetFeatureOK

func NewGetFeatureOK() *GetFeatureOK

NewGetFeatureOK creates a GetFeatureOK with default headers values

func (*GetFeatureOK) Error

func (o *GetFeatureOK) Error() string

func (*GetFeatureOK) GetPayload

func (o *GetFeatureOK) GetPayload() *models.Feature

type GetFeatureParameterOK

type GetFeatureParameterOK struct {
	Payload string
}

GetFeatureParameterOK handles this case with default header values.

successful operation

func NewGetFeatureParameterOK

func NewGetFeatureParameterOK() *GetFeatureParameterOK

NewGetFeatureParameterOK creates a GetFeatureParameterOK with default headers values

func (*GetFeatureParameterOK) Error

func (o *GetFeatureParameterOK) Error() string

func (*GetFeatureParameterOK) GetPayload

func (o *GetFeatureParameterOK) GetPayload() string

type GetFeatureParameterParams

type GetFeatureParameterParams struct {

	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*ParameterName*/
	ParameterName string

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

GetFeatureParameterParams contains all the parameters to send to the API endpoint for the get feature parameter operation typically these are written to a http.Request

func NewGetFeatureParameterParams

func NewGetFeatureParameterParams() *GetFeatureParameterParams

NewGetFeatureParameterParams creates a new GetFeatureParameterParams object with the default values initialized.

func NewGetFeatureParameterParamsWithContext

func NewGetFeatureParameterParamsWithContext(ctx context.Context) *GetFeatureParameterParams

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

func NewGetFeatureParameterParamsWithHTTPClient

func NewGetFeatureParameterParamsWithHTTPClient(client *http.Client) *GetFeatureParameterParams

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

func NewGetFeatureParameterParamsWithTimeout

func NewGetFeatureParameterParamsWithTimeout(timeout time.Duration) *GetFeatureParameterParams

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

func (*GetFeatureParameterParams) SetBtLocator

func (o *GetFeatureParameterParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get feature parameter params

func (*GetFeatureParameterParams) SetContext

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

SetContext adds the context to the get feature parameter params

func (*GetFeatureParameterParams) SetFeatureID

func (o *GetFeatureParameterParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the get feature parameter params

func (*GetFeatureParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feature parameter params

func (*GetFeatureParameterParams) SetParameterName

func (o *GetFeatureParameterParams) SetParameterName(parameterName string)

SetParameterName adds the parameterName to the get feature parameter params

func (*GetFeatureParameterParams) SetTimeout

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

SetTimeout adds the timeout to the get feature parameter params

func (*GetFeatureParameterParams) WithBtLocator

func (o *GetFeatureParameterParams) WithBtLocator(btLocator string) *GetFeatureParameterParams

WithBtLocator adds the btLocator to the get feature parameter params

func (*GetFeatureParameterParams) WithContext

WithContext adds the context to the get feature parameter params

func (*GetFeatureParameterParams) WithFeatureID

func (o *GetFeatureParameterParams) WithFeatureID(featureID string) *GetFeatureParameterParams

WithFeatureID adds the featureID to the get feature parameter params

func (*GetFeatureParameterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feature parameter params

func (*GetFeatureParameterParams) WithParameterName

func (o *GetFeatureParameterParams) WithParameterName(parameterName string) *GetFeatureParameterParams

WithParameterName adds the parameterName to the get feature parameter params

func (*GetFeatureParameterParams) WithTimeout

WithTimeout adds the timeout to the get feature parameter params

func (*GetFeatureParameterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFeatureParameterReader

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

GetFeatureParameterReader is a Reader for the GetFeatureParameter structure.

func (*GetFeatureParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeatureParametersOK

type GetFeatureParametersOK struct {
	Payload *models.Properties
}

GetFeatureParametersOK handles this case with default header values.

successful operation

func NewGetFeatureParametersOK

func NewGetFeatureParametersOK() *GetFeatureParametersOK

NewGetFeatureParametersOK creates a GetFeatureParametersOK with default headers values

func (*GetFeatureParametersOK) Error

func (o *GetFeatureParametersOK) Error() string

func (*GetFeatureParametersOK) GetPayload

func (o *GetFeatureParametersOK) GetPayload() *models.Properties

type GetFeatureParametersParams

type GetFeatureParametersParams struct {

	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Fields*/
	Fields *string

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

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

func NewGetFeatureParametersParams

func NewGetFeatureParametersParams() *GetFeatureParametersParams

NewGetFeatureParametersParams creates a new GetFeatureParametersParams object with the default values initialized.

func NewGetFeatureParametersParamsWithContext

func NewGetFeatureParametersParamsWithContext(ctx context.Context) *GetFeatureParametersParams

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

func NewGetFeatureParametersParamsWithHTTPClient

func NewGetFeatureParametersParamsWithHTTPClient(client *http.Client) *GetFeatureParametersParams

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

func NewGetFeatureParametersParamsWithTimeout

func NewGetFeatureParametersParamsWithTimeout(timeout time.Duration) *GetFeatureParametersParams

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

func (*GetFeatureParametersParams) SetBtLocator

func (o *GetFeatureParametersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get feature parameters params

func (*GetFeatureParametersParams) SetContext

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

SetContext adds the context to the get feature parameters params

func (*GetFeatureParametersParams) SetFeatureID

func (o *GetFeatureParametersParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the get feature parameters params

func (*GetFeatureParametersParams) SetFields

func (o *GetFeatureParametersParams) SetFields(fields *string)

SetFields adds the fields to the get feature parameters params

func (*GetFeatureParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feature parameters params

func (*GetFeatureParametersParams) SetTimeout

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

SetTimeout adds the timeout to the get feature parameters params

func (*GetFeatureParametersParams) WithBtLocator

func (o *GetFeatureParametersParams) WithBtLocator(btLocator string) *GetFeatureParametersParams

WithBtLocator adds the btLocator to the get feature parameters params

func (*GetFeatureParametersParams) WithContext

WithContext adds the context to the get feature parameters params

func (*GetFeatureParametersParams) WithFeatureID

func (o *GetFeatureParametersParams) WithFeatureID(featureID string) *GetFeatureParametersParams

WithFeatureID adds the featureID to the get feature parameters params

func (*GetFeatureParametersParams) WithFields

WithFields adds the fields to the get feature parameters params

func (*GetFeatureParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get feature parameters params

func (*GetFeatureParametersParams) WithTimeout

WithTimeout adds the timeout to the get feature parameters params

func (*GetFeatureParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFeatureParametersReader

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

GetFeatureParametersReader is a Reader for the GetFeatureParameters structure.

func (*GetFeatureParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeatureParams

type GetFeatureParams struct {

	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Fields*/
	Fields *string

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

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

func NewGetFeatureParams

func NewGetFeatureParams() *GetFeatureParams

NewGetFeatureParams creates a new GetFeatureParams object with the default values initialized.

func NewGetFeatureParamsWithContext

func NewGetFeatureParamsWithContext(ctx context.Context) *GetFeatureParams

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

func NewGetFeatureParamsWithHTTPClient

func NewGetFeatureParamsWithHTTPClient(client *http.Client) *GetFeatureParams

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

func NewGetFeatureParamsWithTimeout

func NewGetFeatureParamsWithTimeout(timeout time.Duration) *GetFeatureParams

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

func (*GetFeatureParams) SetBtLocator

func (o *GetFeatureParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get feature params

func (*GetFeatureParams) SetContext

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

SetContext adds the context to the get feature params

func (*GetFeatureParams) SetFeatureID

func (o *GetFeatureParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the get feature params

func (*GetFeatureParams) SetFields

func (o *GetFeatureParams) SetFields(fields *string)

SetFields adds the fields to the get feature params

func (*GetFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feature params

func (*GetFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the get feature params

func (*GetFeatureParams) WithBtLocator

func (o *GetFeatureParams) WithBtLocator(btLocator string) *GetFeatureParams

WithBtLocator adds the btLocator to the get feature params

func (*GetFeatureParams) WithContext

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

WithContext adds the context to the get feature params

func (*GetFeatureParams) WithFeatureID

func (o *GetFeatureParams) WithFeatureID(featureID string) *GetFeatureParams

WithFeatureID adds the featureID to the get feature params

func (*GetFeatureParams) WithFields

func (o *GetFeatureParams) WithFields(fields *string) *GetFeatureParams

WithFields adds the fields to the get feature params

func (*GetFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feature params

func (*GetFeatureParams) WithTimeout

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

WithTimeout adds the timeout to the get feature params

func (*GetFeatureParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFeatureReader

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

GetFeatureReader is a Reader for the GetFeature structure.

func (*GetFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeatureSettingOK

type GetFeatureSettingOK struct {
	Payload string
}

GetFeatureSettingOK handles this case with default header values.

successful operation

func NewGetFeatureSettingOK

func NewGetFeatureSettingOK() *GetFeatureSettingOK

NewGetFeatureSettingOK creates a GetFeatureSettingOK with default headers values

func (*GetFeatureSettingOK) Error

func (o *GetFeatureSettingOK) Error() string

func (*GetFeatureSettingOK) GetPayload

func (o *GetFeatureSettingOK) GetPayload() string

type GetFeatureSettingParams

type GetFeatureSettingParams struct {

	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Name*/
	Name string

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

GetFeatureSettingParams contains all the parameters to send to the API endpoint for the get feature setting operation typically these are written to a http.Request

func NewGetFeatureSettingParams

func NewGetFeatureSettingParams() *GetFeatureSettingParams

NewGetFeatureSettingParams creates a new GetFeatureSettingParams object with the default values initialized.

func NewGetFeatureSettingParamsWithContext

func NewGetFeatureSettingParamsWithContext(ctx context.Context) *GetFeatureSettingParams

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

func NewGetFeatureSettingParamsWithHTTPClient

func NewGetFeatureSettingParamsWithHTTPClient(client *http.Client) *GetFeatureSettingParams

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

func NewGetFeatureSettingParamsWithTimeout

func NewGetFeatureSettingParamsWithTimeout(timeout time.Duration) *GetFeatureSettingParams

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

func (*GetFeatureSettingParams) SetBtLocator

func (o *GetFeatureSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get feature setting params

func (*GetFeatureSettingParams) SetContext

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

SetContext adds the context to the get feature setting params

func (*GetFeatureSettingParams) SetFeatureID

func (o *GetFeatureSettingParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the get feature setting params

func (*GetFeatureSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feature setting params

func (*GetFeatureSettingParams) SetName

func (o *GetFeatureSettingParams) SetName(name string)

SetName adds the name to the get feature setting params

func (*GetFeatureSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get feature setting params

func (*GetFeatureSettingParams) WithBtLocator

func (o *GetFeatureSettingParams) WithBtLocator(btLocator string) *GetFeatureSettingParams

WithBtLocator adds the btLocator to the get feature setting params

func (*GetFeatureSettingParams) WithContext

WithContext adds the context to the get feature setting params

func (*GetFeatureSettingParams) WithFeatureID

func (o *GetFeatureSettingParams) WithFeatureID(featureID string) *GetFeatureSettingParams

WithFeatureID adds the featureID to the get feature setting params

func (*GetFeatureSettingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feature setting params

func (*GetFeatureSettingParams) WithName

WithName adds the name to the get feature setting params

func (*GetFeatureSettingParams) WithTimeout

WithTimeout adds the timeout to the get feature setting params

func (*GetFeatureSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFeatureSettingReader

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

GetFeatureSettingReader is a Reader for the GetFeatureSetting structure.

func (*GetFeatureSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeaturesOK

type GetFeaturesOK struct {
	Payload *models.Features
}

GetFeaturesOK handles this case with default header values.

successful operation

func NewGetFeaturesOK

func NewGetFeaturesOK() *GetFeaturesOK

NewGetFeaturesOK creates a GetFeaturesOK with default headers values

func (*GetFeaturesOK) Error

func (o *GetFeaturesOK) Error() string

func (*GetFeaturesOK) GetPayload

func (o *GetFeaturesOK) GetPayload() *models.Features

type GetFeaturesParams

type GetFeaturesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetFeaturesParams

func NewGetFeaturesParams() *GetFeaturesParams

NewGetFeaturesParams creates a new GetFeaturesParams object with the default values initialized.

func NewGetFeaturesParamsWithContext

func NewGetFeaturesParamsWithContext(ctx context.Context) *GetFeaturesParams

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

func NewGetFeaturesParamsWithHTTPClient

func NewGetFeaturesParamsWithHTTPClient(client *http.Client) *GetFeaturesParams

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

func NewGetFeaturesParamsWithTimeout

func NewGetFeaturesParamsWithTimeout(timeout time.Duration) *GetFeaturesParams

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

func (*GetFeaturesParams) SetBtLocator

func (o *GetFeaturesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get features params

func (*GetFeaturesParams) SetContext

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

SetContext adds the context to the get features params

func (*GetFeaturesParams) SetFields

func (o *GetFeaturesParams) SetFields(fields *string)

SetFields adds the fields to the get features params

func (*GetFeaturesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get features params

func (*GetFeaturesParams) SetTimeout

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

SetTimeout adds the timeout to the get features params

func (*GetFeaturesParams) WithBtLocator

func (o *GetFeaturesParams) WithBtLocator(btLocator string) *GetFeaturesParams

WithBtLocator adds the btLocator to the get features params

func (*GetFeaturesParams) WithContext

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

WithContext adds the context to the get features params

func (*GetFeaturesParams) WithFields

func (o *GetFeaturesParams) WithFields(fields *string) *GetFeaturesParams

WithFields adds the fields to the get features params

func (*GetFeaturesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get features params

func (*GetFeaturesParams) WithTimeout

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

WithTimeout adds the timeout to the get features params

func (*GetFeaturesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFeaturesReader

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

GetFeaturesReader is a Reader for the GetFeatures structure.

func (*GetFeaturesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRequirementSettingOK

type GetRequirementSettingOK struct {
	Payload string
}

GetRequirementSettingOK handles this case with default header values.

successful operation

func NewGetRequirementSettingOK

func NewGetRequirementSettingOK() *GetRequirementSettingOK

NewGetRequirementSettingOK creates a GetRequirementSettingOK with default headers values

func (*GetRequirementSettingOK) Error

func (o *GetRequirementSettingOK) Error() string

func (*GetRequirementSettingOK) GetPayload

func (o *GetRequirementSettingOK) GetPayload() string

type GetRequirementSettingParams

type GetRequirementSettingParams struct {

	/*AgentRequirementLocator*/
	AgentRequirementLocator string
	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string

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

GetRequirementSettingParams contains all the parameters to send to the API endpoint for the get requirement setting operation typically these are written to a http.Request

func NewGetRequirementSettingParams

func NewGetRequirementSettingParams() *GetRequirementSettingParams

NewGetRequirementSettingParams creates a new GetRequirementSettingParams object with the default values initialized.

func NewGetRequirementSettingParamsWithContext

func NewGetRequirementSettingParamsWithContext(ctx context.Context) *GetRequirementSettingParams

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

func NewGetRequirementSettingParamsWithHTTPClient

func NewGetRequirementSettingParamsWithHTTPClient(client *http.Client) *GetRequirementSettingParams

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

func NewGetRequirementSettingParamsWithTimeout

func NewGetRequirementSettingParamsWithTimeout(timeout time.Duration) *GetRequirementSettingParams

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

func (*GetRequirementSettingParams) SetAgentRequirementLocator

func (o *GetRequirementSettingParams) SetAgentRequirementLocator(agentRequirementLocator string)

SetAgentRequirementLocator adds the agentRequirementLocator to the get requirement setting params

func (*GetRequirementSettingParams) SetBtLocator

func (o *GetRequirementSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get requirement setting params

func (*GetRequirementSettingParams) SetContext

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

SetContext adds the context to the get requirement setting params

func (*GetRequirementSettingParams) SetFieldName

func (o *GetRequirementSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the get requirement setting params

func (*GetRequirementSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get requirement setting params

func (*GetRequirementSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get requirement setting params

func (*GetRequirementSettingParams) WithAgentRequirementLocator

func (o *GetRequirementSettingParams) WithAgentRequirementLocator(agentRequirementLocator string) *GetRequirementSettingParams

WithAgentRequirementLocator adds the agentRequirementLocator to the get requirement setting params

func (*GetRequirementSettingParams) WithBtLocator

func (o *GetRequirementSettingParams) WithBtLocator(btLocator string) *GetRequirementSettingParams

WithBtLocator adds the btLocator to the get requirement setting params

func (*GetRequirementSettingParams) WithContext

WithContext adds the context to the get requirement setting params

func (*GetRequirementSettingParams) WithFieldName

func (o *GetRequirementSettingParams) WithFieldName(fieldName string) *GetRequirementSettingParams

WithFieldName adds the fieldName to the get requirement setting params

func (*GetRequirementSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get requirement setting params

func (*GetRequirementSettingParams) WithTimeout

WithTimeout adds the timeout to the get requirement setting params

func (*GetRequirementSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRequirementSettingReader

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

GetRequirementSettingReader is a Reader for the GetRequirementSetting structure.

func (*GetRequirementSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSnapshotDepOK

type GetSnapshotDepOK struct {
	Payload *models.SnapshotDependency
}

GetSnapshotDepOK handles this case with default header values.

successful operation

func NewGetSnapshotDepOK

func NewGetSnapshotDepOK() *GetSnapshotDepOK

NewGetSnapshotDepOK creates a GetSnapshotDepOK with default headers values

func (*GetSnapshotDepOK) Error

func (o *GetSnapshotDepOK) Error() string

func (*GetSnapshotDepOK) GetPayload

func (o *GetSnapshotDepOK) GetPayload() *models.SnapshotDependency

type GetSnapshotDepParams

type GetSnapshotDepParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*SnapshotDepLocator*/
	SnapshotDepLocator string

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

GetSnapshotDepParams contains all the parameters to send to the API endpoint for the get snapshot dep operation typically these are written to a http.Request

func NewGetSnapshotDepParams

func NewGetSnapshotDepParams() *GetSnapshotDepParams

NewGetSnapshotDepParams creates a new GetSnapshotDepParams object with the default values initialized.

func NewGetSnapshotDepParamsWithContext

func NewGetSnapshotDepParamsWithContext(ctx context.Context) *GetSnapshotDepParams

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

func NewGetSnapshotDepParamsWithHTTPClient

func NewGetSnapshotDepParamsWithHTTPClient(client *http.Client) *GetSnapshotDepParams

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

func NewGetSnapshotDepParamsWithTimeout

func NewGetSnapshotDepParamsWithTimeout(timeout time.Duration) *GetSnapshotDepParams

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

func (*GetSnapshotDepParams) SetBtLocator

func (o *GetSnapshotDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get snapshot dep params

func (*GetSnapshotDepParams) SetContext

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

SetContext adds the context to the get snapshot dep params

func (*GetSnapshotDepParams) SetFields

func (o *GetSnapshotDepParams) SetFields(fields *string)

SetFields adds the fields to the get snapshot dep params

func (*GetSnapshotDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get snapshot dep params

func (*GetSnapshotDepParams) SetSnapshotDepLocator

func (o *GetSnapshotDepParams) SetSnapshotDepLocator(snapshotDepLocator string)

SetSnapshotDepLocator adds the snapshotDepLocator to the get snapshot dep params

func (*GetSnapshotDepParams) SetTimeout

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

SetTimeout adds the timeout to the get snapshot dep params

func (*GetSnapshotDepParams) WithBtLocator

func (o *GetSnapshotDepParams) WithBtLocator(btLocator string) *GetSnapshotDepParams

WithBtLocator adds the btLocator to the get snapshot dep params

func (*GetSnapshotDepParams) WithContext

WithContext adds the context to the get snapshot dep params

func (*GetSnapshotDepParams) WithFields

func (o *GetSnapshotDepParams) WithFields(fields *string) *GetSnapshotDepParams

WithFields adds the fields to the get snapshot dep params

func (*GetSnapshotDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get snapshot dep params

func (*GetSnapshotDepParams) WithSnapshotDepLocator

func (o *GetSnapshotDepParams) WithSnapshotDepLocator(snapshotDepLocator string) *GetSnapshotDepParams

WithSnapshotDepLocator adds the snapshotDepLocator to the get snapshot dep params

func (*GetSnapshotDepParams) WithTimeout

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

WithTimeout adds the timeout to the get snapshot dep params

func (*GetSnapshotDepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSnapshotDepReader

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

GetSnapshotDepReader is a Reader for the GetSnapshotDep structure.

func (*GetSnapshotDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSnapshotDepsOK

type GetSnapshotDepsOK struct {
	Payload *models.SnapshotDependencies
}

GetSnapshotDepsOK handles this case with default header values.

successful operation

func NewGetSnapshotDepsOK

func NewGetSnapshotDepsOK() *GetSnapshotDepsOK

NewGetSnapshotDepsOK creates a GetSnapshotDepsOK with default headers values

func (*GetSnapshotDepsOK) Error

func (o *GetSnapshotDepsOK) Error() string

func (*GetSnapshotDepsOK) GetPayload

type GetSnapshotDepsParams

type GetSnapshotDepsParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetSnapshotDepsParams contains all the parameters to send to the API endpoint for the get snapshot deps operation typically these are written to a http.Request

func NewGetSnapshotDepsParams

func NewGetSnapshotDepsParams() *GetSnapshotDepsParams

NewGetSnapshotDepsParams creates a new GetSnapshotDepsParams object with the default values initialized.

func NewGetSnapshotDepsParamsWithContext

func NewGetSnapshotDepsParamsWithContext(ctx context.Context) *GetSnapshotDepsParams

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

func NewGetSnapshotDepsParamsWithHTTPClient

func NewGetSnapshotDepsParamsWithHTTPClient(client *http.Client) *GetSnapshotDepsParams

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

func NewGetSnapshotDepsParamsWithTimeout

func NewGetSnapshotDepsParamsWithTimeout(timeout time.Duration) *GetSnapshotDepsParams

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

func (*GetSnapshotDepsParams) SetBtLocator

func (o *GetSnapshotDepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get snapshot deps params

func (*GetSnapshotDepsParams) SetContext

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

SetContext adds the context to the get snapshot deps params

func (*GetSnapshotDepsParams) SetFields

func (o *GetSnapshotDepsParams) SetFields(fields *string)

SetFields adds the fields to the get snapshot deps params

func (*GetSnapshotDepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get snapshot deps params

func (*GetSnapshotDepsParams) SetTimeout

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

SetTimeout adds the timeout to the get snapshot deps params

func (*GetSnapshotDepsParams) WithBtLocator

func (o *GetSnapshotDepsParams) WithBtLocator(btLocator string) *GetSnapshotDepsParams

WithBtLocator adds the btLocator to the get snapshot deps params

func (*GetSnapshotDepsParams) WithContext

WithContext adds the context to the get snapshot deps params

func (*GetSnapshotDepsParams) WithFields

func (o *GetSnapshotDepsParams) WithFields(fields *string) *GetSnapshotDepsParams

WithFields adds the fields to the get snapshot deps params

func (*GetSnapshotDepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get snapshot deps params

func (*GetSnapshotDepsParams) WithTimeout

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

WithTimeout adds the timeout to the get snapshot deps params

func (*GetSnapshotDepsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSnapshotDepsReader

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

GetSnapshotDepsReader is a Reader for the GetSnapshotDeps structure.

func (*GetSnapshotDepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStepOK

type GetStepOK struct {
	Payload *models.Step
}

GetStepOK handles this case with default header values.

successful operation

func NewGetStepOK

func NewGetStepOK() *GetStepOK

NewGetStepOK creates a GetStepOK with default headers values

func (*GetStepOK) Error

func (o *GetStepOK) Error() string

func (*GetStepOK) GetPayload

func (o *GetStepOK) GetPayload() *models.Step

type GetStepParameterOK

type GetStepParameterOK struct {
	Payload string
}

GetStepParameterOK handles this case with default header values.

successful operation

func NewGetStepParameterOK

func NewGetStepParameterOK() *GetStepParameterOK

NewGetStepParameterOK creates a GetStepParameterOK with default headers values

func (*GetStepParameterOK) Error

func (o *GetStepParameterOK) Error() string

func (*GetStepParameterOK) GetPayload

func (o *GetStepParameterOK) GetPayload() string

type GetStepParameterParams

type GetStepParameterParams struct {

	/*BtLocator*/
	BtLocator string
	/*ParameterName*/
	ParameterName string
	/*StepID*/
	StepID string

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

GetStepParameterParams contains all the parameters to send to the API endpoint for the get step parameter operation typically these are written to a http.Request

func NewGetStepParameterParams

func NewGetStepParameterParams() *GetStepParameterParams

NewGetStepParameterParams creates a new GetStepParameterParams object with the default values initialized.

func NewGetStepParameterParamsWithContext

func NewGetStepParameterParamsWithContext(ctx context.Context) *GetStepParameterParams

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

func NewGetStepParameterParamsWithHTTPClient

func NewGetStepParameterParamsWithHTTPClient(client *http.Client) *GetStepParameterParams

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

func NewGetStepParameterParamsWithTimeout

func NewGetStepParameterParamsWithTimeout(timeout time.Duration) *GetStepParameterParams

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

func (*GetStepParameterParams) SetBtLocator

func (o *GetStepParameterParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get step parameter params

func (*GetStepParameterParams) SetContext

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

SetContext adds the context to the get step parameter params

func (*GetStepParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get step parameter params

func (*GetStepParameterParams) SetParameterName

func (o *GetStepParameterParams) SetParameterName(parameterName string)

SetParameterName adds the parameterName to the get step parameter params

func (*GetStepParameterParams) SetStepID

func (o *GetStepParameterParams) SetStepID(stepID string)

SetStepID adds the stepId to the get step parameter params

func (*GetStepParameterParams) SetTimeout

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

SetTimeout adds the timeout to the get step parameter params

func (*GetStepParameterParams) WithBtLocator

func (o *GetStepParameterParams) WithBtLocator(btLocator string) *GetStepParameterParams

WithBtLocator adds the btLocator to the get step parameter params

func (*GetStepParameterParams) WithContext

WithContext adds the context to the get step parameter params

func (*GetStepParameterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get step parameter params

func (*GetStepParameterParams) WithParameterName

func (o *GetStepParameterParams) WithParameterName(parameterName string) *GetStepParameterParams

WithParameterName adds the parameterName to the get step parameter params

func (*GetStepParameterParams) WithStepID

func (o *GetStepParameterParams) WithStepID(stepID string) *GetStepParameterParams

WithStepID adds the stepID to the get step parameter params

func (*GetStepParameterParams) WithTimeout

WithTimeout adds the timeout to the get step parameter params

func (*GetStepParameterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStepParameterReader

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

GetStepParameterReader is a Reader for the GetStepParameter structure.

func (*GetStepParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStepParametersOK

type GetStepParametersOK struct {
	Payload *models.Properties
}

GetStepParametersOK handles this case with default header values.

successful operation

func NewGetStepParametersOK

func NewGetStepParametersOK() *GetStepParametersOK

NewGetStepParametersOK creates a GetStepParametersOK with default headers values

func (*GetStepParametersOK) Error

func (o *GetStepParametersOK) Error() string

func (*GetStepParametersOK) GetPayload

func (o *GetStepParametersOK) GetPayload() *models.Properties

type GetStepParametersParams

type GetStepParametersParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*StepID*/
	StepID string

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

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

func NewGetStepParametersParams

func NewGetStepParametersParams() *GetStepParametersParams

NewGetStepParametersParams creates a new GetStepParametersParams object with the default values initialized.

func NewGetStepParametersParamsWithContext

func NewGetStepParametersParamsWithContext(ctx context.Context) *GetStepParametersParams

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

func NewGetStepParametersParamsWithHTTPClient

func NewGetStepParametersParamsWithHTTPClient(client *http.Client) *GetStepParametersParams

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

func NewGetStepParametersParamsWithTimeout

func NewGetStepParametersParamsWithTimeout(timeout time.Duration) *GetStepParametersParams

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

func (*GetStepParametersParams) SetBtLocator

func (o *GetStepParametersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get step parameters params

func (*GetStepParametersParams) SetContext

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

SetContext adds the context to the get step parameters params

func (*GetStepParametersParams) SetFields

func (o *GetStepParametersParams) SetFields(fields *string)

SetFields adds the fields to the get step parameters params

func (*GetStepParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get step parameters params

func (*GetStepParametersParams) SetStepID

func (o *GetStepParametersParams) SetStepID(stepID string)

SetStepID adds the stepId to the get step parameters params

func (*GetStepParametersParams) SetTimeout

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

SetTimeout adds the timeout to the get step parameters params

func (*GetStepParametersParams) WithBtLocator

func (o *GetStepParametersParams) WithBtLocator(btLocator string) *GetStepParametersParams

WithBtLocator adds the btLocator to the get step parameters params

func (*GetStepParametersParams) WithContext

WithContext adds the context to the get step parameters params

func (*GetStepParametersParams) WithFields

func (o *GetStepParametersParams) WithFields(fields *string) *GetStepParametersParams

WithFields adds the fields to the get step parameters params

func (*GetStepParametersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get step parameters params

func (*GetStepParametersParams) WithStepID

WithStepID adds the stepID to the get step parameters params

func (*GetStepParametersParams) WithTimeout

WithTimeout adds the timeout to the get step parameters params

func (*GetStepParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStepParametersReader

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

GetStepParametersReader is a Reader for the GetStepParameters structure.

func (*GetStepParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStepParams

type GetStepParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*StepID*/
	StepID string

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

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

func NewGetStepParams

func NewGetStepParams() *GetStepParams

NewGetStepParams creates a new GetStepParams object with the default values initialized.

func NewGetStepParamsWithContext

func NewGetStepParamsWithContext(ctx context.Context) *GetStepParams

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

func NewGetStepParamsWithHTTPClient

func NewGetStepParamsWithHTTPClient(client *http.Client) *GetStepParams

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

func NewGetStepParamsWithTimeout

func NewGetStepParamsWithTimeout(timeout time.Duration) *GetStepParams

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

func (*GetStepParams) SetBtLocator

func (o *GetStepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get step params

func (*GetStepParams) SetContext

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

SetContext adds the context to the get step params

func (*GetStepParams) SetFields

func (o *GetStepParams) SetFields(fields *string)

SetFields adds the fields to the get step params

func (*GetStepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get step params

func (*GetStepParams) SetStepID

func (o *GetStepParams) SetStepID(stepID string)

SetStepID adds the stepId to the get step params

func (*GetStepParams) SetTimeout

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

SetTimeout adds the timeout to the get step params

func (*GetStepParams) WithBtLocator

func (o *GetStepParams) WithBtLocator(btLocator string) *GetStepParams

WithBtLocator adds the btLocator to the get step params

func (*GetStepParams) WithContext

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

WithContext adds the context to the get step params

func (*GetStepParams) WithFields

func (o *GetStepParams) WithFields(fields *string) *GetStepParams

WithFields adds the fields to the get step params

func (*GetStepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get step params

func (*GetStepParams) WithStepID

func (o *GetStepParams) WithStepID(stepID string) *GetStepParams

WithStepID adds the stepID to the get step params

func (*GetStepParams) WithTimeout

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

WithTimeout adds the timeout to the get step params

func (*GetStepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStepReader

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

GetStepReader is a Reader for the GetStep structure.

func (*GetStepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStepSettingOK

type GetStepSettingOK struct {
	Payload string
}

GetStepSettingOK handles this case with default header values.

successful operation

func NewGetStepSettingOK

func NewGetStepSettingOK() *GetStepSettingOK

NewGetStepSettingOK creates a GetStepSettingOK with default headers values

func (*GetStepSettingOK) Error

func (o *GetStepSettingOK) Error() string

func (*GetStepSettingOK) GetPayload

func (o *GetStepSettingOK) GetPayload() string

type GetStepSettingParams

type GetStepSettingParams struct {

	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string
	/*StepID*/
	StepID string

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

GetStepSettingParams contains all the parameters to send to the API endpoint for the get step setting operation typically these are written to a http.Request

func NewGetStepSettingParams

func NewGetStepSettingParams() *GetStepSettingParams

NewGetStepSettingParams creates a new GetStepSettingParams object with the default values initialized.

func NewGetStepSettingParamsWithContext

func NewGetStepSettingParamsWithContext(ctx context.Context) *GetStepSettingParams

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

func NewGetStepSettingParamsWithHTTPClient

func NewGetStepSettingParamsWithHTTPClient(client *http.Client) *GetStepSettingParams

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

func NewGetStepSettingParamsWithTimeout

func NewGetStepSettingParamsWithTimeout(timeout time.Duration) *GetStepSettingParams

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

func (*GetStepSettingParams) SetBtLocator

func (o *GetStepSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get step setting params

func (*GetStepSettingParams) SetContext

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

SetContext adds the context to the get step setting params

func (*GetStepSettingParams) SetFieldName

func (o *GetStepSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the get step setting params

func (*GetStepSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get step setting params

func (*GetStepSettingParams) SetStepID

func (o *GetStepSettingParams) SetStepID(stepID string)

SetStepID adds the stepId to the get step setting params

func (*GetStepSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get step setting params

func (*GetStepSettingParams) WithBtLocator

func (o *GetStepSettingParams) WithBtLocator(btLocator string) *GetStepSettingParams

WithBtLocator adds the btLocator to the get step setting params

func (*GetStepSettingParams) WithContext

WithContext adds the context to the get step setting params

func (*GetStepSettingParams) WithFieldName

func (o *GetStepSettingParams) WithFieldName(fieldName string) *GetStepSettingParams

WithFieldName adds the fieldName to the get step setting params

func (*GetStepSettingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get step setting params

func (*GetStepSettingParams) WithStepID

func (o *GetStepSettingParams) WithStepID(stepID string) *GetStepSettingParams

WithStepID adds the stepID to the get step setting params

func (*GetStepSettingParams) WithTimeout

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

WithTimeout adds the timeout to the get step setting params

func (*GetStepSettingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStepSettingReader

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

GetStepSettingReader is a Reader for the GetStepSetting structure.

func (*GetStepSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStepsOK

type GetStepsOK struct {
	Payload *models.Steps
}

GetStepsOK handles this case with default header values.

successful operation

func NewGetStepsOK

func NewGetStepsOK() *GetStepsOK

NewGetStepsOK creates a GetStepsOK with default headers values

func (*GetStepsOK) Error

func (o *GetStepsOK) Error() string

func (*GetStepsOK) GetPayload

func (o *GetStepsOK) GetPayload() *models.Steps

type GetStepsParams

type GetStepsParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetStepsParams

func NewGetStepsParams() *GetStepsParams

NewGetStepsParams creates a new GetStepsParams object with the default values initialized.

func NewGetStepsParamsWithContext

func NewGetStepsParamsWithContext(ctx context.Context) *GetStepsParams

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

func NewGetStepsParamsWithHTTPClient

func NewGetStepsParamsWithHTTPClient(client *http.Client) *GetStepsParams

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

func NewGetStepsParamsWithTimeout

func NewGetStepsParamsWithTimeout(timeout time.Duration) *GetStepsParams

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

func (*GetStepsParams) SetBtLocator

func (o *GetStepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get steps params

func (*GetStepsParams) SetContext

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

SetContext adds the context to the get steps params

func (*GetStepsParams) SetFields

func (o *GetStepsParams) SetFields(fields *string)

SetFields adds the fields to the get steps params

func (*GetStepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get steps params

func (*GetStepsParams) SetTimeout

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

SetTimeout adds the timeout to the get steps params

func (*GetStepsParams) WithBtLocator

func (o *GetStepsParams) WithBtLocator(btLocator string) *GetStepsParams

WithBtLocator adds the btLocator to the get steps params

func (*GetStepsParams) WithContext

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

WithContext adds the context to the get steps params

func (*GetStepsParams) WithFields

func (o *GetStepsParams) WithFields(fields *string) *GetStepsParams

WithFields adds the fields to the get steps params

func (*GetStepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get steps params

func (*GetStepsParams) WithTimeout

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

WithTimeout adds the timeout to the get steps params

func (*GetStepsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStepsReader

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

GetStepsReader is a Reader for the GetSteps structure.

func (*GetStepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTemplateOK

type GetTemplateOK struct {
	Payload *models.BuildType
}

GetTemplateOK handles this case with default header values.

successful operation

func NewGetTemplateOK

func NewGetTemplateOK() *GetTemplateOK

NewGetTemplateOK creates a GetTemplateOK with default headers values

func (*GetTemplateOK) Error

func (o *GetTemplateOK) Error() string

func (*GetTemplateOK) GetPayload

func (o *GetTemplateOK) GetPayload() *models.BuildType

type GetTemplateParams

type GetTemplateParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*TemplateLocator*/
	TemplateLocator string

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

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

func NewGetTemplateParams

func NewGetTemplateParams() *GetTemplateParams

NewGetTemplateParams creates a new GetTemplateParams object with the default values initialized.

func NewGetTemplateParamsWithContext

func NewGetTemplateParamsWithContext(ctx context.Context) *GetTemplateParams

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

func NewGetTemplateParamsWithHTTPClient

func NewGetTemplateParamsWithHTTPClient(client *http.Client) *GetTemplateParams

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

func NewGetTemplateParamsWithTimeout

func NewGetTemplateParamsWithTimeout(timeout time.Duration) *GetTemplateParams

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

func (*GetTemplateParams) SetBtLocator

func (o *GetTemplateParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get template params

func (*GetTemplateParams) SetContext

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

SetContext adds the context to the get template params

func (*GetTemplateParams) SetFields

func (o *GetTemplateParams) SetFields(fields *string)

SetFields adds the fields to the get template params

func (*GetTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get template params

func (*GetTemplateParams) SetTemplateLocator

func (o *GetTemplateParams) SetTemplateLocator(templateLocator string)

SetTemplateLocator adds the templateLocator to the get template params

func (*GetTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get template params

func (*GetTemplateParams) WithBtLocator

func (o *GetTemplateParams) WithBtLocator(btLocator string) *GetTemplateParams

WithBtLocator adds the btLocator to the get template params

func (*GetTemplateParams) WithContext

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

WithContext adds the context to the get template params

func (*GetTemplateParams) WithFields

func (o *GetTemplateParams) WithFields(fields *string) *GetTemplateParams

WithFields adds the fields to the get template params

func (*GetTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get template params

func (*GetTemplateParams) WithTemplateLocator

func (o *GetTemplateParams) WithTemplateLocator(templateLocator string) *GetTemplateParams

WithTemplateLocator adds the templateLocator to the get template params

func (*GetTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the get template params

func (*GetTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTemplateReader

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

GetTemplateReader is a Reader for the GetTemplate structure.

func (*GetTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTemplatesOK

type GetTemplatesOK struct {
	Payload *models.BuildTypes
}

GetTemplatesOK handles this case with default header values.

successful operation

func NewGetTemplatesOK

func NewGetTemplatesOK() *GetTemplatesOK

NewGetTemplatesOK creates a GetTemplatesOK with default headers values

func (*GetTemplatesOK) Error

func (o *GetTemplatesOK) Error() string

func (*GetTemplatesOK) GetPayload

func (o *GetTemplatesOK) GetPayload() *models.BuildTypes

type GetTemplatesParams

type GetTemplatesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetTemplatesParams

func NewGetTemplatesParams() *GetTemplatesParams

NewGetTemplatesParams creates a new GetTemplatesParams object with the default values initialized.

func NewGetTemplatesParamsWithContext

func NewGetTemplatesParamsWithContext(ctx context.Context) *GetTemplatesParams

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

func NewGetTemplatesParamsWithHTTPClient

func NewGetTemplatesParamsWithHTTPClient(client *http.Client) *GetTemplatesParams

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

func NewGetTemplatesParamsWithTimeout

func NewGetTemplatesParamsWithTimeout(timeout time.Duration) *GetTemplatesParams

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

func (*GetTemplatesParams) SetBtLocator

func (o *GetTemplatesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get templates params

func (*GetTemplatesParams) SetContext

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

SetContext adds the context to the get templates params

func (*GetTemplatesParams) SetFields

func (o *GetTemplatesParams) SetFields(fields *string)

SetFields adds the fields to the get templates params

func (*GetTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get templates params

func (*GetTemplatesParams) SetTimeout

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

SetTimeout adds the timeout to the get templates params

func (*GetTemplatesParams) WithBtLocator

func (o *GetTemplatesParams) WithBtLocator(btLocator string) *GetTemplatesParams

WithBtLocator adds the btLocator to the get templates params

func (*GetTemplatesParams) WithContext

WithContext adds the context to the get templates params

func (*GetTemplatesParams) WithFields

func (o *GetTemplatesParams) WithFields(fields *string) *GetTemplatesParams

WithFields adds the fields to the get templates params

func (*GetTemplatesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get templates params

func (*GetTemplatesParams) WithTimeout

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

WithTimeout adds the timeout to the get templates params

func (*GetTemplatesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTemplatesReader

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

GetTemplatesReader is a Reader for the GetTemplates structure.

func (*GetTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTriggerOK

type GetTriggerOK struct {
	Payload *models.Trigger
}

GetTriggerOK handles this case with default header values.

successful operation

func NewGetTriggerOK

func NewGetTriggerOK() *GetTriggerOK

NewGetTriggerOK creates a GetTriggerOK with default headers values

func (*GetTriggerOK) Error

func (o *GetTriggerOK) Error() string

func (*GetTriggerOK) GetPayload

func (o *GetTriggerOK) GetPayload() *models.Trigger

type GetTriggerParams

type GetTriggerParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*TriggerLocator*/
	TriggerLocator string

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

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

func NewGetTriggerParams

func NewGetTriggerParams() *GetTriggerParams

NewGetTriggerParams creates a new GetTriggerParams object with the default values initialized.

func NewGetTriggerParamsWithContext

func NewGetTriggerParamsWithContext(ctx context.Context) *GetTriggerParams

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

func NewGetTriggerParamsWithHTTPClient

func NewGetTriggerParamsWithHTTPClient(client *http.Client) *GetTriggerParams

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

func NewGetTriggerParamsWithTimeout

func NewGetTriggerParamsWithTimeout(timeout time.Duration) *GetTriggerParams

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

func (*GetTriggerParams) SetBtLocator

func (o *GetTriggerParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get trigger params

func (*GetTriggerParams) SetContext

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

SetContext adds the context to the get trigger params

func (*GetTriggerParams) SetFields

func (o *GetTriggerParams) SetFields(fields *string)

SetFields adds the fields to the get trigger params

func (*GetTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get trigger params

func (*GetTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the get trigger params

func (*GetTriggerParams) SetTriggerLocator

func (o *GetTriggerParams) SetTriggerLocator(triggerLocator string)

SetTriggerLocator adds the triggerLocator to the get trigger params

func (*GetTriggerParams) WithBtLocator

func (o *GetTriggerParams) WithBtLocator(btLocator string) *GetTriggerParams

WithBtLocator adds the btLocator to the get trigger params

func (*GetTriggerParams) WithContext

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

WithContext adds the context to the get trigger params

func (*GetTriggerParams) WithFields

func (o *GetTriggerParams) WithFields(fields *string) *GetTriggerParams

WithFields adds the fields to the get trigger params

func (*GetTriggerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get trigger params

func (*GetTriggerParams) WithTimeout

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

WithTimeout adds the timeout to the get trigger params

func (*GetTriggerParams) WithTriggerLocator

func (o *GetTriggerParams) WithTriggerLocator(triggerLocator string) *GetTriggerParams

WithTriggerLocator adds the triggerLocator to the get trigger params

func (*GetTriggerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTriggerReader

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

GetTriggerReader is a Reader for the GetTrigger structure.

func (*GetTriggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTriggerSettingOK

type GetTriggerSettingOK struct {
	Payload string
}

GetTriggerSettingOK handles this case with default header values.

successful operation

func NewGetTriggerSettingOK

func NewGetTriggerSettingOK() *GetTriggerSettingOK

NewGetTriggerSettingOK creates a GetTriggerSettingOK with default headers values

func (*GetTriggerSettingOK) Error

func (o *GetTriggerSettingOK) Error() string

func (*GetTriggerSettingOK) GetPayload

func (o *GetTriggerSettingOK) GetPayload() string

type GetTriggerSettingParams

type GetTriggerSettingParams struct {

	/*BtLocator*/
	BtLocator string
	/*FieldName*/
	FieldName string
	/*TriggerLocator*/
	TriggerLocator string

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

GetTriggerSettingParams contains all the parameters to send to the API endpoint for the get trigger setting operation typically these are written to a http.Request

func NewGetTriggerSettingParams

func NewGetTriggerSettingParams() *GetTriggerSettingParams

NewGetTriggerSettingParams creates a new GetTriggerSettingParams object with the default values initialized.

func NewGetTriggerSettingParamsWithContext

func NewGetTriggerSettingParamsWithContext(ctx context.Context) *GetTriggerSettingParams

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

func NewGetTriggerSettingParamsWithHTTPClient

func NewGetTriggerSettingParamsWithHTTPClient(client *http.Client) *GetTriggerSettingParams

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

func NewGetTriggerSettingParamsWithTimeout

func NewGetTriggerSettingParamsWithTimeout(timeout time.Duration) *GetTriggerSettingParams

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

func (*GetTriggerSettingParams) SetBtLocator

func (o *GetTriggerSettingParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get trigger setting params

func (*GetTriggerSettingParams) SetContext

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

SetContext adds the context to the get trigger setting params

func (*GetTriggerSettingParams) SetFieldName

func (o *GetTriggerSettingParams) SetFieldName(fieldName string)

SetFieldName adds the fieldName to the get trigger setting params

func (*GetTriggerSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get trigger setting params

func (*GetTriggerSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get trigger setting params

func (*GetTriggerSettingParams) SetTriggerLocator

func (o *GetTriggerSettingParams) SetTriggerLocator(triggerLocator string)

SetTriggerLocator adds the triggerLocator to the get trigger setting params

func (*GetTriggerSettingParams) WithBtLocator

func (o *GetTriggerSettingParams) WithBtLocator(btLocator string) *GetTriggerSettingParams

WithBtLocator adds the btLocator to the get trigger setting params

func (*GetTriggerSettingParams) WithContext

WithContext adds the context to the get trigger setting params

func (*GetTriggerSettingParams) WithFieldName

func (o *GetTriggerSettingParams) WithFieldName(fieldName string) *GetTriggerSettingParams

WithFieldName adds the fieldName to the get trigger setting params

func (*GetTriggerSettingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get trigger setting params

func (*GetTriggerSettingParams) WithTimeout

WithTimeout adds the timeout to the get trigger setting params

func (*GetTriggerSettingParams) WithTriggerLocator

func (o *GetTriggerSettingParams) WithTriggerLocator(triggerLocator string) *GetTriggerSettingParams

WithTriggerLocator adds the triggerLocator to the get trigger setting params

func (*GetTriggerSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTriggerSettingReader

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

GetTriggerSettingReader is a Reader for the GetTriggerSetting structure.

func (*GetTriggerSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTriggersOK

type GetTriggersOK struct {
	Payload *models.Triggers
}

GetTriggersOK handles this case with default header values.

successful operation

func NewGetTriggersOK

func NewGetTriggersOK() *GetTriggersOK

NewGetTriggersOK creates a GetTriggersOK with default headers values

func (*GetTriggersOK) Error

func (o *GetTriggersOK) Error() string

func (*GetTriggersOK) GetPayload

func (o *GetTriggersOK) GetPayload() *models.Triggers

type GetTriggersParams

type GetTriggersParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetTriggersParams

func NewGetTriggersParams() *GetTriggersParams

NewGetTriggersParams creates a new GetTriggersParams object with the default values initialized.

func NewGetTriggersParamsWithContext

func NewGetTriggersParamsWithContext(ctx context.Context) *GetTriggersParams

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

func NewGetTriggersParamsWithHTTPClient

func NewGetTriggersParamsWithHTTPClient(client *http.Client) *GetTriggersParams

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

func NewGetTriggersParamsWithTimeout

func NewGetTriggersParamsWithTimeout(timeout time.Duration) *GetTriggersParams

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

func (*GetTriggersParams) SetBtLocator

func (o *GetTriggersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get triggers params

func (*GetTriggersParams) SetContext

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

SetContext adds the context to the get triggers params

func (*GetTriggersParams) SetFields

func (o *GetTriggersParams) SetFields(fields *string)

SetFields adds the fields to the get triggers params

func (*GetTriggersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get triggers params

func (*GetTriggersParams) SetTimeout

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

SetTimeout adds the timeout to the get triggers params

func (*GetTriggersParams) WithBtLocator

func (o *GetTriggersParams) WithBtLocator(btLocator string) *GetTriggersParams

WithBtLocator adds the btLocator to the get triggers params

func (*GetTriggersParams) WithContext

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

WithContext adds the context to the get triggers params

func (*GetTriggersParams) WithFields

func (o *GetTriggersParams) WithFields(fields *string) *GetTriggersParams

WithFields adds the fields to the get triggers params

func (*GetTriggersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get triggers params

func (*GetTriggersParams) WithTimeout

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

WithTimeout adds the timeout to the get triggers params

func (*GetTriggersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTriggersReader

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

GetTriggersReader is a Reader for the GetTriggers structure.

func (*GetTriggersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVCSLabelingOptionsOK

type GetVCSLabelingOptionsOK struct {
	Payload *models.VcsLabeling
}

GetVCSLabelingOptionsOK handles this case with default header values.

successful operation

func NewGetVCSLabelingOptionsOK

func NewGetVCSLabelingOptionsOK() *GetVCSLabelingOptionsOK

NewGetVCSLabelingOptionsOK creates a GetVCSLabelingOptionsOK with default headers values

func (*GetVCSLabelingOptionsOK) Error

func (o *GetVCSLabelingOptionsOK) Error() string

func (*GetVCSLabelingOptionsOK) GetPayload

func (o *GetVCSLabelingOptionsOK) GetPayload() *models.VcsLabeling

type GetVCSLabelingOptionsParams

type GetVCSLabelingOptionsParams struct {

	/*BtLocator*/
	BtLocator string

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

GetVCSLabelingOptionsParams contains all the parameters to send to the API endpoint for the get v c s labeling options operation typically these are written to a http.Request

func NewGetVCSLabelingOptionsParams

func NewGetVCSLabelingOptionsParams() *GetVCSLabelingOptionsParams

NewGetVCSLabelingOptionsParams creates a new GetVCSLabelingOptionsParams object with the default values initialized.

func NewGetVCSLabelingOptionsParamsWithContext

func NewGetVCSLabelingOptionsParamsWithContext(ctx context.Context) *GetVCSLabelingOptionsParams

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

func NewGetVCSLabelingOptionsParamsWithHTTPClient

func NewGetVCSLabelingOptionsParamsWithHTTPClient(client *http.Client) *GetVCSLabelingOptionsParams

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

func NewGetVCSLabelingOptionsParamsWithTimeout

func NewGetVCSLabelingOptionsParamsWithTimeout(timeout time.Duration) *GetVCSLabelingOptionsParams

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

func (*GetVCSLabelingOptionsParams) SetBtLocator

func (o *GetVCSLabelingOptionsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) SetContext

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

SetContext adds the context to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) SetTimeout

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

SetTimeout adds the timeout to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) WithBtLocator

func (o *GetVCSLabelingOptionsParams) WithBtLocator(btLocator string) *GetVCSLabelingOptionsParams

WithBtLocator adds the btLocator to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) WithContext

WithContext adds the context to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) WithTimeout

WithTimeout adds the timeout to the get v c s labeling options params

func (*GetVCSLabelingOptionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVCSLabelingOptionsReader

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

GetVCSLabelingOptionsReader is a Reader for the GetVCSLabelingOptions structure.

func (*GetVCSLabelingOptionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVcsRootEntriesOK

type GetVcsRootEntriesOK struct {
	Payload *models.VcsRootEntries
}

GetVcsRootEntriesOK handles this case with default header values.

successful operation

func NewGetVcsRootEntriesOK

func NewGetVcsRootEntriesOK() *GetVcsRootEntriesOK

NewGetVcsRootEntriesOK creates a GetVcsRootEntriesOK with default headers values

func (*GetVcsRootEntriesOK) Error

func (o *GetVcsRootEntriesOK) Error() string

func (*GetVcsRootEntriesOK) GetPayload

func (o *GetVcsRootEntriesOK) GetPayload() *models.VcsRootEntries

type GetVcsRootEntriesParams

type GetVcsRootEntriesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

GetVcsRootEntriesParams contains all the parameters to send to the API endpoint for the get vcs root entries operation typically these are written to a http.Request

func NewGetVcsRootEntriesParams

func NewGetVcsRootEntriesParams() *GetVcsRootEntriesParams

NewGetVcsRootEntriesParams creates a new GetVcsRootEntriesParams object with the default values initialized.

func NewGetVcsRootEntriesParamsWithContext

func NewGetVcsRootEntriesParamsWithContext(ctx context.Context) *GetVcsRootEntriesParams

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

func NewGetVcsRootEntriesParamsWithHTTPClient

func NewGetVcsRootEntriesParamsWithHTTPClient(client *http.Client) *GetVcsRootEntriesParams

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

func NewGetVcsRootEntriesParamsWithTimeout

func NewGetVcsRootEntriesParamsWithTimeout(timeout time.Duration) *GetVcsRootEntriesParams

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

func (*GetVcsRootEntriesParams) SetBtLocator

func (o *GetVcsRootEntriesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get vcs root entries params

func (*GetVcsRootEntriesParams) SetContext

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

SetContext adds the context to the get vcs root entries params

func (*GetVcsRootEntriesParams) SetFields

func (o *GetVcsRootEntriesParams) SetFields(fields *string)

SetFields adds the fields to the get vcs root entries params

func (*GetVcsRootEntriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vcs root entries params

func (*GetVcsRootEntriesParams) SetTimeout

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

SetTimeout adds the timeout to the get vcs root entries params

func (*GetVcsRootEntriesParams) WithBtLocator

func (o *GetVcsRootEntriesParams) WithBtLocator(btLocator string) *GetVcsRootEntriesParams

WithBtLocator adds the btLocator to the get vcs root entries params

func (*GetVcsRootEntriesParams) WithContext

WithContext adds the context to the get vcs root entries params

func (*GetVcsRootEntriesParams) WithFields

func (o *GetVcsRootEntriesParams) WithFields(fields *string) *GetVcsRootEntriesParams

WithFields adds the fields to the get vcs root entries params

func (*GetVcsRootEntriesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vcs root entries params

func (*GetVcsRootEntriesParams) WithTimeout

WithTimeout adds the timeout to the get vcs root entries params

func (*GetVcsRootEntriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVcsRootEntriesReader

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

GetVcsRootEntriesReader is a Reader for the GetVcsRootEntries structure.

func (*GetVcsRootEntriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVcsRootEntryCheckoutRulesOK

type GetVcsRootEntryCheckoutRulesOK struct {
	Payload string
}

GetVcsRootEntryCheckoutRulesOK handles this case with default header values.

successful operation

func NewGetVcsRootEntryCheckoutRulesOK

func NewGetVcsRootEntryCheckoutRulesOK() *GetVcsRootEntryCheckoutRulesOK

NewGetVcsRootEntryCheckoutRulesOK creates a GetVcsRootEntryCheckoutRulesOK with default headers values

func (*GetVcsRootEntryCheckoutRulesOK) Error

func (*GetVcsRootEntryCheckoutRulesOK) GetPayload

func (o *GetVcsRootEntryCheckoutRulesOK) GetPayload() string

type GetVcsRootEntryCheckoutRulesParams

type GetVcsRootEntryCheckoutRulesParams struct {

	/*BtLocator*/
	BtLocator string
	/*VcsRootLocator*/
	VcsRootLocator string

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

GetVcsRootEntryCheckoutRulesParams contains all the parameters to send to the API endpoint for the get vcs root entry checkout rules operation typically these are written to a http.Request

func NewGetVcsRootEntryCheckoutRulesParams

func NewGetVcsRootEntryCheckoutRulesParams() *GetVcsRootEntryCheckoutRulesParams

NewGetVcsRootEntryCheckoutRulesParams creates a new GetVcsRootEntryCheckoutRulesParams object with the default values initialized.

func NewGetVcsRootEntryCheckoutRulesParamsWithContext

func NewGetVcsRootEntryCheckoutRulesParamsWithContext(ctx context.Context) *GetVcsRootEntryCheckoutRulesParams

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

func NewGetVcsRootEntryCheckoutRulesParamsWithHTTPClient

func NewGetVcsRootEntryCheckoutRulesParamsWithHTTPClient(client *http.Client) *GetVcsRootEntryCheckoutRulesParams

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

func NewGetVcsRootEntryCheckoutRulesParamsWithTimeout

func NewGetVcsRootEntryCheckoutRulesParamsWithTimeout(timeout time.Duration) *GetVcsRootEntryCheckoutRulesParams

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

func (*GetVcsRootEntryCheckoutRulesParams) SetBtLocator

func (o *GetVcsRootEntryCheckoutRulesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) SetContext

SetContext adds the context to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) SetTimeout

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

SetTimeout adds the timeout to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) SetVcsRootLocator

func (o *GetVcsRootEntryCheckoutRulesParams) SetVcsRootLocator(vcsRootLocator string)

SetVcsRootLocator adds the vcsRootLocator to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WithBtLocator

WithBtLocator adds the btLocator to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WithContext

WithContext adds the context to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WithTimeout

WithTimeout adds the timeout to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WithVcsRootLocator

func (o *GetVcsRootEntryCheckoutRulesParams) WithVcsRootLocator(vcsRootLocator string) *GetVcsRootEntryCheckoutRulesParams

WithVcsRootLocator adds the vcsRootLocator to the get vcs root entry checkout rules params

func (*GetVcsRootEntryCheckoutRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVcsRootEntryCheckoutRulesReader

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

GetVcsRootEntryCheckoutRulesReader is a Reader for the GetVcsRootEntryCheckoutRules structure.

func (*GetVcsRootEntryCheckoutRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVcsRootEntryOK

type GetVcsRootEntryOK struct {
	Payload *models.VcsRootEntry
}

GetVcsRootEntryOK handles this case with default header values.

successful operation

func NewGetVcsRootEntryOK

func NewGetVcsRootEntryOK() *GetVcsRootEntryOK

NewGetVcsRootEntryOK creates a GetVcsRootEntryOK with default headers values

func (*GetVcsRootEntryOK) Error

func (o *GetVcsRootEntryOK) Error() string

func (*GetVcsRootEntryOK) GetPayload

func (o *GetVcsRootEntryOK) GetPayload() *models.VcsRootEntry

type GetVcsRootEntryParams

type GetVcsRootEntryParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*VcsRootLocator*/
	VcsRootLocator string

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

GetVcsRootEntryParams contains all the parameters to send to the API endpoint for the get vcs root entry operation typically these are written to a http.Request

func NewGetVcsRootEntryParams

func NewGetVcsRootEntryParams() *GetVcsRootEntryParams

NewGetVcsRootEntryParams creates a new GetVcsRootEntryParams object with the default values initialized.

func NewGetVcsRootEntryParamsWithContext

func NewGetVcsRootEntryParamsWithContext(ctx context.Context) *GetVcsRootEntryParams

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

func NewGetVcsRootEntryParamsWithHTTPClient

func NewGetVcsRootEntryParamsWithHTTPClient(client *http.Client) *GetVcsRootEntryParams

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

func NewGetVcsRootEntryParamsWithTimeout

func NewGetVcsRootEntryParamsWithTimeout(timeout time.Duration) *GetVcsRootEntryParams

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

func (*GetVcsRootEntryParams) SetBtLocator

func (o *GetVcsRootEntryParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the get vcs root entry params

func (*GetVcsRootEntryParams) SetContext

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

SetContext adds the context to the get vcs root entry params

func (*GetVcsRootEntryParams) SetFields

func (o *GetVcsRootEntryParams) SetFields(fields *string)

SetFields adds the fields to the get vcs root entry params

func (*GetVcsRootEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vcs root entry params

func (*GetVcsRootEntryParams) SetTimeout

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

SetTimeout adds the timeout to the get vcs root entry params

func (*GetVcsRootEntryParams) SetVcsRootLocator

func (o *GetVcsRootEntryParams) SetVcsRootLocator(vcsRootLocator string)

SetVcsRootLocator adds the vcsRootLocator to the get vcs root entry params

func (*GetVcsRootEntryParams) WithBtLocator

func (o *GetVcsRootEntryParams) WithBtLocator(btLocator string) *GetVcsRootEntryParams

WithBtLocator adds the btLocator to the get vcs root entry params

func (*GetVcsRootEntryParams) WithContext

WithContext adds the context to the get vcs root entry params

func (*GetVcsRootEntryParams) WithFields

func (o *GetVcsRootEntryParams) WithFields(fields *string) *GetVcsRootEntryParams

WithFields adds the fields to the get vcs root entry params

func (*GetVcsRootEntryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vcs root entry params

func (*GetVcsRootEntryParams) WithTimeout

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

WithTimeout adds the timeout to the get vcs root entry params

func (*GetVcsRootEntryParams) WithVcsRootLocator

func (o *GetVcsRootEntryParams) WithVcsRootLocator(vcsRootLocator string) *GetVcsRootEntryParams

WithVcsRootLocator adds the vcsRootLocator to the get vcs root entry params

func (*GetVcsRootEntryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetVcsRootEntryReader

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

GetVcsRootEntryReader is a Reader for the GetVcsRootEntry structure.

func (*GetVcsRootEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAppRestBuildTypesBtLocatorParametersNameOK

type PutAppRestBuildTypesBtLocatorParametersNameOK struct {
	Payload *models.Property
}

PutAppRestBuildTypesBtLocatorParametersNameOK handles this case with default header values.

successful operation

func NewPutAppRestBuildTypesBtLocatorParametersNameOK

func NewPutAppRestBuildTypesBtLocatorParametersNameOK() *PutAppRestBuildTypesBtLocatorParametersNameOK

NewPutAppRestBuildTypesBtLocatorParametersNameOK creates a PutAppRestBuildTypesBtLocatorParametersNameOK with default headers values

func (*PutAppRestBuildTypesBtLocatorParametersNameOK) Error

func (*PutAppRestBuildTypesBtLocatorParametersNameOK) GetPayload

type PutAppRestBuildTypesBtLocatorParametersNameParams

type PutAppRestBuildTypesBtLocatorParametersNameParams struct {

	/*Body*/
	Body *models.Property
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string

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

PutAppRestBuildTypesBtLocatorParametersNameParams contains all the parameters to send to the API endpoint for the put app rest build types bt locator parameters name operation typically these are written to a http.Request

func NewPutAppRestBuildTypesBtLocatorParametersNameParams

func NewPutAppRestBuildTypesBtLocatorParametersNameParams() *PutAppRestBuildTypesBtLocatorParametersNameParams

NewPutAppRestBuildTypesBtLocatorParametersNameParams creates a new PutAppRestBuildTypesBtLocatorParametersNameParams object with the default values initialized.

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithContext

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithContext(ctx context.Context) *PutAppRestBuildTypesBtLocatorParametersNameParams

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

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithHTTPClient

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithHTTPClient(client *http.Client) *PutAppRestBuildTypesBtLocatorParametersNameParams

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

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithTimeout

func NewPutAppRestBuildTypesBtLocatorParametersNameParamsWithTimeout(timeout time.Duration) *PutAppRestBuildTypesBtLocatorParametersNameParams

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

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetBody

SetBody adds the body to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetBtLocator

func (o *PutAppRestBuildTypesBtLocatorParametersNameParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetContext

SetContext adds the context to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetFields

SetFields adds the fields to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetName

SetName adds the name to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) SetTimeout

SetTimeout adds the timeout to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithBody

WithBody adds the body to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithBtLocator

WithBtLocator adds the btLocator to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithContext

WithContext adds the context to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithFields

WithFields adds the fields to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithName

WithName adds the name to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WithTimeout

WithTimeout adds the timeout to the put app rest build types bt locator parameters name params

func (*PutAppRestBuildTypesBtLocatorParametersNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAppRestBuildTypesBtLocatorParametersNameReader

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

PutAppRestBuildTypesBtLocatorParametersNameReader is a Reader for the PutAppRestBuildTypesBtLocatorParametersName structure.

func (*PutAppRestBuildTypesBtLocatorParametersNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAppRestBuildTypesBtLocatorSettingsNameOK

type PutAppRestBuildTypesBtLocatorSettingsNameOK struct {
	Payload *models.Property
}

PutAppRestBuildTypesBtLocatorSettingsNameOK handles this case with default header values.

successful operation

func NewPutAppRestBuildTypesBtLocatorSettingsNameOK

func NewPutAppRestBuildTypesBtLocatorSettingsNameOK() *PutAppRestBuildTypesBtLocatorSettingsNameOK

NewPutAppRestBuildTypesBtLocatorSettingsNameOK creates a PutAppRestBuildTypesBtLocatorSettingsNameOK with default headers values

func (*PutAppRestBuildTypesBtLocatorSettingsNameOK) Error

func (*PutAppRestBuildTypesBtLocatorSettingsNameOK) GetPayload

type PutAppRestBuildTypesBtLocatorSettingsNameParams

type PutAppRestBuildTypesBtLocatorSettingsNameParams struct {

	/*Body*/
	Body *models.Property
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string

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

PutAppRestBuildTypesBtLocatorSettingsNameParams contains all the parameters to send to the API endpoint for the put app rest build types bt locator settings name operation typically these are written to a http.Request

func NewPutAppRestBuildTypesBtLocatorSettingsNameParams

func NewPutAppRestBuildTypesBtLocatorSettingsNameParams() *PutAppRestBuildTypesBtLocatorSettingsNameParams

NewPutAppRestBuildTypesBtLocatorSettingsNameParams creates a new PutAppRestBuildTypesBtLocatorSettingsNameParams object with the default values initialized.

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithContext

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithContext(ctx context.Context) *PutAppRestBuildTypesBtLocatorSettingsNameParams

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

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithHTTPClient

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithHTTPClient(client *http.Client) *PutAppRestBuildTypesBtLocatorSettingsNameParams

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

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithTimeout

func NewPutAppRestBuildTypesBtLocatorSettingsNameParamsWithTimeout(timeout time.Duration) *PutAppRestBuildTypesBtLocatorSettingsNameParams

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

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetBody

SetBody adds the body to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetBtLocator

func (o *PutAppRestBuildTypesBtLocatorSettingsNameParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetContext

SetContext adds the context to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetFields

SetFields adds the fields to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetName

SetName adds the name to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) SetTimeout

SetTimeout adds the timeout to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithBody

WithBody adds the body to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithBtLocator

WithBtLocator adds the btLocator to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithContext

WithContext adds the context to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithFields

WithFields adds the fields to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithName

WithName adds the name to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WithTimeout

WithTimeout adds the timeout to the put app rest build types bt locator settings name params

func (*PutAppRestBuildTypesBtLocatorSettingsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAppRestBuildTypesBtLocatorSettingsNameReader

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

PutAppRestBuildTypesBtLocatorSettingsNameReader is a Reader for the PutAppRestBuildTypesBtLocatorSettingsName structure.

func (*PutAppRestBuildTypesBtLocatorSettingsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveAllTemplatesDefault

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

RemoveAllTemplatesDefault handles this case with default header values.

successful operation

func NewRemoveAllTemplatesDefault

func NewRemoveAllTemplatesDefault(code int) *RemoveAllTemplatesDefault

NewRemoveAllTemplatesDefault creates a RemoveAllTemplatesDefault with default headers values

func (*RemoveAllTemplatesDefault) Code

func (o *RemoveAllTemplatesDefault) Code() int

Code gets the status code for the remove all templates default response

func (*RemoveAllTemplatesDefault) Error

func (o *RemoveAllTemplatesDefault) Error() string

type RemoveAllTemplatesParams

type RemoveAllTemplatesParams struct {

	/*BtLocator*/
	BtLocator string
	/*InlineSettings*/
	InlineSettings *bool

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

RemoveAllTemplatesParams contains all the parameters to send to the API endpoint for the remove all templates operation typically these are written to a http.Request

func NewRemoveAllTemplatesParams

func NewRemoveAllTemplatesParams() *RemoveAllTemplatesParams

NewRemoveAllTemplatesParams creates a new RemoveAllTemplatesParams object with the default values initialized.

func NewRemoveAllTemplatesParamsWithContext

func NewRemoveAllTemplatesParamsWithContext(ctx context.Context) *RemoveAllTemplatesParams

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

func NewRemoveAllTemplatesParamsWithHTTPClient

func NewRemoveAllTemplatesParamsWithHTTPClient(client *http.Client) *RemoveAllTemplatesParams

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

func NewRemoveAllTemplatesParamsWithTimeout

func NewRemoveAllTemplatesParamsWithTimeout(timeout time.Duration) *RemoveAllTemplatesParams

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

func (*RemoveAllTemplatesParams) SetBtLocator

func (o *RemoveAllTemplatesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the remove all templates params

func (*RemoveAllTemplatesParams) SetContext

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

SetContext adds the context to the remove all templates params

func (*RemoveAllTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove all templates params

func (*RemoveAllTemplatesParams) SetInlineSettings

func (o *RemoveAllTemplatesParams) SetInlineSettings(inlineSettings *bool)

SetInlineSettings adds the inlineSettings to the remove all templates params

func (*RemoveAllTemplatesParams) SetTimeout

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

SetTimeout adds the timeout to the remove all templates params

func (*RemoveAllTemplatesParams) WithBtLocator

func (o *RemoveAllTemplatesParams) WithBtLocator(btLocator string) *RemoveAllTemplatesParams

WithBtLocator adds the btLocator to the remove all templates params

func (*RemoveAllTemplatesParams) WithContext

WithContext adds the context to the remove all templates params

func (*RemoveAllTemplatesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove all templates params

func (*RemoveAllTemplatesParams) WithInlineSettings

func (o *RemoveAllTemplatesParams) WithInlineSettings(inlineSettings *bool) *RemoveAllTemplatesParams

WithInlineSettings adds the inlineSettings to the remove all templates params

func (*RemoveAllTemplatesParams) WithTimeout

WithTimeout adds the timeout to the remove all templates params

func (*RemoveAllTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveAllTemplatesReader

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

RemoveAllTemplatesReader is a Reader for the RemoveAllTemplates structure.

func (*RemoveAllTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveTemplateDefault

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

RemoveTemplateDefault handles this case with default header values.

successful operation

func NewRemoveTemplateDefault

func NewRemoveTemplateDefault(code int) *RemoveTemplateDefault

NewRemoveTemplateDefault creates a RemoveTemplateDefault with default headers values

func (*RemoveTemplateDefault) Code

func (o *RemoveTemplateDefault) Code() int

Code gets the status code for the remove template default response

func (*RemoveTemplateDefault) Error

func (o *RemoveTemplateDefault) Error() string

type RemoveTemplateParams

type RemoveTemplateParams struct {

	/*BtLocator*/
	BtLocator string
	/*InlineSettings*/
	InlineSettings *bool
	/*TemplateLocator*/
	TemplateLocator string

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

RemoveTemplateParams contains all the parameters to send to the API endpoint for the remove template operation typically these are written to a http.Request

func NewRemoveTemplateParams

func NewRemoveTemplateParams() *RemoveTemplateParams

NewRemoveTemplateParams creates a new RemoveTemplateParams object with the default values initialized.

func NewRemoveTemplateParamsWithContext

func NewRemoveTemplateParamsWithContext(ctx context.Context) *RemoveTemplateParams

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

func NewRemoveTemplateParamsWithHTTPClient

func NewRemoveTemplateParamsWithHTTPClient(client *http.Client) *RemoveTemplateParams

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

func NewRemoveTemplateParamsWithTimeout

func NewRemoveTemplateParamsWithTimeout(timeout time.Duration) *RemoveTemplateParams

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

func (*RemoveTemplateParams) SetBtLocator

func (o *RemoveTemplateParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the remove template params

func (*RemoveTemplateParams) SetContext

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

SetContext adds the context to the remove template params

func (*RemoveTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove template params

func (*RemoveTemplateParams) SetInlineSettings

func (o *RemoveTemplateParams) SetInlineSettings(inlineSettings *bool)

SetInlineSettings adds the inlineSettings to the remove template params

func (*RemoveTemplateParams) SetTemplateLocator

func (o *RemoveTemplateParams) SetTemplateLocator(templateLocator string)

SetTemplateLocator adds the templateLocator to the remove template params

func (*RemoveTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the remove template params

func (*RemoveTemplateParams) WithBtLocator

func (o *RemoveTemplateParams) WithBtLocator(btLocator string) *RemoveTemplateParams

WithBtLocator adds the btLocator to the remove template params

func (*RemoveTemplateParams) WithContext

WithContext adds the context to the remove template params

func (*RemoveTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove template params

func (*RemoveTemplateParams) WithInlineSettings

func (o *RemoveTemplateParams) WithInlineSettings(inlineSettings *bool) *RemoveTemplateParams

WithInlineSettings adds the inlineSettings to the remove template params

func (*RemoveTemplateParams) WithTemplateLocator

func (o *RemoveTemplateParams) WithTemplateLocator(templateLocator string) *RemoveTemplateParams

WithTemplateLocator adds the templateLocator to the remove template params

func (*RemoveTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the remove template params

func (*RemoveTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RemoveTemplateReader

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

RemoveTemplateReader is a Reader for the RemoveTemplate structure.

func (*RemoveTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceAgentRequirementOK

type ReplaceAgentRequirementOK struct {
	Payload *models.AgentRequirement
}

ReplaceAgentRequirementOK handles this case with default header values.

successful operation

func NewReplaceAgentRequirementOK

func NewReplaceAgentRequirementOK() *ReplaceAgentRequirementOK

NewReplaceAgentRequirementOK creates a ReplaceAgentRequirementOK with default headers values

func (*ReplaceAgentRequirementOK) Error

func (o *ReplaceAgentRequirementOK) Error() string

func (*ReplaceAgentRequirementOK) GetPayload

type ReplaceAgentRequirementParams

type ReplaceAgentRequirementParams struct {

	/*AgentRequirementLocator*/
	AgentRequirementLocator string
	/*Body*/
	Body *models.AgentRequirement
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceAgentRequirementParams contains all the parameters to send to the API endpoint for the replace agent requirement operation typically these are written to a http.Request

func NewReplaceAgentRequirementParams

func NewReplaceAgentRequirementParams() *ReplaceAgentRequirementParams

NewReplaceAgentRequirementParams creates a new ReplaceAgentRequirementParams object with the default values initialized.

func NewReplaceAgentRequirementParamsWithContext

func NewReplaceAgentRequirementParamsWithContext(ctx context.Context) *ReplaceAgentRequirementParams

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

func NewReplaceAgentRequirementParamsWithHTTPClient

func NewReplaceAgentRequirementParamsWithHTTPClient(client *http.Client) *ReplaceAgentRequirementParams

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

func NewReplaceAgentRequirementParamsWithTimeout

func NewReplaceAgentRequirementParamsWithTimeout(timeout time.Duration) *ReplaceAgentRequirementParams

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

func (*ReplaceAgentRequirementParams) SetAgentRequirementLocator

func (o *ReplaceAgentRequirementParams) SetAgentRequirementLocator(agentRequirementLocator string)

SetAgentRequirementLocator adds the agentRequirementLocator to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetBody

SetBody adds the body to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetBtLocator

func (o *ReplaceAgentRequirementParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetContext

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

SetContext adds the context to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetFields

func (o *ReplaceAgentRequirementParams) SetFields(fields *string)

SetFields adds the fields to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace agent requirement params

func (*ReplaceAgentRequirementParams) SetTimeout

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

SetTimeout adds the timeout to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithAgentRequirementLocator

func (o *ReplaceAgentRequirementParams) WithAgentRequirementLocator(agentRequirementLocator string) *ReplaceAgentRequirementParams

WithAgentRequirementLocator adds the agentRequirementLocator to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithBody

WithBody adds the body to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithBtLocator

WithBtLocator adds the btLocator to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithContext

WithContext adds the context to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithFields

WithFields adds the fields to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WithTimeout

WithTimeout adds the timeout to the replace agent requirement params

func (*ReplaceAgentRequirementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAgentRequirementReader

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

ReplaceAgentRequirementReader is a Reader for the ReplaceAgentRequirement structure.

func (*ReplaceAgentRequirementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceAgentRequirementsOK

type ReplaceAgentRequirementsOK struct {
	Payload *models.AgentRequirements
}

ReplaceAgentRequirementsOK handles this case with default header values.

successful operation

func NewReplaceAgentRequirementsOK

func NewReplaceAgentRequirementsOK() *ReplaceAgentRequirementsOK

NewReplaceAgentRequirementsOK creates a ReplaceAgentRequirementsOK with default headers values

func (*ReplaceAgentRequirementsOK) Error

func (*ReplaceAgentRequirementsOK) GetPayload

type ReplaceAgentRequirementsParams

type ReplaceAgentRequirementsParams struct {

	/*Body*/
	Body *models.AgentRequirements
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceAgentRequirementsParams contains all the parameters to send to the API endpoint for the replace agent requirements operation typically these are written to a http.Request

func NewReplaceAgentRequirementsParams

func NewReplaceAgentRequirementsParams() *ReplaceAgentRequirementsParams

NewReplaceAgentRequirementsParams creates a new ReplaceAgentRequirementsParams object with the default values initialized.

func NewReplaceAgentRequirementsParamsWithContext

func NewReplaceAgentRequirementsParamsWithContext(ctx context.Context) *ReplaceAgentRequirementsParams

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

func NewReplaceAgentRequirementsParamsWithHTTPClient

func NewReplaceAgentRequirementsParamsWithHTTPClient(client *http.Client) *ReplaceAgentRequirementsParams

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

func NewReplaceAgentRequirementsParamsWithTimeout

func NewReplaceAgentRequirementsParamsWithTimeout(timeout time.Duration) *ReplaceAgentRequirementsParams

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

func (*ReplaceAgentRequirementsParams) SetBody

SetBody adds the body to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) SetBtLocator

func (o *ReplaceAgentRequirementsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) SetContext

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

SetContext adds the context to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) SetFields

func (o *ReplaceAgentRequirementsParams) SetFields(fields *string)

SetFields adds the fields to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) SetTimeout

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

SetTimeout adds the timeout to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithBody

WithBody adds the body to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithBtLocator

WithBtLocator adds the btLocator to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithContext

WithContext adds the context to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithFields

WithFields adds the fields to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WithTimeout

WithTimeout adds the timeout to the replace agent requirements params

func (*ReplaceAgentRequirementsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAgentRequirementsReader

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

ReplaceAgentRequirementsReader is a Reader for the ReplaceAgentRequirements structure.

func (*ReplaceAgentRequirementsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceArtifactDepOK

type ReplaceArtifactDepOK struct {
	Payload *models.ArtifactDependency
}

ReplaceArtifactDepOK handles this case with default header values.

successful operation

func NewReplaceArtifactDepOK

func NewReplaceArtifactDepOK() *ReplaceArtifactDepOK

NewReplaceArtifactDepOK creates a ReplaceArtifactDepOK with default headers values

func (*ReplaceArtifactDepOK) Error

func (o *ReplaceArtifactDepOK) Error() string

func (*ReplaceArtifactDepOK) GetPayload

type ReplaceArtifactDepParams

type ReplaceArtifactDepParams struct {

	/*ArtifactDepLocator*/
	ArtifactDepLocator string
	/*Body*/
	Body *models.ArtifactDependency
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceArtifactDepParams contains all the parameters to send to the API endpoint for the replace artifact dep operation typically these are written to a http.Request

func NewReplaceArtifactDepParams

func NewReplaceArtifactDepParams() *ReplaceArtifactDepParams

NewReplaceArtifactDepParams creates a new ReplaceArtifactDepParams object with the default values initialized.

func NewReplaceArtifactDepParamsWithContext

func NewReplaceArtifactDepParamsWithContext(ctx context.Context) *ReplaceArtifactDepParams

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

func NewReplaceArtifactDepParamsWithHTTPClient

func NewReplaceArtifactDepParamsWithHTTPClient(client *http.Client) *ReplaceArtifactDepParams

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

func NewReplaceArtifactDepParamsWithTimeout

func NewReplaceArtifactDepParamsWithTimeout(timeout time.Duration) *ReplaceArtifactDepParams

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

func (*ReplaceArtifactDepParams) SetArtifactDepLocator

func (o *ReplaceArtifactDepParams) SetArtifactDepLocator(artifactDepLocator string)

SetArtifactDepLocator adds the artifactDepLocator to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetBody

SetBody adds the body to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetBtLocator

func (o *ReplaceArtifactDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetContext

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

SetContext adds the context to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetFields

func (o *ReplaceArtifactDepParams) SetFields(fields *string)

SetFields adds the fields to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace artifact dep params

func (*ReplaceArtifactDepParams) SetTimeout

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

SetTimeout adds the timeout to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithArtifactDepLocator

func (o *ReplaceArtifactDepParams) WithArtifactDepLocator(artifactDepLocator string) *ReplaceArtifactDepParams

WithArtifactDepLocator adds the artifactDepLocator to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithBody

WithBody adds the body to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithBtLocator

func (o *ReplaceArtifactDepParams) WithBtLocator(btLocator string) *ReplaceArtifactDepParams

WithBtLocator adds the btLocator to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithContext

WithContext adds the context to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithFields

WithFields adds the fields to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace artifact dep params

func (*ReplaceArtifactDepParams) WithTimeout

WithTimeout adds the timeout to the replace artifact dep params

func (*ReplaceArtifactDepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceArtifactDepReader

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

ReplaceArtifactDepReader is a Reader for the ReplaceArtifactDep structure.

func (*ReplaceArtifactDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceArtifactDepsOK

type ReplaceArtifactDepsOK struct {
	Payload *models.ArtifactDependencies
}

ReplaceArtifactDepsOK handles this case with default header values.

successful operation

func NewReplaceArtifactDepsOK

func NewReplaceArtifactDepsOK() *ReplaceArtifactDepsOK

NewReplaceArtifactDepsOK creates a ReplaceArtifactDepsOK with default headers values

func (*ReplaceArtifactDepsOK) Error

func (o *ReplaceArtifactDepsOK) Error() string

func (*ReplaceArtifactDepsOK) GetPayload

type ReplaceArtifactDepsParams

type ReplaceArtifactDepsParams struct {

	/*Body*/
	Body *models.ArtifactDependencies
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceArtifactDepsParams contains all the parameters to send to the API endpoint for the replace artifact deps operation typically these are written to a http.Request

func NewReplaceArtifactDepsParams

func NewReplaceArtifactDepsParams() *ReplaceArtifactDepsParams

NewReplaceArtifactDepsParams creates a new ReplaceArtifactDepsParams object with the default values initialized.

func NewReplaceArtifactDepsParamsWithContext

func NewReplaceArtifactDepsParamsWithContext(ctx context.Context) *ReplaceArtifactDepsParams

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

func NewReplaceArtifactDepsParamsWithHTTPClient

func NewReplaceArtifactDepsParamsWithHTTPClient(client *http.Client) *ReplaceArtifactDepsParams

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

func NewReplaceArtifactDepsParamsWithTimeout

func NewReplaceArtifactDepsParamsWithTimeout(timeout time.Duration) *ReplaceArtifactDepsParams

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

func (*ReplaceArtifactDepsParams) SetBody

SetBody adds the body to the replace artifact deps params

func (*ReplaceArtifactDepsParams) SetBtLocator

func (o *ReplaceArtifactDepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace artifact deps params

func (*ReplaceArtifactDepsParams) SetContext

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

SetContext adds the context to the replace artifact deps params

func (*ReplaceArtifactDepsParams) SetFields

func (o *ReplaceArtifactDepsParams) SetFields(fields *string)

SetFields adds the fields to the replace artifact deps params

func (*ReplaceArtifactDepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace artifact deps params

func (*ReplaceArtifactDepsParams) SetTimeout

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

SetTimeout adds the timeout to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithBody

WithBody adds the body to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithBtLocator

func (o *ReplaceArtifactDepsParams) WithBtLocator(btLocator string) *ReplaceArtifactDepsParams

WithBtLocator adds the btLocator to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithContext

WithContext adds the context to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithFields

WithFields adds the fields to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WithTimeout

WithTimeout adds the timeout to the replace artifact deps params

func (*ReplaceArtifactDepsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceArtifactDepsReader

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

ReplaceArtifactDepsReader is a Reader for the ReplaceArtifactDeps structure.

func (*ReplaceArtifactDepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceFeatureOK

type ReplaceFeatureOK struct {
	Payload *models.Feature
}

ReplaceFeatureOK handles this case with default header values.

successful operation

func NewReplaceFeatureOK

func NewReplaceFeatureOK() *ReplaceFeatureOK

NewReplaceFeatureOK creates a ReplaceFeatureOK with default headers values

func (*ReplaceFeatureOK) Error

func (o *ReplaceFeatureOK) Error() string

func (*ReplaceFeatureOK) GetPayload

func (o *ReplaceFeatureOK) GetPayload() *models.Feature

type ReplaceFeatureParametersOK

type ReplaceFeatureParametersOK struct {
	Payload *models.Properties
}

ReplaceFeatureParametersOK handles this case with default header values.

successful operation

func NewReplaceFeatureParametersOK

func NewReplaceFeatureParametersOK() *ReplaceFeatureParametersOK

NewReplaceFeatureParametersOK creates a ReplaceFeatureParametersOK with default headers values

func (*ReplaceFeatureParametersOK) Error

func (*ReplaceFeatureParametersOK) GetPayload

func (o *ReplaceFeatureParametersOK) GetPayload() *models.Properties

type ReplaceFeatureParametersParams

type ReplaceFeatureParametersParams struct {

	/*Body*/
	Body *models.Properties
	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Fields*/
	Fields *string

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

ReplaceFeatureParametersParams contains all the parameters to send to the API endpoint for the replace feature parameters operation typically these are written to a http.Request

func NewReplaceFeatureParametersParams

func NewReplaceFeatureParametersParams() *ReplaceFeatureParametersParams

NewReplaceFeatureParametersParams creates a new ReplaceFeatureParametersParams object with the default values initialized.

func NewReplaceFeatureParametersParamsWithContext

func NewReplaceFeatureParametersParamsWithContext(ctx context.Context) *ReplaceFeatureParametersParams

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

func NewReplaceFeatureParametersParamsWithHTTPClient

func NewReplaceFeatureParametersParamsWithHTTPClient(client *http.Client) *ReplaceFeatureParametersParams

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

func NewReplaceFeatureParametersParamsWithTimeout

func NewReplaceFeatureParametersParamsWithTimeout(timeout time.Duration) *ReplaceFeatureParametersParams

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

func (*ReplaceFeatureParametersParams) SetBody

SetBody adds the body to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetBtLocator

func (o *ReplaceFeatureParametersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetContext

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

SetContext adds the context to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetFeatureID

func (o *ReplaceFeatureParametersParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetFields

func (o *ReplaceFeatureParametersParams) SetFields(fields *string)

SetFields adds the fields to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace feature parameters params

func (*ReplaceFeatureParametersParams) SetTimeout

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

SetTimeout adds the timeout to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithBody

WithBody adds the body to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithBtLocator

WithBtLocator adds the btLocator to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithContext

WithContext adds the context to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithFeatureID

WithFeatureID adds the featureID to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithFields

WithFields adds the fields to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WithTimeout

WithTimeout adds the timeout to the replace feature parameters params

func (*ReplaceFeatureParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceFeatureParametersReader

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

ReplaceFeatureParametersReader is a Reader for the ReplaceFeatureParameters structure.

func (*ReplaceFeatureParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceFeatureParams

type ReplaceFeatureParams struct {

	/*Body*/
	Body *models.Feature
	/*BtLocator*/
	BtLocator string
	/*FeatureID*/
	FeatureID string
	/*Fields*/
	Fields *string

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

ReplaceFeatureParams contains all the parameters to send to the API endpoint for the replace feature operation typically these are written to a http.Request

func NewReplaceFeatureParams

func NewReplaceFeatureParams() *ReplaceFeatureParams

NewReplaceFeatureParams creates a new ReplaceFeatureParams object with the default values initialized.

func NewReplaceFeatureParamsWithContext

func NewReplaceFeatureParamsWithContext(ctx context.Context) *ReplaceFeatureParams

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

func NewReplaceFeatureParamsWithHTTPClient

func NewReplaceFeatureParamsWithHTTPClient(client *http.Client) *ReplaceFeatureParams

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

func NewReplaceFeatureParamsWithTimeout

func NewReplaceFeatureParamsWithTimeout(timeout time.Duration) *ReplaceFeatureParams

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

func (*ReplaceFeatureParams) SetBody

func (o *ReplaceFeatureParams) SetBody(body *models.Feature)

SetBody adds the body to the replace feature params

func (*ReplaceFeatureParams) SetBtLocator

func (o *ReplaceFeatureParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace feature params

func (*ReplaceFeatureParams) SetContext

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

SetContext adds the context to the replace feature params

func (*ReplaceFeatureParams) SetFeatureID

func (o *ReplaceFeatureParams) SetFeatureID(featureID string)

SetFeatureID adds the featureId to the replace feature params

func (*ReplaceFeatureParams) SetFields

func (o *ReplaceFeatureParams) SetFields(fields *string)

SetFields adds the fields to the replace feature params

func (*ReplaceFeatureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace feature params

func (*ReplaceFeatureParams) SetTimeout

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

SetTimeout adds the timeout to the replace feature params

func (*ReplaceFeatureParams) WithBody

WithBody adds the body to the replace feature params

func (*ReplaceFeatureParams) WithBtLocator

func (o *ReplaceFeatureParams) WithBtLocator(btLocator string) *ReplaceFeatureParams

WithBtLocator adds the btLocator to the replace feature params

func (*ReplaceFeatureParams) WithContext

WithContext adds the context to the replace feature params

func (*ReplaceFeatureParams) WithFeatureID

func (o *ReplaceFeatureParams) WithFeatureID(featureID string) *ReplaceFeatureParams

WithFeatureID adds the featureID to the replace feature params

func (*ReplaceFeatureParams) WithFields

func (o *ReplaceFeatureParams) WithFields(fields *string) *ReplaceFeatureParams

WithFields adds the fields to the replace feature params

func (*ReplaceFeatureParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace feature params

func (*ReplaceFeatureParams) WithTimeout

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

WithTimeout adds the timeout to the replace feature params

func (*ReplaceFeatureParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceFeatureReader

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

ReplaceFeatureReader is a Reader for the ReplaceFeature structure.

func (*ReplaceFeatureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceFeaturesOK

type ReplaceFeaturesOK struct {
	Payload *models.Features
}

ReplaceFeaturesOK handles this case with default header values.

successful operation

func NewReplaceFeaturesOK

func NewReplaceFeaturesOK() *ReplaceFeaturesOK

NewReplaceFeaturesOK creates a ReplaceFeaturesOK with default headers values

func (*ReplaceFeaturesOK) Error

func (o *ReplaceFeaturesOK) Error() string

func (*ReplaceFeaturesOK) GetPayload

func (o *ReplaceFeaturesOK) GetPayload() *models.Features

type ReplaceFeaturesParams

type ReplaceFeaturesParams struct {

	/*Body*/
	Body *models.Features
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceFeaturesParams contains all the parameters to send to the API endpoint for the replace features operation typically these are written to a http.Request

func NewReplaceFeaturesParams

func NewReplaceFeaturesParams() *ReplaceFeaturesParams

NewReplaceFeaturesParams creates a new ReplaceFeaturesParams object with the default values initialized.

func NewReplaceFeaturesParamsWithContext

func NewReplaceFeaturesParamsWithContext(ctx context.Context) *ReplaceFeaturesParams

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

func NewReplaceFeaturesParamsWithHTTPClient

func NewReplaceFeaturesParamsWithHTTPClient(client *http.Client) *ReplaceFeaturesParams

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

func NewReplaceFeaturesParamsWithTimeout

func NewReplaceFeaturesParamsWithTimeout(timeout time.Duration) *ReplaceFeaturesParams

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

func (*ReplaceFeaturesParams) SetBody

func (o *ReplaceFeaturesParams) SetBody(body *models.Features)

SetBody adds the body to the replace features params

func (*ReplaceFeaturesParams) SetBtLocator

func (o *ReplaceFeaturesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace features params

func (*ReplaceFeaturesParams) SetContext

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

SetContext adds the context to the replace features params

func (*ReplaceFeaturesParams) SetFields

func (o *ReplaceFeaturesParams) SetFields(fields *string)

SetFields adds the fields to the replace features params

func (*ReplaceFeaturesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace features params

func (*ReplaceFeaturesParams) SetTimeout

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

SetTimeout adds the timeout to the replace features params

func (*ReplaceFeaturesParams) WithBody

WithBody adds the body to the replace features params

func (*ReplaceFeaturesParams) WithBtLocator

func (o *ReplaceFeaturesParams) WithBtLocator(btLocator string) *ReplaceFeaturesParams

WithBtLocator adds the btLocator to the replace features params

func (*ReplaceFeaturesParams) WithContext

WithContext adds the context to the replace features params

func (*ReplaceFeaturesParams) WithFields

func (o *ReplaceFeaturesParams) WithFields(fields *string) *ReplaceFeaturesParams

WithFields adds the fields to the replace features params

func (*ReplaceFeaturesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace features params

func (*ReplaceFeaturesParams) WithTimeout

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

WithTimeout adds the timeout to the replace features params

func (*ReplaceFeaturesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceFeaturesReader

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

ReplaceFeaturesReader is a Reader for the ReplaceFeatures structure.

func (*ReplaceFeaturesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSnapshotDepOK

type ReplaceSnapshotDepOK struct {
	Payload *models.SnapshotDependency
}

ReplaceSnapshotDepOK handles this case with default header values.

successful operation

func NewReplaceSnapshotDepOK

func NewReplaceSnapshotDepOK() *ReplaceSnapshotDepOK

NewReplaceSnapshotDepOK creates a ReplaceSnapshotDepOK with default headers values

func (*ReplaceSnapshotDepOK) Error

func (o *ReplaceSnapshotDepOK) Error() string

func (*ReplaceSnapshotDepOK) GetPayload

type ReplaceSnapshotDepParams

type ReplaceSnapshotDepParams struct {

	/*Body*/
	Body *models.SnapshotDependency
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*SnapshotDepLocator*/
	SnapshotDepLocator string

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

ReplaceSnapshotDepParams contains all the parameters to send to the API endpoint for the replace snapshot dep operation typically these are written to a http.Request

func NewReplaceSnapshotDepParams

func NewReplaceSnapshotDepParams() *ReplaceSnapshotDepParams

NewReplaceSnapshotDepParams creates a new ReplaceSnapshotDepParams object with the default values initialized.

func NewReplaceSnapshotDepParamsWithContext

func NewReplaceSnapshotDepParamsWithContext(ctx context.Context) *ReplaceSnapshotDepParams

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

func NewReplaceSnapshotDepParamsWithHTTPClient

func NewReplaceSnapshotDepParamsWithHTTPClient(client *http.Client) *ReplaceSnapshotDepParams

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

func NewReplaceSnapshotDepParamsWithTimeout

func NewReplaceSnapshotDepParamsWithTimeout(timeout time.Duration) *ReplaceSnapshotDepParams

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

func (*ReplaceSnapshotDepParams) SetBody

SetBody adds the body to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetBtLocator

func (o *ReplaceSnapshotDepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetContext

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

SetContext adds the context to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetFields

func (o *ReplaceSnapshotDepParams) SetFields(fields *string)

SetFields adds the fields to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetSnapshotDepLocator

func (o *ReplaceSnapshotDepParams) SetSnapshotDepLocator(snapshotDepLocator string)

SetSnapshotDepLocator adds the snapshotDepLocator to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) SetTimeout

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

SetTimeout adds the timeout to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithBody

WithBody adds the body to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithBtLocator

func (o *ReplaceSnapshotDepParams) WithBtLocator(btLocator string) *ReplaceSnapshotDepParams

WithBtLocator adds the btLocator to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithContext

WithContext adds the context to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithFields

WithFields adds the fields to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithSnapshotDepLocator

func (o *ReplaceSnapshotDepParams) WithSnapshotDepLocator(snapshotDepLocator string) *ReplaceSnapshotDepParams

WithSnapshotDepLocator adds the snapshotDepLocator to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WithTimeout

WithTimeout adds the timeout to the replace snapshot dep params

func (*ReplaceSnapshotDepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSnapshotDepReader

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

ReplaceSnapshotDepReader is a Reader for the ReplaceSnapshotDep structure.

func (*ReplaceSnapshotDepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSnapshotDepsOK

type ReplaceSnapshotDepsOK struct {
	Payload *models.SnapshotDependencies
}

ReplaceSnapshotDepsOK handles this case with default header values.

successful operation

func NewReplaceSnapshotDepsOK

func NewReplaceSnapshotDepsOK() *ReplaceSnapshotDepsOK

NewReplaceSnapshotDepsOK creates a ReplaceSnapshotDepsOK with default headers values

func (*ReplaceSnapshotDepsOK) Error

func (o *ReplaceSnapshotDepsOK) Error() string

func (*ReplaceSnapshotDepsOK) GetPayload

type ReplaceSnapshotDepsParams

type ReplaceSnapshotDepsParams struct {

	/*Body*/
	Body *models.SnapshotDependencies
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceSnapshotDepsParams contains all the parameters to send to the API endpoint for the replace snapshot deps operation typically these are written to a http.Request

func NewReplaceSnapshotDepsParams

func NewReplaceSnapshotDepsParams() *ReplaceSnapshotDepsParams

NewReplaceSnapshotDepsParams creates a new ReplaceSnapshotDepsParams object with the default values initialized.

func NewReplaceSnapshotDepsParamsWithContext

func NewReplaceSnapshotDepsParamsWithContext(ctx context.Context) *ReplaceSnapshotDepsParams

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

func NewReplaceSnapshotDepsParamsWithHTTPClient

func NewReplaceSnapshotDepsParamsWithHTTPClient(client *http.Client) *ReplaceSnapshotDepsParams

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

func NewReplaceSnapshotDepsParamsWithTimeout

func NewReplaceSnapshotDepsParamsWithTimeout(timeout time.Duration) *ReplaceSnapshotDepsParams

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

func (*ReplaceSnapshotDepsParams) SetBody

SetBody adds the body to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) SetBtLocator

func (o *ReplaceSnapshotDepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) SetContext

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

SetContext adds the context to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) SetFields

func (o *ReplaceSnapshotDepsParams) SetFields(fields *string)

SetFields adds the fields to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) SetTimeout

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

SetTimeout adds the timeout to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithBody

WithBody adds the body to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithBtLocator

func (o *ReplaceSnapshotDepsParams) WithBtLocator(btLocator string) *ReplaceSnapshotDepsParams

WithBtLocator adds the btLocator to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithContext

WithContext adds the context to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithFields

WithFields adds the fields to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WithTimeout

WithTimeout adds the timeout to the replace snapshot deps params

func (*ReplaceSnapshotDepsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSnapshotDepsReader

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

ReplaceSnapshotDepsReader is a Reader for the ReplaceSnapshotDeps structure.

func (*ReplaceSnapshotDepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStepOK

type ReplaceStepOK struct {
	Payload *models.Step
}

ReplaceStepOK handles this case with default header values.

successful operation

func NewReplaceStepOK

func NewReplaceStepOK() *ReplaceStepOK

NewReplaceStepOK creates a ReplaceStepOK with default headers values

func (*ReplaceStepOK) Error

func (o *ReplaceStepOK) Error() string

func (*ReplaceStepOK) GetPayload

func (o *ReplaceStepOK) GetPayload() *models.Step

type ReplaceStepParametersOK

type ReplaceStepParametersOK struct {
	Payload *models.Properties
}

ReplaceStepParametersOK handles this case with default header values.

successful operation

func NewReplaceStepParametersOK

func NewReplaceStepParametersOK() *ReplaceStepParametersOK

NewReplaceStepParametersOK creates a ReplaceStepParametersOK with default headers values

func (*ReplaceStepParametersOK) Error

func (o *ReplaceStepParametersOK) Error() string

func (*ReplaceStepParametersOK) GetPayload

func (o *ReplaceStepParametersOK) GetPayload() *models.Properties

type ReplaceStepParametersParams

type ReplaceStepParametersParams struct {

	/*Body*/
	Body *models.Properties
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*StepID*/
	StepID string

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

ReplaceStepParametersParams contains all the parameters to send to the API endpoint for the replace step parameters operation typically these are written to a http.Request

func NewReplaceStepParametersParams

func NewReplaceStepParametersParams() *ReplaceStepParametersParams

NewReplaceStepParametersParams creates a new ReplaceStepParametersParams object with the default values initialized.

func NewReplaceStepParametersParamsWithContext

func NewReplaceStepParametersParamsWithContext(ctx context.Context) *ReplaceStepParametersParams

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

func NewReplaceStepParametersParamsWithHTTPClient

func NewReplaceStepParametersParamsWithHTTPClient(client *http.Client) *ReplaceStepParametersParams

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

func NewReplaceStepParametersParamsWithTimeout

func NewReplaceStepParametersParamsWithTimeout(timeout time.Duration) *ReplaceStepParametersParams

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

func (*ReplaceStepParametersParams) SetBody

func (o *ReplaceStepParametersParams) SetBody(body *models.Properties)

SetBody adds the body to the replace step parameters params

func (*ReplaceStepParametersParams) SetBtLocator

func (o *ReplaceStepParametersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace step parameters params

func (*ReplaceStepParametersParams) SetContext

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

SetContext adds the context to the replace step parameters params

func (*ReplaceStepParametersParams) SetFields

func (o *ReplaceStepParametersParams) SetFields(fields *string)

SetFields adds the fields to the replace step parameters params

func (*ReplaceStepParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace step parameters params

func (*ReplaceStepParametersParams) SetStepID

func (o *ReplaceStepParametersParams) SetStepID(stepID string)

SetStepID adds the stepId to the replace step parameters params

func (*ReplaceStepParametersParams) SetTimeout

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

SetTimeout adds the timeout to the replace step parameters params

func (*ReplaceStepParametersParams) WithBody

WithBody adds the body to the replace step parameters params

func (*ReplaceStepParametersParams) WithBtLocator

func (o *ReplaceStepParametersParams) WithBtLocator(btLocator string) *ReplaceStepParametersParams

WithBtLocator adds the btLocator to the replace step parameters params

func (*ReplaceStepParametersParams) WithContext

WithContext adds the context to the replace step parameters params

func (*ReplaceStepParametersParams) WithFields

WithFields adds the fields to the replace step parameters params

func (*ReplaceStepParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace step parameters params

func (*ReplaceStepParametersParams) WithStepID

WithStepID adds the stepID to the replace step parameters params

func (*ReplaceStepParametersParams) WithTimeout

WithTimeout adds the timeout to the replace step parameters params

func (*ReplaceStepParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceStepParametersReader

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

ReplaceStepParametersReader is a Reader for the ReplaceStepParameters structure.

func (*ReplaceStepParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStepParams

type ReplaceStepParams struct {

	/*Body*/
	Body *models.Step
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*StepID*/
	StepID string

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

ReplaceStepParams contains all the parameters to send to the API endpoint for the replace step operation typically these are written to a http.Request

func NewReplaceStepParams

func NewReplaceStepParams() *ReplaceStepParams

NewReplaceStepParams creates a new ReplaceStepParams object with the default values initialized.

func NewReplaceStepParamsWithContext

func NewReplaceStepParamsWithContext(ctx context.Context) *ReplaceStepParams

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

func NewReplaceStepParamsWithHTTPClient

func NewReplaceStepParamsWithHTTPClient(client *http.Client) *ReplaceStepParams

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

func NewReplaceStepParamsWithTimeout

func NewReplaceStepParamsWithTimeout(timeout time.Duration) *ReplaceStepParams

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

func (*ReplaceStepParams) SetBody

func (o *ReplaceStepParams) SetBody(body *models.Step)

SetBody adds the body to the replace step params

func (*ReplaceStepParams) SetBtLocator

func (o *ReplaceStepParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace step params

func (*ReplaceStepParams) SetContext

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

SetContext adds the context to the replace step params

func (*ReplaceStepParams) SetFields

func (o *ReplaceStepParams) SetFields(fields *string)

SetFields adds the fields to the replace step params

func (*ReplaceStepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace step params

func (*ReplaceStepParams) SetStepID

func (o *ReplaceStepParams) SetStepID(stepID string)

SetStepID adds the stepId to the replace step params

func (*ReplaceStepParams) SetTimeout

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

SetTimeout adds the timeout to the replace step params

func (*ReplaceStepParams) WithBody

func (o *ReplaceStepParams) WithBody(body *models.Step) *ReplaceStepParams

WithBody adds the body to the replace step params

func (*ReplaceStepParams) WithBtLocator

func (o *ReplaceStepParams) WithBtLocator(btLocator string) *ReplaceStepParams

WithBtLocator adds the btLocator to the replace step params

func (*ReplaceStepParams) WithContext

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

WithContext adds the context to the replace step params

func (*ReplaceStepParams) WithFields

func (o *ReplaceStepParams) WithFields(fields *string) *ReplaceStepParams

WithFields adds the fields to the replace step params

func (*ReplaceStepParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace step params

func (*ReplaceStepParams) WithStepID

func (o *ReplaceStepParams) WithStepID(stepID string) *ReplaceStepParams

WithStepID adds the stepID to the replace step params

func (*ReplaceStepParams) WithTimeout

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

WithTimeout adds the timeout to the replace step params

func (*ReplaceStepParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceStepReader

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

ReplaceStepReader is a Reader for the ReplaceStep structure.

func (*ReplaceStepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStepsOK

type ReplaceStepsOK struct {
	Payload *models.Steps
}

ReplaceStepsOK handles this case with default header values.

successful operation

func NewReplaceStepsOK

func NewReplaceStepsOK() *ReplaceStepsOK

NewReplaceStepsOK creates a ReplaceStepsOK with default headers values

func (*ReplaceStepsOK) Error

func (o *ReplaceStepsOK) Error() string

func (*ReplaceStepsOK) GetPayload

func (o *ReplaceStepsOK) GetPayload() *models.Steps

type ReplaceStepsParams

type ReplaceStepsParams struct {

	/*Body*/
	Body *models.Steps
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

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

ReplaceStepsParams contains all the parameters to send to the API endpoint for the replace steps operation typically these are written to a http.Request

func NewReplaceStepsParams

func NewReplaceStepsParams() *ReplaceStepsParams

NewReplaceStepsParams creates a new ReplaceStepsParams object with the default values initialized.

func NewReplaceStepsParamsWithContext

func NewReplaceStepsParamsWithContext(ctx context.Context) *ReplaceStepsParams

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

func NewReplaceStepsParamsWithHTTPClient

func NewReplaceStepsParamsWithHTTPClient(client *http.Client) *ReplaceStepsParams

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

func NewReplaceStepsParamsWithTimeout

func NewReplaceStepsParamsWithTimeout(timeout time.Duration) *ReplaceStepsParams

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

func (*ReplaceStepsParams) SetBody

func (o *ReplaceStepsParams) SetBody(body *models.Steps)

SetBody adds the body to the replace steps params

func (*ReplaceStepsParams) SetBtLocator

func (o *ReplaceStepsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace steps params

func (*ReplaceStepsParams) SetContext

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

SetContext adds the context to the replace steps params

func (*ReplaceStepsParams) SetFields

func (o *ReplaceStepsParams) SetFields(fields *string)

SetFields adds the fields to the replace steps params

func (*ReplaceStepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace steps params

func (*ReplaceStepsParams) SetTimeout

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

SetTimeout adds the timeout to the replace steps params

func (*ReplaceStepsParams) WithBody

func (o *ReplaceStepsParams) WithBody(body *models.Steps) *ReplaceStepsParams

WithBody adds the body to the replace steps params

func (*ReplaceStepsParams) WithBtLocator

func (o *ReplaceStepsParams) WithBtLocator(btLocator string) *ReplaceStepsParams

WithBtLocator adds the btLocator to the replace steps params

func (*ReplaceStepsParams) WithContext

WithContext adds the context to the replace steps params

func (*ReplaceStepsParams) WithFields

func (o *ReplaceStepsParams) WithFields(fields *string) *ReplaceStepsParams

WithFields adds the fields to the replace steps params

func (*ReplaceStepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace steps params

func (*ReplaceStepsParams) WithTimeout

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

WithTimeout adds the timeout to the replace steps params

func (*ReplaceStepsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceStepsReader

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

ReplaceStepsReader is a Reader for the ReplaceSteps structure.

func (*ReplaceStepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceTriggerOK

type ReplaceTriggerOK struct {
	Payload *models.Trigger
}

ReplaceTriggerOK handles this case with default header values.

successful operation

func NewReplaceTriggerOK

func NewReplaceTriggerOK() *ReplaceTriggerOK

NewReplaceTriggerOK creates a ReplaceTriggerOK with default headers values

func (*ReplaceTriggerOK) Error

func (o *ReplaceTriggerOK) Error() string

func (*ReplaceTriggerOK) GetPayload

func (o *ReplaceTriggerOK) GetPayload() *models.Trigger

type ReplaceTriggerParams

type ReplaceTriggerParams struct {

	/*Body*/
	Body *models.Trigger
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*TriggerLocator*/
	TriggerLocator string

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

ReplaceTriggerParams contains all the parameters to send to the API endpoint for the replace trigger operation typically these are written to a http.Request

func NewReplaceTriggerParams

func NewReplaceTriggerParams() *ReplaceTriggerParams

NewReplaceTriggerParams creates a new ReplaceTriggerParams object with the default values initialized.

func NewReplaceTriggerParamsWithContext

func NewReplaceTriggerParamsWithContext(ctx context.Context) *ReplaceTriggerParams

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

func NewReplaceTriggerParamsWithHTTPClient

func NewReplaceTriggerParamsWithHTTPClient(client *http.Client) *ReplaceTriggerParams

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

func NewReplaceTriggerParamsWithTimeout

func NewReplaceTriggerParamsWithTimeout(timeout time.Duration) *ReplaceTriggerParams

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

func (*ReplaceTriggerParams) SetBody

func (o *ReplaceTriggerParams) SetBody(body *models.Trigger)

SetBody adds the body to the replace trigger params

func (*ReplaceTriggerParams) SetBtLocator

func (o *ReplaceTriggerParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace trigger params

func (*ReplaceTriggerParams) SetContext

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

SetContext adds the context to the replace trigger params

func (*ReplaceTriggerParams) SetFields

func (o *ReplaceTriggerParams) SetFields(fields *string)

SetFields adds the fields to the replace trigger params

func (*ReplaceTriggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace trigger params

func (*ReplaceTriggerParams) SetTimeout

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

SetTimeout adds the timeout to the replace trigger params

func (*ReplaceTriggerParams) SetTriggerLocator

func (o *ReplaceTriggerParams) SetTriggerLocator(triggerLocator string)

SetTriggerLocator adds the triggerLocator to the replace trigger params

func (*ReplaceTriggerParams) WithBody

WithBody adds the body to the replace trigger params

func (*ReplaceTriggerParams) WithBtLocator

func (o *ReplaceTriggerParams) WithBtLocator(btLocator string) *ReplaceTriggerParams

WithBtLocator adds the btLocator to the replace trigger params

func (*ReplaceTriggerParams) WithContext

WithContext adds the context to the replace trigger params

func (*ReplaceTriggerParams) WithFields

func (o *ReplaceTriggerParams) WithFields(fields *string) *ReplaceTriggerParams

WithFields adds the fields to the replace trigger params

func (*ReplaceTriggerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace trigger params

func (*ReplaceTriggerParams) WithTimeout

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

WithTimeout adds the timeout to the replace trigger params

func (*ReplaceTriggerParams) WithTriggerLocator

func (o *ReplaceTriggerParams) WithTriggerLocator(triggerLocator string) *ReplaceTriggerParams

WithTriggerLocator adds the triggerLocator to the replace trigger params

func (*ReplaceTriggerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceTriggerReader

type ReplaceTriggerReader struct {
	// contains filtered or unexported fields
}

ReplaceTriggerReader is a Reader for the ReplaceTrigger structure.

func (*ReplaceTriggerReader) ReadResponse

func (o *ReplaceTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReplaceTriggersOK

type ReplaceTriggersOK struct {
	Payload *models.Triggers
}

ReplaceTriggersOK handles this case with default header values.

successful operation

func NewReplaceTriggersOK

func NewReplaceTriggersOK() *ReplaceTriggersOK

NewReplaceTriggersOK creates a ReplaceTriggersOK with default headers values

func (*ReplaceTriggersOK) Error

func (o *ReplaceTriggersOK) Error() string

func (*ReplaceTriggersOK) GetPayload

func (o *ReplaceTriggersOK) GetPayload() *models.Triggers

type ReplaceTriggersParams

type ReplaceTriggersParams struct {

	/*Body*/
	Body *models.Triggers
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReplaceTriggersParams contains all the parameters to send to the API endpoint for the replace triggers operation typically these are written to a http.Request

func NewReplaceTriggersParams

func NewReplaceTriggersParams() *ReplaceTriggersParams

NewReplaceTriggersParams creates a new ReplaceTriggersParams object with the default values initialized.

func NewReplaceTriggersParamsWithContext

func NewReplaceTriggersParamsWithContext(ctx context.Context) *ReplaceTriggersParams

NewReplaceTriggersParamsWithContext creates a new ReplaceTriggersParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceTriggersParamsWithHTTPClient

func NewReplaceTriggersParamsWithHTTPClient(client *http.Client) *ReplaceTriggersParams

NewReplaceTriggersParamsWithHTTPClient creates a new ReplaceTriggersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceTriggersParamsWithTimeout

func NewReplaceTriggersParamsWithTimeout(timeout time.Duration) *ReplaceTriggersParams

NewReplaceTriggersParamsWithTimeout creates a new ReplaceTriggersParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceTriggersParams) SetBody

func (o *ReplaceTriggersParams) SetBody(body *models.Triggers)

SetBody adds the body to the replace triggers params

func (*ReplaceTriggersParams) SetBtLocator

func (o *ReplaceTriggersParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace triggers params

func (*ReplaceTriggersParams) SetContext

func (o *ReplaceTriggersParams) SetContext(ctx context.Context)

SetContext adds the context to the replace triggers params

func (*ReplaceTriggersParams) SetFields

func (o *ReplaceTriggersParams) SetFields(fields *string)

SetFields adds the fields to the replace triggers params

func (*ReplaceTriggersParams) SetHTTPClient

func (o *ReplaceTriggersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the replace triggers params

func (*ReplaceTriggersParams) SetTimeout

func (o *ReplaceTriggersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the replace triggers params

func (*ReplaceTriggersParams) WithBody

WithBody adds the body to the replace triggers params

func (*ReplaceTriggersParams) WithBtLocator

func (o *ReplaceTriggersParams) WithBtLocator(btLocator string) *ReplaceTriggersParams

WithBtLocator adds the btLocator to the replace triggers params

func (*ReplaceTriggersParams) WithContext

WithContext adds the context to the replace triggers params

func (*ReplaceTriggersParams) WithFields

func (o *ReplaceTriggersParams) WithFields(fields *string) *ReplaceTriggersParams

WithFields adds the fields to the replace triggers params

func (*ReplaceTriggersParams) WithHTTPClient

func (o *ReplaceTriggersParams) WithHTTPClient(client *http.Client) *ReplaceTriggersParams

WithHTTPClient adds the HTTPClient to the replace triggers params

func (*ReplaceTriggersParams) WithTimeout

func (o *ReplaceTriggersParams) WithTimeout(timeout time.Duration) *ReplaceTriggersParams

WithTimeout adds the timeout to the replace triggers params

func (*ReplaceTriggersParams) WriteToRequest

func (o *ReplaceTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReplaceTriggersReader

type ReplaceTriggersReader struct {
	// contains filtered or unexported fields
}

ReplaceTriggersReader is a Reader for the ReplaceTriggers structure.

func (*ReplaceTriggersReader) ReadResponse

func (o *ReplaceTriggersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReplaceVcsRootEntriesOK

type ReplaceVcsRootEntriesOK struct {
	Payload *models.VcsRootEntries
}

ReplaceVcsRootEntriesOK handles this case with default header values.

successful operation

func NewReplaceVcsRootEntriesOK

func NewReplaceVcsRootEntriesOK() *ReplaceVcsRootEntriesOK

NewReplaceVcsRootEntriesOK creates a ReplaceVcsRootEntriesOK with default headers values

func (*ReplaceVcsRootEntriesOK) Error

func (o *ReplaceVcsRootEntriesOK) Error() string

func (*ReplaceVcsRootEntriesOK) GetPayload

type ReplaceVcsRootEntriesParams

type ReplaceVcsRootEntriesParams struct {

	/*Body*/
	Body *models.VcsRootEntries
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReplaceVcsRootEntriesParams contains all the parameters to send to the API endpoint for the replace vcs root entries operation typically these are written to a http.Request

func NewReplaceVcsRootEntriesParams

func NewReplaceVcsRootEntriesParams() *ReplaceVcsRootEntriesParams

NewReplaceVcsRootEntriesParams creates a new ReplaceVcsRootEntriesParams object with the default values initialized.

func NewReplaceVcsRootEntriesParamsWithContext

func NewReplaceVcsRootEntriesParamsWithContext(ctx context.Context) *ReplaceVcsRootEntriesParams

NewReplaceVcsRootEntriesParamsWithContext creates a new ReplaceVcsRootEntriesParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceVcsRootEntriesParamsWithHTTPClient

func NewReplaceVcsRootEntriesParamsWithHTTPClient(client *http.Client) *ReplaceVcsRootEntriesParams

NewReplaceVcsRootEntriesParamsWithHTTPClient creates a new ReplaceVcsRootEntriesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceVcsRootEntriesParamsWithTimeout

func NewReplaceVcsRootEntriesParamsWithTimeout(timeout time.Duration) *ReplaceVcsRootEntriesParams

NewReplaceVcsRootEntriesParamsWithTimeout creates a new ReplaceVcsRootEntriesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceVcsRootEntriesParams) SetBody

SetBody adds the body to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) SetBtLocator

func (o *ReplaceVcsRootEntriesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) SetContext

func (o *ReplaceVcsRootEntriesParams) SetContext(ctx context.Context)

SetContext adds the context to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) SetFields

func (o *ReplaceVcsRootEntriesParams) SetFields(fields *string)

SetFields adds the fields to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) SetHTTPClient

func (o *ReplaceVcsRootEntriesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) SetTimeout

func (o *ReplaceVcsRootEntriesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithBody

WithBody adds the body to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithBtLocator

func (o *ReplaceVcsRootEntriesParams) WithBtLocator(btLocator string) *ReplaceVcsRootEntriesParams

WithBtLocator adds the btLocator to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithContext

WithContext adds the context to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithFields

WithFields adds the fields to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WithTimeout

WithTimeout adds the timeout to the replace vcs root entries params

func (*ReplaceVcsRootEntriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceVcsRootEntriesReader

type ReplaceVcsRootEntriesReader struct {
	// contains filtered or unexported fields
}

ReplaceVcsRootEntriesReader is a Reader for the ReplaceVcsRootEntries structure.

func (*ReplaceVcsRootEntriesReader) ReadResponse

func (o *ReplaceVcsRootEntriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ServeBranchesOK

type ServeBranchesOK struct {
	Payload *models.Branches
}

ServeBranchesOK handles this case with default header values.

successful operation

func NewServeBranchesOK

func NewServeBranchesOK() *ServeBranchesOK

NewServeBranchesOK creates a ServeBranchesOK with default headers values

func (*ServeBranchesOK) Error

func (o *ServeBranchesOK) Error() string

func (*ServeBranchesOK) GetPayload

func (o *ServeBranchesOK) GetPayload() *models.Branches

type ServeBranchesParams

type ServeBranchesParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ServeBranchesParams contains all the parameters to send to the API endpoint for the serve branches operation typically these are written to a http.Request

func NewServeBranchesParams

func NewServeBranchesParams() *ServeBranchesParams

NewServeBranchesParams creates a new ServeBranchesParams object with the default values initialized.

func NewServeBranchesParamsWithContext

func NewServeBranchesParamsWithContext(ctx context.Context) *ServeBranchesParams

NewServeBranchesParamsWithContext creates a new ServeBranchesParams object with the default values initialized, and the ability to set a context for a request

func NewServeBranchesParamsWithHTTPClient

func NewServeBranchesParamsWithHTTPClient(client *http.Client) *ServeBranchesParams

NewServeBranchesParamsWithHTTPClient creates a new ServeBranchesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewServeBranchesParamsWithTimeout

func NewServeBranchesParamsWithTimeout(timeout time.Duration) *ServeBranchesParams

NewServeBranchesParamsWithTimeout creates a new ServeBranchesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ServeBranchesParams) SetBtLocator

func (o *ServeBranchesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve branches params

func (*ServeBranchesParams) SetContext

func (o *ServeBranchesParams) SetContext(ctx context.Context)

SetContext adds the context to the serve branches params

func (*ServeBranchesParams) SetFields

func (o *ServeBranchesParams) SetFields(fields *string)

SetFields adds the fields to the serve branches params

func (*ServeBranchesParams) SetHTTPClient

func (o *ServeBranchesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the serve branches params

func (*ServeBranchesParams) SetLocator

func (o *ServeBranchesParams) SetLocator(locator *string)

SetLocator adds the locator to the serve branches params

func (*ServeBranchesParams) SetTimeout

func (o *ServeBranchesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the serve branches params

func (*ServeBranchesParams) WithBtLocator

func (o *ServeBranchesParams) WithBtLocator(btLocator string) *ServeBranchesParams

WithBtLocator adds the btLocator to the serve branches params

func (*ServeBranchesParams) WithContext

WithContext adds the context to the serve branches params

func (*ServeBranchesParams) WithFields

func (o *ServeBranchesParams) WithFields(fields *string) *ServeBranchesParams

WithFields adds the fields to the serve branches params

func (*ServeBranchesParams) WithHTTPClient

func (o *ServeBranchesParams) WithHTTPClient(client *http.Client) *ServeBranchesParams

WithHTTPClient adds the HTTPClient to the serve branches params

func (*ServeBranchesParams) WithLocator

func (o *ServeBranchesParams) WithLocator(locator *string) *ServeBranchesParams

WithLocator adds the locator to the serve branches params

func (*ServeBranchesParams) WithTimeout

func (o *ServeBranchesParams) WithTimeout(timeout time.Duration) *ServeBranchesParams

WithTimeout adds the timeout to the serve branches params

func (*ServeBranchesParams) WriteToRequest

func (o *ServeBranchesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeBranchesReader

type ServeBranchesReader struct {
	// contains filtered or unexported fields
}

ServeBranchesReader is a Reader for the ServeBranches structure.

func (*ServeBranchesReader) ReadResponse

func (o *ServeBranchesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ServeBuildFieldOK

type ServeBuildFieldOK struct {
	Payload string
}

ServeBuildFieldOK handles this case with default header values.

successful operation

func NewServeBuildFieldOK

func NewServeBuildFieldOK() *ServeBuildFieldOK

NewServeBuildFieldOK creates a ServeBuildFieldOK with default headers values

func (*ServeBuildFieldOK) Error

func (o *ServeBuildFieldOK) Error() string

func (*ServeBuildFieldOK) GetPayload

func (o *ServeBuildFieldOK) GetPayload() string

type ServeBuildFieldParams

type ServeBuildFieldParams struct {

	/*BtLocator*/
	BtLocator string
	/*BuildLocator*/
	BuildLocator string
	/*Field*/
	Field string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ServeBuildFieldParams contains all the parameters to send to the API endpoint for the serve build field operation typically these are written to a http.Request

func NewServeBuildFieldParams

func NewServeBuildFieldParams() *ServeBuildFieldParams

NewServeBuildFieldParams creates a new ServeBuildFieldParams object with the default values initialized.

func NewServeBuildFieldParamsWithContext

func NewServeBuildFieldParamsWithContext(ctx context.Context) *ServeBuildFieldParams

NewServeBuildFieldParamsWithContext creates a new ServeBuildFieldParams object with the default values initialized, and the ability to set a context for a request

func NewServeBuildFieldParamsWithHTTPClient

func NewServeBuildFieldParamsWithHTTPClient(client *http.Client) *ServeBuildFieldParams

NewServeBuildFieldParamsWithHTTPClient creates a new ServeBuildFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewServeBuildFieldParamsWithTimeout

func NewServeBuildFieldParamsWithTimeout(timeout time.Duration) *ServeBuildFieldParams

NewServeBuildFieldParamsWithTimeout creates a new ServeBuildFieldParams object with the default values initialized, and the ability to set a timeout on a request

func (*ServeBuildFieldParams) SetBtLocator

func (o *ServeBuildFieldParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build field params

func (*ServeBuildFieldParams) SetBuildLocator

func (o *ServeBuildFieldParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build field params

func (*ServeBuildFieldParams) SetContext

func (o *ServeBuildFieldParams) SetContext(ctx context.Context)

SetContext adds the context to the serve build field params

func (*ServeBuildFieldParams) SetField

func (o *ServeBuildFieldParams) SetField(field string)

SetField adds the field to the serve build field params

func (*ServeBuildFieldParams) SetHTTPClient

func (o *ServeBuildFieldParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the serve build field params

func (*ServeBuildFieldParams) SetTimeout

func (o *ServeBuildFieldParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the serve build field params

func (*ServeBuildFieldParams) WithBtLocator

func (o *ServeBuildFieldParams) WithBtLocator(btLocator string) *ServeBuildFieldParams

WithBtLocator adds the btLocator to the serve build field params

func (*ServeBuildFieldParams) WithBuildLocator

func (o *ServeBuildFieldParams) WithBuildLocator(buildLocator string) *ServeBuildFieldParams

WithBuildLocator adds the buildLocator to the serve build field params

func (*ServeBuildFieldParams) WithContext

WithContext adds the context to the serve build field params

func (*ServeBuildFieldParams) WithField

func (o *ServeBuildFieldParams) WithField(field string) *ServeBuildFieldParams

WithField adds the field to the serve build field params

func (*ServeBuildFieldParams) WithHTTPClient

func (o *ServeBuildFieldParams) WithHTTPClient(client *http.Client) *ServeBuildFieldParams

WithHTTPClient adds the HTTPClient to the serve build field params

func (*ServeBuildFieldParams) WithTimeout

func (o *ServeBuildFieldParams) WithTimeout(timeout time.Duration) *ServeBuildFieldParams

WithTimeout adds the timeout to the serve build field params

func (*ServeBuildFieldParams) WriteToRequest

func (o *ServeBuildFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ServeBuildFieldReader

type ServeBuildFieldReader struct {
	// contains filtered or unexported fields
}

ServeBuildFieldReader is a Reader for the ServeBuildField structure.

func (*ServeBuildFieldReader) ReadResponse

func (o *ServeBuildFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ServeBuildTypeBuildsTagsOK

type ServeBuildTypeBuildsTagsOK struct {
	Payload *models.Tags
}

ServeBuildTypeBuildsTagsOK handles this case with default header values.

successful operation

func NewServeBuildTypeBuildsTagsOK

func NewServeBuildTypeBuildsTagsOK() *ServeBuildTypeBuildsTagsOK

NewServeBuildTypeBuildsTagsOK creates a ServeBuildTypeBuildsTagsOK with default headers values

func (*ServeBuildTypeBuildsTagsOK) Error

func (*ServeBuildTypeBuildsTagsOK) GetPayload

func (o *ServeBuildTypeBuildsTagsOK) GetPayload() *models.Tags

type ServeBuildTypeBuildsTagsParams

type ServeBuildTypeBuildsTagsParams struct {

	/*BtLocator*/
	BtLocator string
	/*Field*/
	Field string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ServeBuildTypeBuildsTagsParams contains all the parameters to send to the API endpoint for the serve build type builds tags operation typically these are written to a http.Request

func NewServeBuildTypeBuildsTagsParams

func NewServeBuildTypeBuildsTagsParams() *ServeBuildTypeBuildsTagsParams

NewServeBuildTypeBuildsTagsParams creates a new ServeBuildTypeBuildsTagsParams object with the default values initialized.

func NewServeBuildTypeBuildsTagsParamsWithContext

func NewServeBuildTypeBuildsTagsParamsWithContext(ctx context.Context) *ServeBuildTypeBuildsTagsParams

NewServeBuildTypeBuildsTagsParamsWithContext creates a new ServeBuildTypeBuildsTagsParams object with the default values initialized, and the ability to set a context for a request

func NewServeBuildTypeBuildsTagsParamsWithHTTPClient

func NewServeBuildTypeBuildsTagsParamsWithHTTPClient(client *http.Client) *ServeBuildTypeBuildsTagsParams

NewServeBuildTypeBuildsTagsParamsWithHTTPClient creates a new ServeBuildTypeBuildsTagsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewServeBuildTypeBuildsTagsParamsWithTimeout

func NewServeBuildTypeBuildsTagsParamsWithTimeout(timeout time.Duration) *ServeBuildTypeBuildsTagsParams

NewServeBuildTypeBuildsTagsParamsWithTimeout creates a new ServeBuildTypeBuildsTagsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ServeBuildTypeBuildsTagsParams) SetBtLocator

func (o *ServeBuildTypeBuildsTagsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) SetContext

func (o *ServeBuildTypeBuildsTagsParams) SetContext(ctx context.Context)

SetContext adds the context to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) SetField

func (o *ServeBuildTypeBuildsTagsParams) SetField(field string)

SetField adds the field to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) SetHTTPClient

func (o *ServeBuildTypeBuildsTagsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) SetTimeout

func (o *ServeBuildTypeBuildsTagsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WithBtLocator

WithBtLocator adds the btLocator to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WithContext

WithContext adds the context to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WithField

WithField adds the field to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WithTimeout

WithTimeout adds the timeout to the serve build type builds tags params

func (*ServeBuildTypeBuildsTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypeBuildsTagsReader

type ServeBuildTypeBuildsTagsReader struct {
	// contains filtered or unexported fields
}

ServeBuildTypeBuildsTagsReader is a Reader for the ServeBuildTypeBuildsTags structure.

func (*ServeBuildTypeBuildsTagsReader) ReadResponse

func (o *ServeBuildTypeBuildsTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ServeBuildTypeFieldOK

type ServeBuildTypeFieldOK struct {
	Payload string
}

ServeBuildTypeFieldOK handles this case with default header values.

successful operation

func NewServeBuildTypeFieldOK

func NewServeBuildTypeFieldOK() *ServeBuildTypeFieldOK

NewServeBuildTypeFieldOK creates a ServeBuildTypeFieldOK with default headers values

func (*ServeBuildTypeFieldOK) Error

func (o *ServeBuildTypeFieldOK) Error() string

func (*ServeBuildTypeFieldOK) GetPayload

func (o *ServeBuildTypeFieldOK) GetPayload() string

type ServeBuildTypeFieldParams

type ServeBuildTypeFieldParams struct {

	/*BtLocator*/
	BtLocator string
	/*Field*/
	Field string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ServeBuildTypeFieldParams contains all the parameters to send to the API endpoint for the serve build type field operation typically these are written to a http.Request

func NewServeBuildTypeFieldParams

func NewServeBuildTypeFieldParams() *ServeBuildTypeFieldParams

NewServeBuildTypeFieldParams creates a new ServeBuildTypeFieldParams object with the default values initialized.

func NewServeBuildTypeFieldParamsWithContext

func NewServeBuildTypeFieldParamsWithContext(ctx context.Context) *ServeBuildTypeFieldParams

NewServeBuildTypeFieldParamsWithContext creates a new ServeBuildTypeFieldParams object with the default values initialized, and the ability to set a context for a request

func NewServeBuildTypeFieldParamsWithHTTPClient

func NewServeBuildTypeFieldParamsWithHTTPClient(client *http.Client) *ServeBuildTypeFieldParams

NewServeBuildTypeFieldParamsWithHTTPClient creates a new ServeBuildTypeFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewServeBuildTypeFieldParamsWithTimeout

func NewServeBuildTypeFieldParamsWithTimeout(timeout time.Duration) *ServeBuildTypeFieldParams

NewServeBuildTypeFieldParamsWithTimeout creates a new ServeBuildTypeFieldParams object with the default values initialized, and the ability to set a timeout on a request

func (*ServeBuildTypeFieldParams) SetBtLocator

func (o *ServeBuildTypeFieldParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type field params

func (*ServeBuildTypeFieldParams) SetContext

func (o *ServeBuildTypeFieldParams) SetContext(ctx context.Context)

SetContext adds the context to the serve build type field params

func (*ServeBuildTypeFieldParams) SetField

func (o *ServeBuildTypeFieldParams) SetField(field string)

SetField adds the field to the serve build type field params

func (*ServeBuildTypeFieldParams) SetHTTPClient

func (o *ServeBuildTypeFieldParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the serve build type field params

func (*ServeBuildTypeFieldParams) SetTimeout

func (o *ServeBuildTypeFieldParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the serve build type field params

func (*ServeBuildTypeFieldParams) WithBtLocator

func (o *ServeBuildTypeFieldParams) WithBtLocator(btLocator string) *ServeBuildTypeFieldParams

WithBtLocator adds the btLocator to the serve build type field params

func (*ServeBuildTypeFieldParams) WithContext

WithContext adds the context to the serve build type field params

func (*ServeBuildTypeFieldParams) WithField

WithField adds the field to the serve build type field params

func (*ServeBuildTypeFieldParams) WithHTTPClient

func (o *ServeBuildTypeFieldParams) WithHTTPClient(client *http.Client) *ServeBuildTypeFieldParams

WithHTTPClient adds the HTTPClient to the serve build type field params

func (*ServeBuildTypeFieldParams) WithTimeout

WithTimeout adds the timeout to the serve build type field params

func (*ServeBuildTypeFieldParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypeFieldReader

type ServeBuildTypeFieldReader struct {
	// contains filtered or unexported fields
}

ServeBuildTypeFieldReader is a Reader for the ServeBuildTypeField structure.

func (*ServeBuildTypeFieldReader) ReadResponse

func (o *ServeBuildTypeFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ServeBuildTypeXMLOK

type ServeBuildTypeXMLOK struct {
	Payload *models.BuildType
}

ServeBuildTypeXMLOK handles this case with default header values.

successful operation

func NewServeBuildTypeXMLOK

func NewServeBuildTypeXMLOK() *ServeBuildTypeXMLOK

NewServeBuildTypeXMLOK creates a ServeBuildTypeXMLOK with default headers values

func (*ServeBuildTypeXMLOK) Error

func (o *ServeBuildTypeXMLOK) Error() string

func (*ServeBuildTypeXMLOK) GetPayload

func (o *ServeBuildTypeXMLOK) GetPayload() *models.BuildType

type ServeBuildTypeXMLParams

type ServeBuildTypeXMLParams struct {

	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ServeBuildTypeXMLParams contains all the parameters to send to the API endpoint for the serve build type XML operation typically these are written to a http.Request

func NewServeBuildTypeXMLParams

func NewServeBuildTypeXMLParams() *ServeBuildTypeXMLParams

NewServeBuildTypeXMLParams creates a new ServeBuildTypeXMLParams object with the default values initialized.

func NewServeBuildTypeXMLParamsWithContext

func NewServeBuildTypeXMLParamsWithContext(ctx context.Context) *ServeBuildTypeXMLParams

NewServeBuildTypeXMLParamsWithContext creates a new ServeBuildTypeXMLParams object with the default values initialized, and the ability to set a context for a request

func NewServeBuildTypeXMLParamsWithHTTPClient

func NewServeBuildTypeXMLParamsWithHTTPClient(client *http.Client) *ServeBuildTypeXMLParams

NewServeBuildTypeXMLParamsWithHTTPClient creates a new ServeBuildTypeXMLParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewServeBuildTypeXMLParamsWithTimeout

func NewServeBuildTypeXMLParamsWithTimeout(timeout time.Duration) *ServeBuildTypeXMLParams

NewServeBuildTypeXMLParamsWithTimeout creates a new ServeBuildTypeXMLParams object with the default values initialized, and the ability to set a timeout on a request

func (*ServeBuildTypeXMLParams) SetBtLocator

func (o *ServeBuildTypeXMLParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the serve build type XML params

func (*ServeBuildTypeXMLParams) SetContext

func (o *ServeBuildTypeXMLParams) SetContext(ctx context.Context)

SetContext adds the context to the serve build type XML params

func (*ServeBuildTypeXMLParams) SetFields

func (o *ServeBuildTypeXMLParams) SetFields(fields *string)

SetFields adds the fields to the serve build type XML params

func (*ServeBuildTypeXMLParams) SetHTTPClient

func (o *ServeBuildTypeXMLParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the serve build type XML params

func (*ServeBuildTypeXMLParams) SetTimeout

func (o *ServeBuildTypeXMLParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the serve build type XML params

func (*ServeBuildTypeXMLParams) WithBtLocator

func (o *ServeBuildTypeXMLParams) WithBtLocator(btLocator string) *ServeBuildTypeXMLParams

WithBtLocator adds the btLocator to the serve build type XML params

func (*ServeBuildTypeXMLParams) WithContext

WithContext adds the context to the serve build type XML params

func (*ServeBuildTypeXMLParams) WithFields

func (o *ServeBuildTypeXMLParams) WithFields(fields *string) *ServeBuildTypeXMLParams

WithFields adds the fields to the serve build type XML params

func (*ServeBuildTypeXMLParams) WithHTTPClient

func (o *ServeBuildTypeXMLParams) WithHTTPClient(client *http.Client) *ServeBuildTypeXMLParams

WithHTTPClient adds the HTTPClient to the serve build type XML params

func (*ServeBuildTypeXMLParams) WithTimeout

WithTimeout adds the timeout to the serve build type XML params

func (*ServeBuildTypeXMLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildTypeXMLReader

type ServeBuildTypeXMLReader struct {
	// contains filtered or unexported fields
}

ServeBuildTypeXMLReader is a Reader for the ServeBuildTypeXML structure.

func (*ServeBuildTypeXMLReader) ReadResponse

func (o *ServeBuildTypeXMLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetBuildTypeFieldOK

type SetBuildTypeFieldOK struct {
	Payload string
}

SetBuildTypeFieldOK handles this case with default header values.

successful operation

func NewSetBuildTypeFieldOK

func NewSetBuildTypeFieldOK() *SetBuildTypeFieldOK

NewSetBuildTypeFieldOK creates a SetBuildTypeFieldOK with default headers values

func (*SetBuildTypeFieldOK) Error

func (o *SetBuildTypeFieldOK) Error() string

func (*SetBuildTypeFieldOK) GetPayload

func (o *SetBuildTypeFieldOK) GetPayload() string

type SetBuildTypeFieldParams

type SetBuildTypeFieldParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*Field*/
	Field string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetBuildTypeFieldParams contains all the parameters to send to the API endpoint for the set build type field operation typically these are written to a http.Request

func NewSetBuildTypeFieldParams

func NewSetBuildTypeFieldParams() *SetBuildTypeFieldParams

NewSetBuildTypeFieldParams creates a new SetBuildTypeFieldParams object with the default values initialized.

func NewSetBuildTypeFieldParamsWithContext

func NewSetBuildTypeFieldParamsWithContext(ctx context.Context) *SetBuildTypeFieldParams

NewSetBuildTypeFieldParamsWithContext creates a new SetBuildTypeFieldParams object with the default values initialized, and the ability to set a context for a request

func NewSetBuildTypeFieldParamsWithHTTPClient

func NewSetBuildTypeFieldParamsWithHTTPClient(client *http.Client) *SetBuildTypeFieldParams

NewSetBuildTypeFieldParamsWithHTTPClient creates a new SetBuildTypeFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetBuildTypeFieldParamsWithTimeout

func NewSetBuildTypeFieldParamsWithTimeout(timeout time.Duration) *SetBuildTypeFieldParams

NewSetBuildTypeFieldParamsWithTimeout creates a new SetBuildTypeFieldParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetBuildTypeFieldParams) SetBody

func (o *SetBuildTypeFieldParams) SetBody(body string)

SetBody adds the body to the set build type field params

func (*SetBuildTypeFieldParams) SetBtLocator

func (o *SetBuildTypeFieldParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the set build type field params

func (*SetBuildTypeFieldParams) SetContext

func (o *SetBuildTypeFieldParams) SetContext(ctx context.Context)

SetContext adds the context to the set build type field params

func (*SetBuildTypeFieldParams) SetField

func (o *SetBuildTypeFieldParams) SetField(field string)

SetField adds the field to the set build type field params

func (*SetBuildTypeFieldParams) SetHTTPClient

func (o *SetBuildTypeFieldParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set build type field params

func (*SetBuildTypeFieldParams) SetTimeout

func (o *SetBuildTypeFieldParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set build type field params

func (*SetBuildTypeFieldParams) WithBody

WithBody adds the body to the set build type field params

func (*SetBuildTypeFieldParams) WithBtLocator

func (o *SetBuildTypeFieldParams) WithBtLocator(btLocator string) *SetBuildTypeFieldParams

WithBtLocator adds the btLocator to the set build type field params

func (*SetBuildTypeFieldParams) WithContext

WithContext adds the context to the set build type field params

func (*SetBuildTypeFieldParams) WithField

WithField adds the field to the set build type field params

func (*SetBuildTypeFieldParams) WithHTTPClient

func (o *SetBuildTypeFieldParams) WithHTTPClient(client *http.Client) *SetBuildTypeFieldParams

WithHTTPClient adds the HTTPClient to the set build type field params

func (*SetBuildTypeFieldParams) WithTimeout

WithTimeout adds the timeout to the set build type field params

func (*SetBuildTypeFieldParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetBuildTypeFieldReader

type SetBuildTypeFieldReader struct {
	// contains filtered or unexported fields
}

SetBuildTypeFieldReader is a Reader for the SetBuildTypeField structure.

func (*SetBuildTypeFieldReader) ReadResponse

func (o *SetBuildTypeFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetTemplatesOK

type SetTemplatesOK struct {
	Payload *models.BuildTypes
}

SetTemplatesOK handles this case with default header values.

successful operation

func NewSetTemplatesOK

func NewSetTemplatesOK() *SetTemplatesOK

NewSetTemplatesOK creates a SetTemplatesOK with default headers values

func (*SetTemplatesOK) Error

func (o *SetTemplatesOK) Error() string

func (*SetTemplatesOK) GetPayload

func (o *SetTemplatesOK) GetPayload() *models.BuildTypes

type SetTemplatesParams

type SetTemplatesParams struct {

	/*Body*/
	Body *models.BuildTypes
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*OptimizeSettings*/
	OptimizeSettings *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetTemplatesParams contains all the parameters to send to the API endpoint for the set templates operation typically these are written to a http.Request

func NewSetTemplatesParams

func NewSetTemplatesParams() *SetTemplatesParams

NewSetTemplatesParams creates a new SetTemplatesParams object with the default values initialized.

func NewSetTemplatesParamsWithContext

func NewSetTemplatesParamsWithContext(ctx context.Context) *SetTemplatesParams

NewSetTemplatesParamsWithContext creates a new SetTemplatesParams object with the default values initialized, and the ability to set a context for a request

func NewSetTemplatesParamsWithHTTPClient

func NewSetTemplatesParamsWithHTTPClient(client *http.Client) *SetTemplatesParams

NewSetTemplatesParamsWithHTTPClient creates a new SetTemplatesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetTemplatesParamsWithTimeout

func NewSetTemplatesParamsWithTimeout(timeout time.Duration) *SetTemplatesParams

NewSetTemplatesParamsWithTimeout creates a new SetTemplatesParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetTemplatesParams) SetBody

func (o *SetTemplatesParams) SetBody(body *models.BuildTypes)

SetBody adds the body to the set templates params

func (*SetTemplatesParams) SetBtLocator

func (o *SetTemplatesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the set templates params

func (*SetTemplatesParams) SetContext

func (o *SetTemplatesParams) SetContext(ctx context.Context)

SetContext adds the context to the set templates params

func (*SetTemplatesParams) SetFields

func (o *SetTemplatesParams) SetFields(fields *string)

SetFields adds the fields to the set templates params

func (*SetTemplatesParams) SetHTTPClient

func (o *SetTemplatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set templates params

func (*SetTemplatesParams) SetOptimizeSettings

func (o *SetTemplatesParams) SetOptimizeSettings(optimizeSettings *bool)

SetOptimizeSettings adds the optimizeSettings to the set templates params

func (*SetTemplatesParams) SetTimeout

func (o *SetTemplatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set templates params

func (*SetTemplatesParams) WithBody

WithBody adds the body to the set templates params

func (*SetTemplatesParams) WithBtLocator

func (o *SetTemplatesParams) WithBtLocator(btLocator string) *SetTemplatesParams

WithBtLocator adds the btLocator to the set templates params

func (*SetTemplatesParams) WithContext

WithContext adds the context to the set templates params

func (*SetTemplatesParams) WithFields

func (o *SetTemplatesParams) WithFields(fields *string) *SetTemplatesParams

WithFields adds the fields to the set templates params

func (*SetTemplatesParams) WithHTTPClient

func (o *SetTemplatesParams) WithHTTPClient(client *http.Client) *SetTemplatesParams

WithHTTPClient adds the HTTPClient to the set templates params

func (*SetTemplatesParams) WithOptimizeSettings

func (o *SetTemplatesParams) WithOptimizeSettings(optimizeSettings *bool) *SetTemplatesParams

WithOptimizeSettings adds the optimizeSettings to the set templates params

func (*SetTemplatesParams) WithTimeout

func (o *SetTemplatesParams) WithTimeout(timeout time.Duration) *SetTemplatesParams

WithTimeout adds the timeout to the set templates params

func (*SetTemplatesParams) WriteToRequest

func (o *SetTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetTemplatesReader

type SetTemplatesReader struct {
	// contains filtered or unexported fields
}

SetTemplatesReader is a Reader for the SetTemplates structure.

func (*SetTemplatesReader) ReadResponse

func (o *SetTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetVCSLabelingOptionsOK

type SetVCSLabelingOptionsOK struct {
	Payload *models.VcsLabeling
}

SetVCSLabelingOptionsOK handles this case with default header values.

successful operation

func NewSetVCSLabelingOptionsOK

func NewSetVCSLabelingOptionsOK() *SetVCSLabelingOptionsOK

NewSetVCSLabelingOptionsOK creates a SetVCSLabelingOptionsOK with default headers values

func (*SetVCSLabelingOptionsOK) Error

func (o *SetVCSLabelingOptionsOK) Error() string

func (*SetVCSLabelingOptionsOK) GetPayload

func (o *SetVCSLabelingOptionsOK) GetPayload() *models.VcsLabeling

type SetVCSLabelingOptionsParams

type SetVCSLabelingOptionsParams struct {

	/*Body*/
	Body *models.VcsLabeling
	/*BtLocator*/
	BtLocator string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetVCSLabelingOptionsParams contains all the parameters to send to the API endpoint for the set v c s labeling options operation typically these are written to a http.Request

func NewSetVCSLabelingOptionsParams

func NewSetVCSLabelingOptionsParams() *SetVCSLabelingOptionsParams

NewSetVCSLabelingOptionsParams creates a new SetVCSLabelingOptionsParams object with the default values initialized.

func NewSetVCSLabelingOptionsParamsWithContext

func NewSetVCSLabelingOptionsParamsWithContext(ctx context.Context) *SetVCSLabelingOptionsParams

NewSetVCSLabelingOptionsParamsWithContext creates a new SetVCSLabelingOptionsParams object with the default values initialized, and the ability to set a context for a request

func NewSetVCSLabelingOptionsParamsWithHTTPClient

func NewSetVCSLabelingOptionsParamsWithHTTPClient(client *http.Client) *SetVCSLabelingOptionsParams

NewSetVCSLabelingOptionsParamsWithHTTPClient creates a new SetVCSLabelingOptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetVCSLabelingOptionsParamsWithTimeout

func NewSetVCSLabelingOptionsParamsWithTimeout(timeout time.Duration) *SetVCSLabelingOptionsParams

NewSetVCSLabelingOptionsParamsWithTimeout creates a new SetVCSLabelingOptionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetVCSLabelingOptionsParams) SetBody

SetBody adds the body to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) SetBtLocator

func (o *SetVCSLabelingOptionsParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) SetContext

func (o *SetVCSLabelingOptionsParams) SetContext(ctx context.Context)

SetContext adds the context to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) SetHTTPClient

func (o *SetVCSLabelingOptionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) SetTimeout

func (o *SetVCSLabelingOptionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WithBody

WithBody adds the body to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WithBtLocator

func (o *SetVCSLabelingOptionsParams) WithBtLocator(btLocator string) *SetVCSLabelingOptionsParams

WithBtLocator adds the btLocator to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WithContext

WithContext adds the context to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WithTimeout

WithTimeout adds the timeout to the set v c s labeling options params

func (*SetVCSLabelingOptionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetVCSLabelingOptionsReader

type SetVCSLabelingOptionsReader struct {
	// contains filtered or unexported fields
}

SetVCSLabelingOptionsReader is a Reader for the SetVCSLabelingOptions structure.

func (*SetVCSLabelingOptionsReader) ReadResponse

func (o *SetVCSLabelingOptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVcsRootEntryCheckoutRulesOK

type UpdateVcsRootEntryCheckoutRulesOK struct {
	Payload string
}

UpdateVcsRootEntryCheckoutRulesOK handles this case with default header values.

successful operation

func NewUpdateVcsRootEntryCheckoutRulesOK

func NewUpdateVcsRootEntryCheckoutRulesOK() *UpdateVcsRootEntryCheckoutRulesOK

NewUpdateVcsRootEntryCheckoutRulesOK creates a UpdateVcsRootEntryCheckoutRulesOK with default headers values

func (*UpdateVcsRootEntryCheckoutRulesOK) Error

func (*UpdateVcsRootEntryCheckoutRulesOK) GetPayload

func (o *UpdateVcsRootEntryCheckoutRulesOK) GetPayload() string

type UpdateVcsRootEntryCheckoutRulesParams

type UpdateVcsRootEntryCheckoutRulesParams struct {

	/*Body*/
	Body string
	/*BtLocator*/
	BtLocator string
	/*VcsRootLocator*/
	VcsRootLocator string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVcsRootEntryCheckoutRulesParams contains all the parameters to send to the API endpoint for the update vcs root entry checkout rules operation typically these are written to a http.Request

func NewUpdateVcsRootEntryCheckoutRulesParams

func NewUpdateVcsRootEntryCheckoutRulesParams() *UpdateVcsRootEntryCheckoutRulesParams

NewUpdateVcsRootEntryCheckoutRulesParams creates a new UpdateVcsRootEntryCheckoutRulesParams object with the default values initialized.

func NewUpdateVcsRootEntryCheckoutRulesParamsWithContext

func NewUpdateVcsRootEntryCheckoutRulesParamsWithContext(ctx context.Context) *UpdateVcsRootEntryCheckoutRulesParams

NewUpdateVcsRootEntryCheckoutRulesParamsWithContext creates a new UpdateVcsRootEntryCheckoutRulesParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateVcsRootEntryCheckoutRulesParamsWithHTTPClient

func NewUpdateVcsRootEntryCheckoutRulesParamsWithHTTPClient(client *http.Client) *UpdateVcsRootEntryCheckoutRulesParams

NewUpdateVcsRootEntryCheckoutRulesParamsWithHTTPClient creates a new UpdateVcsRootEntryCheckoutRulesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateVcsRootEntryCheckoutRulesParamsWithTimeout

func NewUpdateVcsRootEntryCheckoutRulesParamsWithTimeout(timeout time.Duration) *UpdateVcsRootEntryCheckoutRulesParams

NewUpdateVcsRootEntryCheckoutRulesParamsWithTimeout creates a new UpdateVcsRootEntryCheckoutRulesParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateVcsRootEntryCheckoutRulesParams) SetBody

SetBody adds the body to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) SetBtLocator

func (o *UpdateVcsRootEntryCheckoutRulesParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) SetContext

SetContext adds the context to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) SetHTTPClient

func (o *UpdateVcsRootEntryCheckoutRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) SetTimeout

func (o *UpdateVcsRootEntryCheckoutRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) SetVcsRootLocator

func (o *UpdateVcsRootEntryCheckoutRulesParams) SetVcsRootLocator(vcsRootLocator string)

SetVcsRootLocator adds the vcsRootLocator to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithBody

WithBody adds the body to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithBtLocator

WithBtLocator adds the btLocator to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithContext

WithContext adds the context to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithTimeout

WithTimeout adds the timeout to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WithVcsRootLocator

WithVcsRootLocator adds the vcsRootLocator to the update vcs root entry checkout rules params

func (*UpdateVcsRootEntryCheckoutRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVcsRootEntryCheckoutRulesReader

type UpdateVcsRootEntryCheckoutRulesReader struct {
	// contains filtered or unexported fields
}

UpdateVcsRootEntryCheckoutRulesReader is a Reader for the UpdateVcsRootEntryCheckoutRules structure.

func (*UpdateVcsRootEntryCheckoutRulesReader) ReadResponse

func (o *UpdateVcsRootEntryCheckoutRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVcsRootEntryOK

type UpdateVcsRootEntryOK struct {
	Payload *models.VcsRootEntry
}

UpdateVcsRootEntryOK handles this case with default header values.

successful operation

func NewUpdateVcsRootEntryOK

func NewUpdateVcsRootEntryOK() *UpdateVcsRootEntryOK

NewUpdateVcsRootEntryOK creates a UpdateVcsRootEntryOK with default headers values

func (*UpdateVcsRootEntryOK) Error

func (o *UpdateVcsRootEntryOK) Error() string

func (*UpdateVcsRootEntryOK) GetPayload

func (o *UpdateVcsRootEntryOK) GetPayload() *models.VcsRootEntry

type UpdateVcsRootEntryParams

type UpdateVcsRootEntryParams struct {

	/*Body*/
	Body *models.VcsRootEntry
	/*BtLocator*/
	BtLocator string
	/*Fields*/
	Fields *string
	/*VcsRootLocator*/
	VcsRootLocator string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVcsRootEntryParams contains all the parameters to send to the API endpoint for the update vcs root entry operation typically these are written to a http.Request

func NewUpdateVcsRootEntryParams

func NewUpdateVcsRootEntryParams() *UpdateVcsRootEntryParams

NewUpdateVcsRootEntryParams creates a new UpdateVcsRootEntryParams object with the default values initialized.

func NewUpdateVcsRootEntryParamsWithContext

func NewUpdateVcsRootEntryParamsWithContext(ctx context.Context) *UpdateVcsRootEntryParams

NewUpdateVcsRootEntryParamsWithContext creates a new UpdateVcsRootEntryParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateVcsRootEntryParamsWithHTTPClient

func NewUpdateVcsRootEntryParamsWithHTTPClient(client *http.Client) *UpdateVcsRootEntryParams

NewUpdateVcsRootEntryParamsWithHTTPClient creates a new UpdateVcsRootEntryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateVcsRootEntryParamsWithTimeout

func NewUpdateVcsRootEntryParamsWithTimeout(timeout time.Duration) *UpdateVcsRootEntryParams

NewUpdateVcsRootEntryParamsWithTimeout creates a new UpdateVcsRootEntryParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateVcsRootEntryParams) SetBody

func (o *UpdateVcsRootEntryParams) SetBody(body *models.VcsRootEntry)

SetBody adds the body to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetBtLocator

func (o *UpdateVcsRootEntryParams) SetBtLocator(btLocator string)

SetBtLocator adds the btLocator to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetContext

func (o *UpdateVcsRootEntryParams) SetContext(ctx context.Context)

SetContext adds the context to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetFields

func (o *UpdateVcsRootEntryParams) SetFields(fields *string)

SetFields adds the fields to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetHTTPClient

func (o *UpdateVcsRootEntryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetTimeout

func (o *UpdateVcsRootEntryParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update vcs root entry params

func (*UpdateVcsRootEntryParams) SetVcsRootLocator

func (o *UpdateVcsRootEntryParams) SetVcsRootLocator(vcsRootLocator string)

SetVcsRootLocator adds the vcsRootLocator to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithBody

WithBody adds the body to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithBtLocator

func (o *UpdateVcsRootEntryParams) WithBtLocator(btLocator string) *UpdateVcsRootEntryParams

WithBtLocator adds the btLocator to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithContext

WithContext adds the context to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithFields

WithFields adds the fields to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithHTTPClient

func (o *UpdateVcsRootEntryParams) WithHTTPClient(client *http.Client) *UpdateVcsRootEntryParams

WithHTTPClient adds the HTTPClient to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithTimeout

WithTimeout adds the timeout to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WithVcsRootLocator

func (o *UpdateVcsRootEntryParams) WithVcsRootLocator(vcsRootLocator string) *UpdateVcsRootEntryParams

WithVcsRootLocator adds the vcsRootLocator to the update vcs root entry params

func (*UpdateVcsRootEntryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVcsRootEntryReader

type UpdateVcsRootEntryReader struct {
	// contains filtered or unexported fields
}

UpdateVcsRootEntryReader is a Reader for the UpdateVcsRootEntry structure.

func (*UpdateVcsRootEntryReader) ReadResponse

func (o *UpdateVcsRootEntryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL