build

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 AddLogMessageDefault

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

AddLogMessageDefault handles this case with default header values.

successful operation

func NewAddLogMessageDefault

func NewAddLogMessageDefault(code int) *AddLogMessageDefault

NewAddLogMessageDefault creates a AddLogMessageDefault with default headers values

func (*AddLogMessageDefault) Code

func (o *AddLogMessageDefault) Code() int

Code gets the status code for the add log message default response

func (*AddLogMessageDefault) Error

func (o *AddLogMessageDefault) Error() string

type AddLogMessageParams

type AddLogMessageParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

AddLogMessageParams contains all the parameters to send to the API endpoint for the add log message operation typically these are written to a http.Request

func NewAddLogMessageParams

func NewAddLogMessageParams() *AddLogMessageParams

NewAddLogMessageParams creates a new AddLogMessageParams object with the default values initialized.

func NewAddLogMessageParamsWithContext

func NewAddLogMessageParamsWithContext(ctx context.Context) *AddLogMessageParams

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

func NewAddLogMessageParamsWithHTTPClient

func NewAddLogMessageParamsWithHTTPClient(client *http.Client) *AddLogMessageParams

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

func NewAddLogMessageParamsWithTimeout

func NewAddLogMessageParamsWithTimeout(timeout time.Duration) *AddLogMessageParams

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

func (*AddLogMessageParams) SetBody

func (o *AddLogMessageParams) SetBody(body string)

SetBody adds the body to the add log message params

func (*AddLogMessageParams) SetBuildLocator

func (o *AddLogMessageParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the add log message params

func (*AddLogMessageParams) SetContext

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

SetContext adds the context to the add log message params

func (*AddLogMessageParams) SetFields

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

SetFields adds the fields to the add log message params

func (*AddLogMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add log message params

func (*AddLogMessageParams) SetTimeout

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

SetTimeout adds the timeout to the add log message params

func (*AddLogMessageParams) WithBody

func (o *AddLogMessageParams) WithBody(body string) *AddLogMessageParams

WithBody adds the body to the add log message params

func (*AddLogMessageParams) WithBuildLocator

func (o *AddLogMessageParams) WithBuildLocator(buildLocator string) *AddLogMessageParams

WithBuildLocator adds the buildLocator to the add log message params

func (*AddLogMessageParams) WithContext

WithContext adds the context to the add log message params

func (*AddLogMessageParams) WithFields

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

WithFields adds the fields to the add log message params

func (*AddLogMessageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add log message params

func (*AddLogMessageParams) WithTimeout

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

WithTimeout adds the timeout to the add log message params

func (*AddLogMessageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddLogMessageReader

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

AddLogMessageReader is a Reader for the AddLogMessage structure.

func (*AddLogMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddProblemOK

type AddProblemOK struct {
	Payload *models.ProblemOccurrence
}

AddProblemOK handles this case with default header values.

successful operation

func NewAddProblemOK

func NewAddProblemOK() *AddProblemOK

NewAddProblemOK creates a AddProblemOK with default headers values

func (*AddProblemOK) Error

func (o *AddProblemOK) Error() string

func (*AddProblemOK) GetPayload

func (o *AddProblemOK) GetPayload() *models.ProblemOccurrence

type AddProblemParams

type AddProblemParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

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

func NewAddProblemParams

func NewAddProblemParams() *AddProblemParams

NewAddProblemParams creates a new AddProblemParams object with the default values initialized.

func NewAddProblemParamsWithContext

func NewAddProblemParamsWithContext(ctx context.Context) *AddProblemParams

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

func NewAddProblemParamsWithHTTPClient

func NewAddProblemParamsWithHTTPClient(client *http.Client) *AddProblemParams

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

func NewAddProblemParamsWithTimeout

func NewAddProblemParamsWithTimeout(timeout time.Duration) *AddProblemParams

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

func (*AddProblemParams) SetBody

func (o *AddProblemParams) SetBody(body string)

SetBody adds the body to the add problem params

func (*AddProblemParams) SetBuildLocator

func (o *AddProblemParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the add problem params

func (*AddProblemParams) SetContext

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

SetContext adds the context to the add problem params

func (*AddProblemParams) SetFields

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

SetFields adds the fields to the add problem params

func (*AddProblemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add problem params

func (*AddProblemParams) SetTimeout

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

SetTimeout adds the timeout to the add problem params

func (*AddProblemParams) WithBody

func (o *AddProblemParams) WithBody(body string) *AddProblemParams

WithBody adds the body to the add problem params

func (*AddProblemParams) WithBuildLocator

func (o *AddProblemParams) WithBuildLocator(buildLocator string) *AddProblemParams

WithBuildLocator adds the buildLocator to the add problem params

func (*AddProblemParams) WithContext

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

WithContext adds the context to the add problem params

func (*AddProblemParams) WithFields

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

WithFields adds the fields to the add problem params

func (*AddProblemParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add problem params

func (*AddProblemParams) WithTimeout

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

WithTimeout adds the timeout to the add problem params

func (*AddProblemParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddProblemReader

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

AddProblemReader is a Reader for the AddProblem structure.

func (*AddProblemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddTagsMultipleOK

type AddTagsMultipleOK struct {
	Payload *models.MultipleOperationResult
}

AddTagsMultipleOK handles this case with default header values.

successful operation

func NewAddTagsMultipleOK

func NewAddTagsMultipleOK() *AddTagsMultipleOK

NewAddTagsMultipleOK creates a AddTagsMultipleOK with default headers values

func (*AddTagsMultipleOK) Error

func (o *AddTagsMultipleOK) Error() string

func (*AddTagsMultipleOK) GetPayload

type AddTagsMultipleParams

type AddTagsMultipleParams struct {

	/*Body*/
	Body *models.Tags
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

AddTagsMultipleParams contains all the parameters to send to the API endpoint for the add tags multiple operation typically these are written to a http.Request

func NewAddTagsMultipleParams

func NewAddTagsMultipleParams() *AddTagsMultipleParams

NewAddTagsMultipleParams creates a new AddTagsMultipleParams object with the default values initialized.

func NewAddTagsMultipleParamsWithContext

func NewAddTagsMultipleParamsWithContext(ctx context.Context) *AddTagsMultipleParams

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

func NewAddTagsMultipleParamsWithHTTPClient

func NewAddTagsMultipleParamsWithHTTPClient(client *http.Client) *AddTagsMultipleParams

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

func NewAddTagsMultipleParamsWithTimeout

func NewAddTagsMultipleParamsWithTimeout(timeout time.Duration) *AddTagsMultipleParams

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

func (*AddTagsMultipleParams) SetBody

func (o *AddTagsMultipleParams) SetBody(body *models.Tags)

SetBody adds the body to the add tags multiple params

func (*AddTagsMultipleParams) SetBuildLocator

func (o *AddTagsMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the add tags multiple params

func (*AddTagsMultipleParams) SetContext

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

SetContext adds the context to the add tags multiple params

func (*AddTagsMultipleParams) SetFields

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

SetFields adds the fields to the add tags multiple params

func (*AddTagsMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add tags multiple params

func (*AddTagsMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the add tags multiple params

func (*AddTagsMultipleParams) WithBody

WithBody adds the body to the add tags multiple params

func (*AddTagsMultipleParams) WithBuildLocator

func (o *AddTagsMultipleParams) WithBuildLocator(buildLocator string) *AddTagsMultipleParams

WithBuildLocator adds the buildLocator to the add tags multiple params

func (*AddTagsMultipleParams) WithContext

WithContext adds the context to the add tags multiple params

func (*AddTagsMultipleParams) WithFields

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

WithFields adds the fields to the add tags multiple params

func (*AddTagsMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add tags multiple params

func (*AddTagsMultipleParams) WithTimeout

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

WithTimeout adds the timeout to the add tags multiple params

func (*AddTagsMultipleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddTagsMultipleReader

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

AddTagsMultipleReader is a Reader for the AddTagsMultiple structure.

func (*AddTagsMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddTagsOK

type AddTagsOK struct {
	Payload *models.Tags
}

AddTagsOK handles this case with default header values.

successful operation

func NewAddTagsOK

func NewAddTagsOK() *AddTagsOK

NewAddTagsOK creates a AddTagsOK with default headers values

func (*AddTagsOK) Error

func (o *AddTagsOK) Error() string

func (*AddTagsOK) GetPayload

func (o *AddTagsOK) GetPayload() *models.Tags

type AddTagsParams

type AddTagsParams struct {

	/*Body*/
	Body *models.Tags
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

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

func NewAddTagsParams

func NewAddTagsParams() *AddTagsParams

NewAddTagsParams creates a new AddTagsParams object with the default values initialized.

func NewAddTagsParamsWithContext

func NewAddTagsParamsWithContext(ctx context.Context) *AddTagsParams

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

func NewAddTagsParamsWithHTTPClient

func NewAddTagsParamsWithHTTPClient(client *http.Client) *AddTagsParams

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

func NewAddTagsParamsWithTimeout

func NewAddTagsParamsWithTimeout(timeout time.Duration) *AddTagsParams

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

func (*AddTagsParams) SetBody

func (o *AddTagsParams) SetBody(body *models.Tags)

SetBody adds the body to the add tags params

func (*AddTagsParams) SetBuildLocator

func (o *AddTagsParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the add tags params

func (*AddTagsParams) SetContext

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

SetContext adds the context to the add tags params

func (*AddTagsParams) SetFields

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

SetFields adds the fields to the add tags params

func (*AddTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add tags params

func (*AddTagsParams) SetTimeout

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

SetTimeout adds the timeout to the add tags params

func (*AddTagsParams) WithBody

func (o *AddTagsParams) WithBody(body *models.Tags) *AddTagsParams

WithBody adds the body to the add tags params

func (*AddTagsParams) WithBuildLocator

func (o *AddTagsParams) WithBuildLocator(buildLocator string) *AddTagsParams

WithBuildLocator adds the buildLocator to the add tags params

func (*AddTagsParams) WithContext

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

WithContext adds the context to the add tags params

func (*AddTagsParams) WithFields

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

WithFields adds the fields to the add tags params

func (*AddTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add tags params

func (*AddTagsParams) WithTimeout

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

WithTimeout adds the timeout to the add tags params

func (*AddTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddTagsReader

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

AddTagsReader is a Reader for the AddTags structure.

func (*AddTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelBuildOK

type CancelBuildOK struct {
	Payload *models.BuildCancelRequest
}

CancelBuildOK handles this case with default header values.

successful operation

func NewCancelBuildOK

func NewCancelBuildOK() *CancelBuildOK

NewCancelBuildOK creates a CancelBuildOK with default headers values

func (*CancelBuildOK) Error

func (o *CancelBuildOK) Error() string

func (*CancelBuildOK) GetPayload

func (o *CancelBuildOK) GetPayload() *models.BuildCancelRequest

type CancelBuildParams

type CancelBuildParams struct {

	/*BuildLocator*/
	BuildLocator string

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

CancelBuildParams contains all the parameters to send to the API endpoint for the cancel build operation typically these are written to a http.Request

func NewCancelBuildParams

func NewCancelBuildParams() *CancelBuildParams

NewCancelBuildParams creates a new CancelBuildParams object with the default values initialized.

func NewCancelBuildParamsWithContext

func NewCancelBuildParamsWithContext(ctx context.Context) *CancelBuildParams

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

func NewCancelBuildParamsWithHTTPClient

func NewCancelBuildParamsWithHTTPClient(client *http.Client) *CancelBuildParams

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

func NewCancelBuildParamsWithTimeout

func NewCancelBuildParamsWithTimeout(timeout time.Duration) *CancelBuildParams

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

func (*CancelBuildParams) SetBuildLocator

func (o *CancelBuildParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the cancel build params

func (*CancelBuildParams) SetContext

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

SetContext adds the context to the cancel build params

func (*CancelBuildParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel build params

func (*CancelBuildParams) SetTimeout

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

SetTimeout adds the timeout to the cancel build params

func (*CancelBuildParams) WithBuildLocator

func (o *CancelBuildParams) WithBuildLocator(buildLocator string) *CancelBuildParams

WithBuildLocator adds the buildLocator to the cancel build params

func (*CancelBuildParams) WithContext

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

WithContext adds the context to the cancel build params

func (*CancelBuildParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel build params

func (*CancelBuildParams) WithTimeout

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

WithTimeout adds the timeout to the cancel build params

func (*CancelBuildParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CancelBuildReader

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

CancelBuildReader is a Reader for the CancelBuild structure.

func (*CancelBuildReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelMultipleOK

type CancelMultipleOK struct {
	Payload *models.MultipleOperationResult
}

CancelMultipleOK handles this case with default header values.

successful operation

func NewCancelMultipleOK

func NewCancelMultipleOK() *CancelMultipleOK

NewCancelMultipleOK creates a CancelMultipleOK with default headers values

func (*CancelMultipleOK) Error

func (o *CancelMultipleOK) Error() string

func (*CancelMultipleOK) GetPayload

type CancelMultipleParams

type CancelMultipleParams struct {

	/*Body*/
	Body *models.BuildCancelRequest
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

CancelMultipleParams contains all the parameters to send to the API endpoint for the cancel multiple operation typically these are written to a http.Request

func NewCancelMultipleParams

func NewCancelMultipleParams() *CancelMultipleParams

NewCancelMultipleParams creates a new CancelMultipleParams object with the default values initialized.

func NewCancelMultipleParamsWithContext

func NewCancelMultipleParamsWithContext(ctx context.Context) *CancelMultipleParams

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

func NewCancelMultipleParamsWithHTTPClient

func NewCancelMultipleParamsWithHTTPClient(client *http.Client) *CancelMultipleParams

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

func NewCancelMultipleParamsWithTimeout

func NewCancelMultipleParamsWithTimeout(timeout time.Duration) *CancelMultipleParams

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

func (*CancelMultipleParams) SetBody

SetBody adds the body to the cancel multiple params

func (*CancelMultipleParams) SetBuildLocator

func (o *CancelMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the cancel multiple params

func (*CancelMultipleParams) SetContext

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

SetContext adds the context to the cancel multiple params

func (*CancelMultipleParams) SetFields

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

SetFields adds the fields to the cancel multiple params

func (*CancelMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel multiple params

func (*CancelMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the cancel multiple params

func (*CancelMultipleParams) WithBody

WithBody adds the body to the cancel multiple params

func (*CancelMultipleParams) WithBuildLocator

func (o *CancelMultipleParams) WithBuildLocator(buildLocator string) *CancelMultipleParams

WithBuildLocator adds the buildLocator to the cancel multiple params

func (*CancelMultipleParams) WithContext

WithContext adds the context to the cancel multiple params

func (*CancelMultipleParams) WithFields

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

WithFields adds the fields to the cancel multiple params

func (*CancelMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel multiple params

func (*CancelMultipleParams) WithTimeout

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

WithTimeout adds the timeout to the cancel multiple params

func (*CancelMultipleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CancelMultipleReader

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

CancelMultipleReader is a Reader for the CancelMultiple structure.

func (*CancelMultipleReader) ReadResponse

func (o *CancelMultipleReader) 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 API

func (*Client) AddLogMessage

func (a *Client) AddLogMessage(params *AddLogMessageParams, authInfo runtime.ClientAuthInfoWriter) error

AddLogMessage adds a message to the build log service messages are accepted

func (*Client) AddProblem

func (a *Client) AddProblem(params *AddProblemParams, authInfo runtime.ClientAuthInfoWriter) (*AddProblemOK, error)

AddProblem add problem API

func (*Client) AddTags

func (a *Client) AddTags(params *AddTagsParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsOK, error)

AddTags add tags API

func (*Client) AddTagsMultiple

func (a *Client) AddTagsMultiple(params *AddTagsMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsMultipleOK, error)

AddTagsMultiple add tags multiple API

func (*Client) CancelBuild

func (a *Client) CancelBuild(params *CancelBuildParams, authInfo runtime.ClientAuthInfoWriter) (*CancelBuildOK, error)

CancelBuild cancel build API

func (*Client) CancelMultiple

func (a *Client) CancelMultiple(params *CancelMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*CancelMultipleOK, error)

CancelMultiple cancel multiple API

func (*Client) DeleteBuild

func (a *Client) DeleteBuild(params *DeleteBuildParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteBuild delete build API

func (*Client) DeleteBuilds

func (a *Client) DeleteBuilds(params *DeleteBuildsParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteBuilds delete builds API

func (*Client) DeleteComment

func (a *Client) DeleteComment(params *DeleteCommentParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteComment delete comment API

func (*Client) DeleteCommentMultiple

func (a *Client) DeleteCommentMultiple(params *DeleteCommentMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCommentMultipleOK, error)

DeleteCommentMultiple delete comment multiple API

func (*Client) DeleteMultiple

func (a *Client) DeleteMultiple(params *DeleteMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteMultipleOK, error)

DeleteMultiple delete multiple API

func (*Client) GetArtifactDependencyChanges

func (a *Client) GetArtifactDependencyChanges(params *GetArtifactDependencyChangesParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDependencyChangesOK, error)

GetArtifactDependencyChanges get artifact dependency changes API

func (*Client) GetArtifactsDirectory

func (a *Client) GetArtifactsDirectory(params *GetArtifactsDirectoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactsDirectoryOK, error)

GetArtifactsDirectory get artifacts directory API

func (*Client) GetBuildFinishDate

func (a *Client) GetBuildFinishDate(params *GetBuildFinishDateParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildFinishDateOK, error)

GetBuildFinishDate get build finish date API

func (*Client) GetBuildNumber

func (a *Client) GetBuildNumber(params *GetBuildNumberParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildNumberOK, error)

GetBuildNumber get build number API

func (*Client) GetBuildStatusText

func (a *Client) GetBuildStatusText(params *GetBuildStatusTextParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildStatusTextOK, error)

GetBuildStatusText get build status text API

func (*Client) GetCanceledInfo

func (a *Client) GetCanceledInfo(params *GetCanceledInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetCanceledInfoOK, error)

GetCanceledInfo get canceled info API

func (*Client) GetMultiple

func (a *Client) GetMultiple(params *GetMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*GetMultipleOK, error)

GetMultiple get multiple API

func (*Client) GetPinData

func (a *Client) GetPinData(params *GetPinDataParams, authInfo runtime.ClientAuthInfoWriter) (*GetPinDataOK, error)

GetPinData get pin data API

func (*Client) GetPinned

func (a *Client) GetPinned(params *GetPinnedParams, authInfo runtime.ClientAuthInfoWriter) (*GetPinnedOK, error)

GetPinned get pinned API

func (*Client) GetResolvedParameter

func (a *Client) GetResolvedParameter(params *GetResolvedParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetResolvedParameterOK, error)

GetResolvedParameter get resolved parameter API

func (*Client) MarkBuildAsRunning

func (a *Client) MarkBuildAsRunning(params *MarkBuildAsRunningParams, authInfo runtime.ClientAuthInfoWriter) (*MarkBuildAsRunningOK, error)

MarkBuildAsRunning starts the queued build as an agent less build and returns the corresponding running build

func (*Client) PinBuild

func (a *Client) PinBuild(params *PinBuildParams, authInfo runtime.ClientAuthInfoWriter) error

PinBuild pin build API

func (*Client) PinMultiple

func (a *Client) PinMultiple(params *PinMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*PinMultipleOK, error)

PinMultiple pin multiple API

func (*Client) PostAppRestBuildsBuildLocator

func (a *Client) PostAppRestBuildsBuildLocator(params *PostAppRestBuildsBuildLocatorParams, authInfo runtime.ClientAuthInfoWriter) (*PostAppRestBuildsBuildLocatorOK, error)

PostAppRestBuildsBuildLocator post app rest builds build locator API

func (*Client) PutAppRestBuildsBuildLocatorAttributesName

PutAppRestBuildsBuildLocatorAttributesName put app rest builds build locator attributes name API

func (*Client) RemoveTagsMultiple

func (a *Client) RemoveTagsMultiple(params *RemoveTagsMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveTagsMultipleOK, error)

RemoveTagsMultiple remove tags multiple API

func (*Client) ReplaceComment

func (a *Client) ReplaceComment(params *ReplaceCommentParams, authInfo runtime.ClientAuthInfoWriter) error

ReplaceComment replace comment API

func (*Client) ReplaceCommentMultiple

func (a *Client) ReplaceCommentMultiple(params *ReplaceCommentMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceCommentMultipleOK, error)

ReplaceCommentMultiple replace comment multiple API

func (*Client) ReplaceTags

func (a *Client) ReplaceTags(params *ReplaceTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTagsOK, error)

ReplaceTags replace tags API

func (*Client) ResetBuildFinishParameters

func (a *Client) ResetBuildFinishParameters(params *ResetBuildFinishParametersParams, authInfo runtime.ClientAuthInfoWriter) error

ResetBuildFinishParameters reset build finish parameters API

func (*Client) ServeAggregatedBuildStatus

func (a *Client) ServeAggregatedBuildStatus(params *ServeAggregatedBuildStatusParams, authInfo runtime.ClientAuthInfoWriter) (*ServeAggregatedBuildStatusOK, error)

ServeAggregatedBuildStatus serve aggregated build status API

func (*Client) ServeAggregatedBuildStatusIcon

func (a *Client) ServeAggregatedBuildStatusIcon(params *ServeAggregatedBuildStatusIconParams, authInfo runtime.ClientAuthInfoWriter) error

ServeAggregatedBuildStatusIcon serve aggregated build status icon API

func (*Client) ServeAllBuilds

func (a *Client) ServeAllBuilds(params *ServeAllBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeAllBuildsOK, error)

ServeAllBuilds serve all builds API

func (*Client) ServeBuild

func (a *Client) ServeBuild(params *ServeBuildParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildOK, error)

ServeBuild serve build API

func (*Client) ServeBuildActualParameters

func (a *Client) ServeBuildActualParameters(params *ServeBuildActualParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildActualParametersOK, error)

ServeBuildActualParameters serve build actual parameters API

func (*Client) ServeBuildFieldByBuildOnly

func (a *Client) ServeBuildFieldByBuildOnly(params *ServeBuildFieldByBuildOnlyParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldByBuildOnlyOK, error)

ServeBuildFieldByBuildOnly serve build field by build only API

func (*Client) ServeBuildRelatedIssues

func (a *Client) ServeBuildRelatedIssues(params *ServeBuildRelatedIssuesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildRelatedIssuesOK, error)

ServeBuildRelatedIssues serve build related issues API

func (*Client) ServeBuildRelatedIssuesOld

func (a *Client) ServeBuildRelatedIssuesOld(params *ServeBuildRelatedIssuesOldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildRelatedIssuesOldOK, error)

ServeBuildRelatedIssuesOld serve build related issues old API

func (*Client) ServeBuildStatisticValue

func (a *Client) ServeBuildStatisticValue(params *ServeBuildStatisticValueParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildStatisticValueOK, error)

ServeBuildStatisticValue serve build statistic value API

func (*Client) ServeBuildStatisticValues

func (a *Client) ServeBuildStatisticValues(params *ServeBuildStatisticValuesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildStatisticValuesOK, error)

ServeBuildStatisticValues serve build statistic values API

func (*Client) ServeBuildStatusIcon

func (a *Client) ServeBuildStatusIcon(params *ServeBuildStatusIconParams, authInfo runtime.ClientAuthInfoWriter) error

ServeBuildStatusIcon serve build status icon API

func (*Client) ServeSourceFile

func (a *Client) ServeSourceFile(params *ServeSourceFileParams, authInfo runtime.ClientAuthInfoWriter) error

ServeSourceFile serve source file API

func (*Client) ServeTags

func (a *Client) ServeTags(params *ServeTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeTagsOK, error)

ServeTags serve tags API

func (*Client) SetBuildNumber

func (a *Client) SetBuildNumber(params *SetBuildNumberParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildNumberOK, error)

SetBuildNumber set build number API

func (*Client) SetBuildPinData

func (a *Client) SetBuildPinData(params *SetBuildPinDataParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildPinDataOK, error)

SetBuildPinData set build pin data API

func (*Client) SetBuildStatusText

func (a *Client) SetBuildStatusText(params *SetBuildStatusTextParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildStatusTextOK, error)

SetBuildStatusText set build status text API

func (*Client) SetFinishedTime

func (a *Client) SetFinishedTime(params *SetFinishedTimeParams, authInfo runtime.ClientAuthInfoWriter) (*SetFinishedTimeOK, error)

SetFinishedTime marks the running build as finished by passing agent time of the build finish an empty finish date means now

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UnpinBuild

func (a *Client) UnpinBuild(params *UnpinBuildParams, authInfo runtime.ClientAuthInfoWriter) error

UnpinBuild unpin build API

type ClientService

type ClientService interface {
	PostAppRestBuildsBuildLocator(params *PostAppRestBuildsBuildLocatorParams, authInfo runtime.ClientAuthInfoWriter) (*PostAppRestBuildsBuildLocatorOK, error)

	PutAppRestBuildsBuildLocatorAttributesName(params *PutAppRestBuildsBuildLocatorAttributesNameParams, authInfo runtime.ClientAuthInfoWriter) (*PutAppRestBuildsBuildLocatorAttributesNameOK, error)

	AddLogMessage(params *AddLogMessageParams, authInfo runtime.ClientAuthInfoWriter) error

	AddProblem(params *AddProblemParams, authInfo runtime.ClientAuthInfoWriter) (*AddProblemOK, error)

	AddTags(params *AddTagsParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsOK, error)

	AddTagsMultiple(params *AddTagsMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*AddTagsMultipleOK, error)

	CancelBuild(params *CancelBuildParams, authInfo runtime.ClientAuthInfoWriter) (*CancelBuildOK, error)

	CancelMultiple(params *CancelMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*CancelMultipleOK, error)

	DeleteBuild(params *DeleteBuildParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteBuilds(params *DeleteBuildsParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteComment(params *DeleteCommentParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteCommentMultiple(params *DeleteCommentMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCommentMultipleOK, error)

	DeleteMultiple(params *DeleteMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteMultipleOK, error)

	GetArtifactDependencyChanges(params *GetArtifactDependencyChangesParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactDependencyChangesOK, error)

	GetArtifactsDirectory(params *GetArtifactsDirectoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetArtifactsDirectoryOK, error)

	GetBuildFinishDate(params *GetBuildFinishDateParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildFinishDateOK, error)

	GetBuildNumber(params *GetBuildNumberParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildNumberOK, error)

	GetBuildStatusText(params *GetBuildStatusTextParams, authInfo runtime.ClientAuthInfoWriter) (*GetBuildStatusTextOK, error)

	GetCanceledInfo(params *GetCanceledInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetCanceledInfoOK, error)

	GetMultiple(params *GetMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*GetMultipleOK, error)

	GetPinData(params *GetPinDataParams, authInfo runtime.ClientAuthInfoWriter) (*GetPinDataOK, error)

	GetPinned(params *GetPinnedParams, authInfo runtime.ClientAuthInfoWriter) (*GetPinnedOK, error)

	GetResolvedParameter(params *GetResolvedParameterParams, authInfo runtime.ClientAuthInfoWriter) (*GetResolvedParameterOK, error)

	MarkBuildAsRunning(params *MarkBuildAsRunningParams, authInfo runtime.ClientAuthInfoWriter) (*MarkBuildAsRunningOK, error)

	PinBuild(params *PinBuildParams, authInfo runtime.ClientAuthInfoWriter) error

	PinMultiple(params *PinMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*PinMultipleOK, error)

	RemoveTagsMultiple(params *RemoveTagsMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveTagsMultipleOK, error)

	ReplaceComment(params *ReplaceCommentParams, authInfo runtime.ClientAuthInfoWriter) error

	ReplaceCommentMultiple(params *ReplaceCommentMultipleParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceCommentMultipleOK, error)

	ReplaceTags(params *ReplaceTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceTagsOK, error)

	ResetBuildFinishParameters(params *ResetBuildFinishParametersParams, authInfo runtime.ClientAuthInfoWriter) error

	ServeAggregatedBuildStatus(params *ServeAggregatedBuildStatusParams, authInfo runtime.ClientAuthInfoWriter) (*ServeAggregatedBuildStatusOK, error)

	ServeAggregatedBuildStatusIcon(params *ServeAggregatedBuildStatusIconParams, authInfo runtime.ClientAuthInfoWriter) error

	ServeAllBuilds(params *ServeAllBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeAllBuildsOK, error)

	ServeBuild(params *ServeBuildParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildOK, error)

	ServeBuildActualParameters(params *ServeBuildActualParametersParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildActualParametersOK, error)

	ServeBuildFieldByBuildOnly(params *ServeBuildFieldByBuildOnlyParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildFieldByBuildOnlyOK, error)

	ServeBuildRelatedIssues(params *ServeBuildRelatedIssuesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildRelatedIssuesOK, error)

	ServeBuildRelatedIssuesOld(params *ServeBuildRelatedIssuesOldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildRelatedIssuesOldOK, error)

	ServeBuildStatisticValue(params *ServeBuildStatisticValueParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildStatisticValueOK, error)

	ServeBuildStatisticValues(params *ServeBuildStatisticValuesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeBuildStatisticValuesOK, error)

	ServeBuildStatusIcon(params *ServeBuildStatusIconParams, authInfo runtime.ClientAuthInfoWriter) error

	ServeSourceFile(params *ServeSourceFileParams, authInfo runtime.ClientAuthInfoWriter) error

	ServeTags(params *ServeTagsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeTagsOK, error)

	SetBuildNumber(params *SetBuildNumberParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildNumberOK, error)

	SetBuildPinData(params *SetBuildPinDataParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildPinDataOK, error)

	SetBuildStatusText(params *SetBuildStatusTextParams, authInfo runtime.ClientAuthInfoWriter) (*SetBuildStatusTextOK, error)

	SetFinishedTime(params *SetFinishedTimeParams, authInfo runtime.ClientAuthInfoWriter) (*SetFinishedTimeOK, error)

	UnpinBuild(params *UnpinBuildParams, authInfo runtime.ClientAuthInfoWriter) 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 API client.

type DeleteBuildDefault

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

DeleteBuildDefault handles this case with default header values.

successful operation

func NewDeleteBuildDefault

func NewDeleteBuildDefault(code int) *DeleteBuildDefault

NewDeleteBuildDefault creates a DeleteBuildDefault with default headers values

func (*DeleteBuildDefault) Code

func (o *DeleteBuildDefault) Code() int

Code gets the status code for the delete build default response

func (*DeleteBuildDefault) Error

func (o *DeleteBuildDefault) Error() string

type DeleteBuildParams

type DeleteBuildParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewDeleteBuildParams

func NewDeleteBuildParams() *DeleteBuildParams

NewDeleteBuildParams creates a new DeleteBuildParams object with the default values initialized.

func NewDeleteBuildParamsWithContext

func NewDeleteBuildParamsWithContext(ctx context.Context) *DeleteBuildParams

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

func NewDeleteBuildParamsWithHTTPClient

func NewDeleteBuildParamsWithHTTPClient(client *http.Client) *DeleteBuildParams

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

func NewDeleteBuildParamsWithTimeout

func NewDeleteBuildParamsWithTimeout(timeout time.Duration) *DeleteBuildParams

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

func (*DeleteBuildParams) SetBuildLocator

func (o *DeleteBuildParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the delete build params

func (*DeleteBuildParams) SetContext

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

SetContext adds the context to the delete build params

func (*DeleteBuildParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete build params

func (*DeleteBuildParams) SetTimeout

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

SetTimeout adds the timeout to the delete build params

func (*DeleteBuildParams) WithBuildLocator

func (o *DeleteBuildParams) WithBuildLocator(buildLocator string) *DeleteBuildParams

WithBuildLocator adds the buildLocator to the delete build params

func (*DeleteBuildParams) WithContext

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

WithContext adds the context to the delete build params

func (*DeleteBuildParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete build params

func (*DeleteBuildParams) WithTimeout

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

WithTimeout adds the timeout to the delete build params

func (*DeleteBuildParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteBuildReader

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

DeleteBuildReader is a Reader for the DeleteBuild structure.

func (*DeleteBuildReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBuildsDefault

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

DeleteBuildsDefault handles this case with default header values.

successful operation

func NewDeleteBuildsDefault

func NewDeleteBuildsDefault(code int) *DeleteBuildsDefault

NewDeleteBuildsDefault creates a DeleteBuildsDefault with default headers values

func (*DeleteBuildsDefault) Code

func (o *DeleteBuildsDefault) Code() int

Code gets the status code for the delete builds default response

func (*DeleteBuildsDefault) Error

func (o *DeleteBuildsDefault) Error() string

type DeleteBuildsParams

type DeleteBuildsParams struct {

	/*Locator*/
	Locator *string

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

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

func NewDeleteBuildsParams

func NewDeleteBuildsParams() *DeleteBuildsParams

NewDeleteBuildsParams creates a new DeleteBuildsParams object with the default values initialized.

func NewDeleteBuildsParamsWithContext

func NewDeleteBuildsParamsWithContext(ctx context.Context) *DeleteBuildsParams

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

func NewDeleteBuildsParamsWithHTTPClient

func NewDeleteBuildsParamsWithHTTPClient(client *http.Client) *DeleteBuildsParams

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

func NewDeleteBuildsParamsWithTimeout

func NewDeleteBuildsParamsWithTimeout(timeout time.Duration) *DeleteBuildsParams

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

func (*DeleteBuildsParams) SetContext

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

SetContext adds the context to the delete builds params

func (*DeleteBuildsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete builds params

func (*DeleteBuildsParams) SetLocator

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

SetLocator adds the locator to the delete builds params

func (*DeleteBuildsParams) SetTimeout

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

SetTimeout adds the timeout to the delete builds params

func (*DeleteBuildsParams) WithContext

WithContext adds the context to the delete builds params

func (*DeleteBuildsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete builds params

func (*DeleteBuildsParams) WithLocator

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

WithLocator adds the locator to the delete builds params

func (*DeleteBuildsParams) WithTimeout

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

WithTimeout adds the timeout to the delete builds params

func (*DeleteBuildsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteBuildsReader

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

DeleteBuildsReader is a Reader for the DeleteBuilds structure.

func (*DeleteBuildsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCommentDefault

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

DeleteCommentDefault handles this case with default header values.

successful operation

func NewDeleteCommentDefault

func NewDeleteCommentDefault(code int) *DeleteCommentDefault

NewDeleteCommentDefault creates a DeleteCommentDefault with default headers values

func (*DeleteCommentDefault) Code

func (o *DeleteCommentDefault) Code() int

Code gets the status code for the delete comment default response

func (*DeleteCommentDefault) Error

func (o *DeleteCommentDefault) Error() string

type DeleteCommentMultipleOK

type DeleteCommentMultipleOK struct {
	Payload *models.MultipleOperationResult
}

DeleteCommentMultipleOK handles this case with default header values.

successful operation

func NewDeleteCommentMultipleOK

func NewDeleteCommentMultipleOK() *DeleteCommentMultipleOK

NewDeleteCommentMultipleOK creates a DeleteCommentMultipleOK with default headers values

func (*DeleteCommentMultipleOK) Error

func (o *DeleteCommentMultipleOK) Error() string

func (*DeleteCommentMultipleOK) GetPayload

type DeleteCommentMultipleParams

type DeleteCommentMultipleParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

DeleteCommentMultipleParams contains all the parameters to send to the API endpoint for the delete comment multiple operation typically these are written to a http.Request

func NewDeleteCommentMultipleParams

func NewDeleteCommentMultipleParams() *DeleteCommentMultipleParams

NewDeleteCommentMultipleParams creates a new DeleteCommentMultipleParams object with the default values initialized.

func NewDeleteCommentMultipleParamsWithContext

func NewDeleteCommentMultipleParamsWithContext(ctx context.Context) *DeleteCommentMultipleParams

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

func NewDeleteCommentMultipleParamsWithHTTPClient

func NewDeleteCommentMultipleParamsWithHTTPClient(client *http.Client) *DeleteCommentMultipleParams

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

func NewDeleteCommentMultipleParamsWithTimeout

func NewDeleteCommentMultipleParamsWithTimeout(timeout time.Duration) *DeleteCommentMultipleParams

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

func (*DeleteCommentMultipleParams) SetBuildLocator

func (o *DeleteCommentMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the delete comment multiple params

func (*DeleteCommentMultipleParams) SetContext

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

SetContext adds the context to the delete comment multiple params

func (*DeleteCommentMultipleParams) SetFields

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

SetFields adds the fields to the delete comment multiple params

func (*DeleteCommentMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete comment multiple params

func (*DeleteCommentMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the delete comment multiple params

func (*DeleteCommentMultipleParams) WithBuildLocator

func (o *DeleteCommentMultipleParams) WithBuildLocator(buildLocator string) *DeleteCommentMultipleParams

WithBuildLocator adds the buildLocator to the delete comment multiple params

func (*DeleteCommentMultipleParams) WithContext

WithContext adds the context to the delete comment multiple params

func (*DeleteCommentMultipleParams) WithFields

WithFields adds the fields to the delete comment multiple params

func (*DeleteCommentMultipleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete comment multiple params

func (*DeleteCommentMultipleParams) WithTimeout

WithTimeout adds the timeout to the delete comment multiple params

func (*DeleteCommentMultipleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCommentMultipleReader

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

DeleteCommentMultipleReader is a Reader for the DeleteCommentMultiple structure.

func (*DeleteCommentMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCommentParams

type DeleteCommentParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewDeleteCommentParams

func NewDeleteCommentParams() *DeleteCommentParams

NewDeleteCommentParams creates a new DeleteCommentParams object with the default values initialized.

func NewDeleteCommentParamsWithContext

func NewDeleteCommentParamsWithContext(ctx context.Context) *DeleteCommentParams

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

func NewDeleteCommentParamsWithHTTPClient

func NewDeleteCommentParamsWithHTTPClient(client *http.Client) *DeleteCommentParams

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

func NewDeleteCommentParamsWithTimeout

func NewDeleteCommentParamsWithTimeout(timeout time.Duration) *DeleteCommentParams

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

func (*DeleteCommentParams) SetBuildLocator

func (o *DeleteCommentParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the delete comment params

func (*DeleteCommentParams) SetContext

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

SetContext adds the context to the delete comment params

func (*DeleteCommentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete comment params

func (*DeleteCommentParams) SetTimeout

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

SetTimeout adds the timeout to the delete comment params

func (*DeleteCommentParams) WithBuildLocator

func (o *DeleteCommentParams) WithBuildLocator(buildLocator string) *DeleteCommentParams

WithBuildLocator adds the buildLocator to the delete comment params

func (*DeleteCommentParams) WithContext

WithContext adds the context to the delete comment params

func (*DeleteCommentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete comment params

func (*DeleteCommentParams) WithTimeout

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

WithTimeout adds the timeout to the delete comment params

func (*DeleteCommentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteCommentReader

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

DeleteCommentReader is a Reader for the DeleteComment structure.

func (*DeleteCommentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMultipleOK

type DeleteMultipleOK struct {
	Payload *models.MultipleOperationResult
}

DeleteMultipleOK handles this case with default header values.

successful operation

func NewDeleteMultipleOK

func NewDeleteMultipleOK() *DeleteMultipleOK

NewDeleteMultipleOK creates a DeleteMultipleOK with default headers values

func (*DeleteMultipleOK) Error

func (o *DeleteMultipleOK) Error() string

func (*DeleteMultipleOK) GetPayload

type DeleteMultipleParams

type DeleteMultipleParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

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

func NewDeleteMultipleParams

func NewDeleteMultipleParams() *DeleteMultipleParams

NewDeleteMultipleParams creates a new DeleteMultipleParams object with the default values initialized.

func NewDeleteMultipleParamsWithContext

func NewDeleteMultipleParamsWithContext(ctx context.Context) *DeleteMultipleParams

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

func NewDeleteMultipleParamsWithHTTPClient

func NewDeleteMultipleParamsWithHTTPClient(client *http.Client) *DeleteMultipleParams

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

func NewDeleteMultipleParamsWithTimeout

func NewDeleteMultipleParamsWithTimeout(timeout time.Duration) *DeleteMultipleParams

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

func (*DeleteMultipleParams) SetBuildLocator

func (o *DeleteMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the delete multiple params

func (*DeleteMultipleParams) SetContext

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

SetContext adds the context to the delete multiple params

func (*DeleteMultipleParams) SetFields

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

SetFields adds the fields to the delete multiple params

func (*DeleteMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete multiple params

func (*DeleteMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the delete multiple params

func (*DeleteMultipleParams) WithBuildLocator

func (o *DeleteMultipleParams) WithBuildLocator(buildLocator string) *DeleteMultipleParams

WithBuildLocator adds the buildLocator to the delete multiple params

func (*DeleteMultipleParams) WithContext

WithContext adds the context to the delete multiple params

func (*DeleteMultipleParams) WithFields

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

WithFields adds the fields to the delete multiple params

func (*DeleteMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete multiple params

func (*DeleteMultipleParams) WithTimeout

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

WithTimeout adds the timeout to the delete multiple params

func (*DeleteMultipleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteMultipleReader

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

DeleteMultipleReader is a Reader for the DeleteMultiple structure.

func (*DeleteMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetArtifactDependencyChangesOK

type GetArtifactDependencyChangesOK struct {
	Payload *models.BuildChanges
}

GetArtifactDependencyChangesOK handles this case with default header values.

successful operation

func NewGetArtifactDependencyChangesOK

func NewGetArtifactDependencyChangesOK() *GetArtifactDependencyChangesOK

NewGetArtifactDependencyChangesOK creates a GetArtifactDependencyChangesOK with default headers values

func (*GetArtifactDependencyChangesOK) Error

func (*GetArtifactDependencyChangesOK) GetPayload

type GetArtifactDependencyChangesParams

type GetArtifactDependencyChangesParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetArtifactDependencyChangesParams

func NewGetArtifactDependencyChangesParams() *GetArtifactDependencyChangesParams

NewGetArtifactDependencyChangesParams creates a new GetArtifactDependencyChangesParams object with the default values initialized.

func NewGetArtifactDependencyChangesParamsWithContext

func NewGetArtifactDependencyChangesParamsWithContext(ctx context.Context) *GetArtifactDependencyChangesParams

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

func NewGetArtifactDependencyChangesParamsWithHTTPClient

func NewGetArtifactDependencyChangesParamsWithHTTPClient(client *http.Client) *GetArtifactDependencyChangesParams

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

func NewGetArtifactDependencyChangesParamsWithTimeout

func NewGetArtifactDependencyChangesParamsWithTimeout(timeout time.Duration) *GetArtifactDependencyChangesParams

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

func (*GetArtifactDependencyChangesParams) SetBuildLocator

func (o *GetArtifactDependencyChangesParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) SetContext

SetContext adds the context to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) SetFields

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

SetFields adds the fields to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) SetTimeout

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

SetTimeout adds the timeout to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WithContext

WithContext adds the context to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WithFields

WithFields adds the fields to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WithTimeout

WithTimeout adds the timeout to the get artifact dependency changes params

func (*GetArtifactDependencyChangesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetArtifactDependencyChangesReader

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

GetArtifactDependencyChangesReader is a Reader for the GetArtifactDependencyChanges structure.

func (*GetArtifactDependencyChangesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetArtifactsDirectoryOK

type GetArtifactsDirectoryOK struct {
	Payload string
}

GetArtifactsDirectoryOK handles this case with default header values.

successful operation

func NewGetArtifactsDirectoryOK

func NewGetArtifactsDirectoryOK() *GetArtifactsDirectoryOK

NewGetArtifactsDirectoryOK creates a GetArtifactsDirectoryOK with default headers values

func (*GetArtifactsDirectoryOK) Error

func (o *GetArtifactsDirectoryOK) Error() string

func (*GetArtifactsDirectoryOK) GetPayload

func (o *GetArtifactsDirectoryOK) GetPayload() string

type GetArtifactsDirectoryParams

type GetArtifactsDirectoryParams struct {

	/*BuildLocator*/
	BuildLocator string

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

GetArtifactsDirectoryParams contains all the parameters to send to the API endpoint for the get artifacts directory operation typically these are written to a http.Request

func NewGetArtifactsDirectoryParams

func NewGetArtifactsDirectoryParams() *GetArtifactsDirectoryParams

NewGetArtifactsDirectoryParams creates a new GetArtifactsDirectoryParams object with the default values initialized.

func NewGetArtifactsDirectoryParamsWithContext

func NewGetArtifactsDirectoryParamsWithContext(ctx context.Context) *GetArtifactsDirectoryParams

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

func NewGetArtifactsDirectoryParamsWithHTTPClient

func NewGetArtifactsDirectoryParamsWithHTTPClient(client *http.Client) *GetArtifactsDirectoryParams

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

func NewGetArtifactsDirectoryParamsWithTimeout

func NewGetArtifactsDirectoryParamsWithTimeout(timeout time.Duration) *GetArtifactsDirectoryParams

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

func (*GetArtifactsDirectoryParams) SetBuildLocator

func (o *GetArtifactsDirectoryParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get artifacts directory params

func (*GetArtifactsDirectoryParams) SetContext

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

SetContext adds the context to the get artifacts directory params

func (*GetArtifactsDirectoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get artifacts directory params

func (*GetArtifactsDirectoryParams) SetTimeout

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

SetTimeout adds the timeout to the get artifacts directory params

func (*GetArtifactsDirectoryParams) WithBuildLocator

func (o *GetArtifactsDirectoryParams) WithBuildLocator(buildLocator string) *GetArtifactsDirectoryParams

WithBuildLocator adds the buildLocator to the get artifacts directory params

func (*GetArtifactsDirectoryParams) WithContext

WithContext adds the context to the get artifacts directory params

func (*GetArtifactsDirectoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get artifacts directory params

func (*GetArtifactsDirectoryParams) WithTimeout

WithTimeout adds the timeout to the get artifacts directory params

func (*GetArtifactsDirectoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetArtifactsDirectoryReader

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

GetArtifactsDirectoryReader is a Reader for the GetArtifactsDirectory structure.

func (*GetArtifactsDirectoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBuildFinishDateOK

type GetBuildFinishDateOK struct {
	Payload string
}

GetBuildFinishDateOK handles this case with default header values.

successful operation

func NewGetBuildFinishDateOK

func NewGetBuildFinishDateOK() *GetBuildFinishDateOK

NewGetBuildFinishDateOK creates a GetBuildFinishDateOK with default headers values

func (*GetBuildFinishDateOK) Error

func (o *GetBuildFinishDateOK) Error() string

func (*GetBuildFinishDateOK) GetPayload

func (o *GetBuildFinishDateOK) GetPayload() string

type GetBuildFinishDateParams

type GetBuildFinishDateParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewGetBuildFinishDateParams

func NewGetBuildFinishDateParams() *GetBuildFinishDateParams

NewGetBuildFinishDateParams creates a new GetBuildFinishDateParams object with the default values initialized.

func NewGetBuildFinishDateParamsWithContext

func NewGetBuildFinishDateParamsWithContext(ctx context.Context) *GetBuildFinishDateParams

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

func NewGetBuildFinishDateParamsWithHTTPClient

func NewGetBuildFinishDateParamsWithHTTPClient(client *http.Client) *GetBuildFinishDateParams

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

func NewGetBuildFinishDateParamsWithTimeout

func NewGetBuildFinishDateParamsWithTimeout(timeout time.Duration) *GetBuildFinishDateParams

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

func (*GetBuildFinishDateParams) SetBuildLocator

func (o *GetBuildFinishDateParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get build finish date params

func (*GetBuildFinishDateParams) SetContext

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

SetContext adds the context to the get build finish date params

func (*GetBuildFinishDateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get build finish date params

func (*GetBuildFinishDateParams) SetTimeout

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

SetTimeout adds the timeout to the get build finish date params

func (*GetBuildFinishDateParams) WithBuildLocator

func (o *GetBuildFinishDateParams) WithBuildLocator(buildLocator string) *GetBuildFinishDateParams

WithBuildLocator adds the buildLocator to the get build finish date params

func (*GetBuildFinishDateParams) WithContext

WithContext adds the context to the get build finish date params

func (*GetBuildFinishDateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get build finish date params

func (*GetBuildFinishDateParams) WithTimeout

WithTimeout adds the timeout to the get build finish date params

func (*GetBuildFinishDateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBuildFinishDateReader

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

GetBuildFinishDateReader is a Reader for the GetBuildFinishDate structure.

func (*GetBuildFinishDateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBuildNumberOK

type GetBuildNumberOK struct {
	Payload string
}

GetBuildNumberOK handles this case with default header values.

successful operation

func NewGetBuildNumberOK

func NewGetBuildNumberOK() *GetBuildNumberOK

NewGetBuildNumberOK creates a GetBuildNumberOK with default headers values

func (*GetBuildNumberOK) Error

func (o *GetBuildNumberOK) Error() string

func (*GetBuildNumberOK) GetPayload

func (o *GetBuildNumberOK) GetPayload() string

type GetBuildNumberParams

type GetBuildNumberParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewGetBuildNumberParams

func NewGetBuildNumberParams() *GetBuildNumberParams

NewGetBuildNumberParams creates a new GetBuildNumberParams object with the default values initialized.

func NewGetBuildNumberParamsWithContext

func NewGetBuildNumberParamsWithContext(ctx context.Context) *GetBuildNumberParams

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

func NewGetBuildNumberParamsWithHTTPClient

func NewGetBuildNumberParamsWithHTTPClient(client *http.Client) *GetBuildNumberParams

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

func NewGetBuildNumberParamsWithTimeout

func NewGetBuildNumberParamsWithTimeout(timeout time.Duration) *GetBuildNumberParams

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

func (*GetBuildNumberParams) SetBuildLocator

func (o *GetBuildNumberParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get build number params

func (*GetBuildNumberParams) SetContext

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

SetContext adds the context to the get build number params

func (*GetBuildNumberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get build number params

func (*GetBuildNumberParams) SetTimeout

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

SetTimeout adds the timeout to the get build number params

func (*GetBuildNumberParams) WithBuildLocator

func (o *GetBuildNumberParams) WithBuildLocator(buildLocator string) *GetBuildNumberParams

WithBuildLocator adds the buildLocator to the get build number params

func (*GetBuildNumberParams) WithContext

WithContext adds the context to the get build number params

func (*GetBuildNumberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get build number params

func (*GetBuildNumberParams) WithTimeout

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

WithTimeout adds the timeout to the get build number params

func (*GetBuildNumberParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBuildNumberReader

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

GetBuildNumberReader is a Reader for the GetBuildNumber structure.

func (*GetBuildNumberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBuildStatusTextOK

type GetBuildStatusTextOK struct {
	Payload string
}

GetBuildStatusTextOK handles this case with default header values.

successful operation

func NewGetBuildStatusTextOK

func NewGetBuildStatusTextOK() *GetBuildStatusTextOK

NewGetBuildStatusTextOK creates a GetBuildStatusTextOK with default headers values

func (*GetBuildStatusTextOK) Error

func (o *GetBuildStatusTextOK) Error() string

func (*GetBuildStatusTextOK) GetPayload

func (o *GetBuildStatusTextOK) GetPayload() string

type GetBuildStatusTextParams

type GetBuildStatusTextParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewGetBuildStatusTextParams

func NewGetBuildStatusTextParams() *GetBuildStatusTextParams

NewGetBuildStatusTextParams creates a new GetBuildStatusTextParams object with the default values initialized.

func NewGetBuildStatusTextParamsWithContext

func NewGetBuildStatusTextParamsWithContext(ctx context.Context) *GetBuildStatusTextParams

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

func NewGetBuildStatusTextParamsWithHTTPClient

func NewGetBuildStatusTextParamsWithHTTPClient(client *http.Client) *GetBuildStatusTextParams

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

func NewGetBuildStatusTextParamsWithTimeout

func NewGetBuildStatusTextParamsWithTimeout(timeout time.Duration) *GetBuildStatusTextParams

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

func (*GetBuildStatusTextParams) SetBuildLocator

func (o *GetBuildStatusTextParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get build status text params

func (*GetBuildStatusTextParams) SetContext

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

SetContext adds the context to the get build status text params

func (*GetBuildStatusTextParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get build status text params

func (*GetBuildStatusTextParams) SetTimeout

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

SetTimeout adds the timeout to the get build status text params

func (*GetBuildStatusTextParams) WithBuildLocator

func (o *GetBuildStatusTextParams) WithBuildLocator(buildLocator string) *GetBuildStatusTextParams

WithBuildLocator adds the buildLocator to the get build status text params

func (*GetBuildStatusTextParams) WithContext

WithContext adds the context to the get build status text params

func (*GetBuildStatusTextParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get build status text params

func (*GetBuildStatusTextParams) WithTimeout

WithTimeout adds the timeout to the get build status text params

func (*GetBuildStatusTextParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBuildStatusTextReader

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

GetBuildStatusTextReader is a Reader for the GetBuildStatusText structure.

func (*GetBuildStatusTextReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCanceledInfoOK

type GetCanceledInfoOK struct {
	Payload *models.Comment
}

GetCanceledInfoOK handles this case with default header values.

successful operation

func NewGetCanceledInfoOK

func NewGetCanceledInfoOK() *GetCanceledInfoOK

NewGetCanceledInfoOK creates a GetCanceledInfoOK with default headers values

func (*GetCanceledInfoOK) Error

func (o *GetCanceledInfoOK) Error() string

func (*GetCanceledInfoOK) GetPayload

func (o *GetCanceledInfoOK) GetPayload() *models.Comment

type GetCanceledInfoParams

type GetCanceledInfoParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

GetCanceledInfoParams contains all the parameters to send to the API endpoint for the get canceled info operation typically these are written to a http.Request

func NewGetCanceledInfoParams

func NewGetCanceledInfoParams() *GetCanceledInfoParams

NewGetCanceledInfoParams creates a new GetCanceledInfoParams object with the default values initialized.

func NewGetCanceledInfoParamsWithContext

func NewGetCanceledInfoParamsWithContext(ctx context.Context) *GetCanceledInfoParams

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

func NewGetCanceledInfoParamsWithHTTPClient

func NewGetCanceledInfoParamsWithHTTPClient(client *http.Client) *GetCanceledInfoParams

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

func NewGetCanceledInfoParamsWithTimeout

func NewGetCanceledInfoParamsWithTimeout(timeout time.Duration) *GetCanceledInfoParams

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

func (*GetCanceledInfoParams) SetBuildLocator

func (o *GetCanceledInfoParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get canceled info params

func (*GetCanceledInfoParams) SetContext

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

SetContext adds the context to the get canceled info params

func (*GetCanceledInfoParams) SetFields

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

SetFields adds the fields to the get canceled info params

func (*GetCanceledInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get canceled info params

func (*GetCanceledInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get canceled info params

func (*GetCanceledInfoParams) WithBuildLocator

func (o *GetCanceledInfoParams) WithBuildLocator(buildLocator string) *GetCanceledInfoParams

WithBuildLocator adds the buildLocator to the get canceled info params

func (*GetCanceledInfoParams) WithContext

WithContext adds the context to the get canceled info params

func (*GetCanceledInfoParams) WithFields

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

WithFields adds the fields to the get canceled info params

func (*GetCanceledInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get canceled info params

func (*GetCanceledInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get canceled info params

func (*GetCanceledInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetCanceledInfoReader

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

GetCanceledInfoReader is a Reader for the GetCanceledInfo structure.

func (*GetCanceledInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMultipleOK

type GetMultipleOK struct {
	Payload *models.Builds
}

GetMultipleOK handles this case with default header values.

successful operation

func NewGetMultipleOK

func NewGetMultipleOK() *GetMultipleOK

NewGetMultipleOK creates a GetMultipleOK with default headers values

func (*GetMultipleOK) Error

func (o *GetMultipleOK) Error() string

func (*GetMultipleOK) GetPayload

func (o *GetMultipleOK) GetPayload() *models.Builds

type GetMultipleParams

type GetMultipleParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

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

func NewGetMultipleParams

func NewGetMultipleParams() *GetMultipleParams

NewGetMultipleParams creates a new GetMultipleParams object with the default values initialized.

func NewGetMultipleParamsWithContext

func NewGetMultipleParamsWithContext(ctx context.Context) *GetMultipleParams

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

func NewGetMultipleParamsWithHTTPClient

func NewGetMultipleParamsWithHTTPClient(client *http.Client) *GetMultipleParams

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

func NewGetMultipleParamsWithTimeout

func NewGetMultipleParamsWithTimeout(timeout time.Duration) *GetMultipleParams

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

func (*GetMultipleParams) SetBuildLocator

func (o *GetMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get multiple params

func (*GetMultipleParams) SetContext

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

SetContext adds the context to the get multiple params

func (*GetMultipleParams) SetFields

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

SetFields adds the fields to the get multiple params

func (*GetMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get multiple params

func (*GetMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the get multiple params

func (*GetMultipleParams) WithBuildLocator

func (o *GetMultipleParams) WithBuildLocator(buildLocator string) *GetMultipleParams

WithBuildLocator adds the buildLocator to the get multiple params

func (*GetMultipleParams) WithContext

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

WithContext adds the context to the get multiple params

func (*GetMultipleParams) WithFields

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

WithFields adds the fields to the get multiple params

func (*GetMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get multiple params

func (*GetMultipleParams) WithTimeout

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

WithTimeout adds the timeout to the get multiple params

func (*GetMultipleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetMultipleReader

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

GetMultipleReader is a Reader for the GetMultiple structure.

func (*GetMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPinDataOK

type GetPinDataOK struct {
	Payload *models.PinInfo
}

GetPinDataOK handles this case with default header values.

successful operation

func NewGetPinDataOK

func NewGetPinDataOK() *GetPinDataOK

NewGetPinDataOK creates a GetPinDataOK with default headers values

func (*GetPinDataOK) Error

func (o *GetPinDataOK) Error() string

func (*GetPinDataOK) GetPayload

func (o *GetPinDataOK) GetPayload() *models.PinInfo

type GetPinDataParams

type GetPinDataParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

GetPinDataParams contains all the parameters to send to the API endpoint for the get pin data operation typically these are written to a http.Request

func NewGetPinDataParams

func NewGetPinDataParams() *GetPinDataParams

NewGetPinDataParams creates a new GetPinDataParams object with the default values initialized.

func NewGetPinDataParamsWithContext

func NewGetPinDataParamsWithContext(ctx context.Context) *GetPinDataParams

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

func NewGetPinDataParamsWithHTTPClient

func NewGetPinDataParamsWithHTTPClient(client *http.Client) *GetPinDataParams

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

func NewGetPinDataParamsWithTimeout

func NewGetPinDataParamsWithTimeout(timeout time.Duration) *GetPinDataParams

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

func (*GetPinDataParams) SetBuildLocator

func (o *GetPinDataParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get pin data params

func (*GetPinDataParams) SetContext

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

SetContext adds the context to the get pin data params

func (*GetPinDataParams) SetFields

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

SetFields adds the fields to the get pin data params

func (*GetPinDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pin data params

func (*GetPinDataParams) SetTimeout

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

SetTimeout adds the timeout to the get pin data params

func (*GetPinDataParams) WithBuildLocator

func (o *GetPinDataParams) WithBuildLocator(buildLocator string) *GetPinDataParams

WithBuildLocator adds the buildLocator to the get pin data params

func (*GetPinDataParams) WithContext

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

WithContext adds the context to the get pin data params

func (*GetPinDataParams) WithFields

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

WithFields adds the fields to the get pin data params

func (*GetPinDataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get pin data params

func (*GetPinDataParams) WithTimeout

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

WithTimeout adds the timeout to the get pin data params

func (*GetPinDataParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPinDataReader

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

GetPinDataReader is a Reader for the GetPinData structure.

func (*GetPinDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPinnedOK

type GetPinnedOK struct {
	Payload string
}

GetPinnedOK handles this case with default header values.

successful operation

func NewGetPinnedOK

func NewGetPinnedOK() *GetPinnedOK

NewGetPinnedOK creates a GetPinnedOK with default headers values

func (*GetPinnedOK) Error

func (o *GetPinnedOK) Error() string

func (*GetPinnedOK) GetPayload

func (o *GetPinnedOK) GetPayload() string

type GetPinnedParams

type GetPinnedParams struct {

	/*BuildLocator*/
	BuildLocator string

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

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

func NewGetPinnedParams

func NewGetPinnedParams() *GetPinnedParams

NewGetPinnedParams creates a new GetPinnedParams object with the default values initialized.

func NewGetPinnedParamsWithContext

func NewGetPinnedParamsWithContext(ctx context.Context) *GetPinnedParams

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

func NewGetPinnedParamsWithHTTPClient

func NewGetPinnedParamsWithHTTPClient(client *http.Client) *GetPinnedParams

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

func NewGetPinnedParamsWithTimeout

func NewGetPinnedParamsWithTimeout(timeout time.Duration) *GetPinnedParams

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

func (*GetPinnedParams) SetBuildLocator

func (o *GetPinnedParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get pinned params

func (*GetPinnedParams) SetContext

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

SetContext adds the context to the get pinned params

func (*GetPinnedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pinned params

func (*GetPinnedParams) SetTimeout

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

SetTimeout adds the timeout to the get pinned params

func (*GetPinnedParams) WithBuildLocator

func (o *GetPinnedParams) WithBuildLocator(buildLocator string) *GetPinnedParams

WithBuildLocator adds the buildLocator to the get pinned params

func (*GetPinnedParams) WithContext

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

WithContext adds the context to the get pinned params

func (*GetPinnedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get pinned params

func (*GetPinnedParams) WithTimeout

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

WithTimeout adds the timeout to the get pinned params

func (*GetPinnedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPinnedReader

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

GetPinnedReader is a Reader for the GetPinned structure.

func (*GetPinnedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetResolvedParameterOK

type GetResolvedParameterOK struct {
	Payload string
}

GetResolvedParameterOK handles this case with default header values.

successful operation

func NewGetResolvedParameterOK

func NewGetResolvedParameterOK() *GetResolvedParameterOK

NewGetResolvedParameterOK creates a GetResolvedParameterOK with default headers values

func (*GetResolvedParameterOK) Error

func (o *GetResolvedParameterOK) Error() string

func (*GetResolvedParameterOK) GetPayload

func (o *GetResolvedParameterOK) GetPayload() string

type GetResolvedParameterParams

type GetResolvedParameterParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Value*/
	Value string

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

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

func NewGetResolvedParameterParams

func NewGetResolvedParameterParams() *GetResolvedParameterParams

NewGetResolvedParameterParams creates a new GetResolvedParameterParams object with the default values initialized.

func NewGetResolvedParameterParamsWithContext

func NewGetResolvedParameterParamsWithContext(ctx context.Context) *GetResolvedParameterParams

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

func NewGetResolvedParameterParamsWithHTTPClient

func NewGetResolvedParameterParamsWithHTTPClient(client *http.Client) *GetResolvedParameterParams

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

func NewGetResolvedParameterParamsWithTimeout

func NewGetResolvedParameterParamsWithTimeout(timeout time.Duration) *GetResolvedParameterParams

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

func (*GetResolvedParameterParams) SetBuildLocator

func (o *GetResolvedParameterParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the get resolved parameter params

func (*GetResolvedParameterParams) SetContext

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

SetContext adds the context to the get resolved parameter params

func (*GetResolvedParameterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get resolved parameter params

func (*GetResolvedParameterParams) SetTimeout

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

SetTimeout adds the timeout to the get resolved parameter params

func (*GetResolvedParameterParams) SetValue

func (o *GetResolvedParameterParams) SetValue(value string)

SetValue adds the value to the get resolved parameter params

func (*GetResolvedParameterParams) WithBuildLocator

func (o *GetResolvedParameterParams) WithBuildLocator(buildLocator string) *GetResolvedParameterParams

WithBuildLocator adds the buildLocator to the get resolved parameter params

func (*GetResolvedParameterParams) WithContext

WithContext adds the context to the get resolved parameter params

func (*GetResolvedParameterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get resolved parameter params

func (*GetResolvedParameterParams) WithTimeout

WithTimeout adds the timeout to the get resolved parameter params

func (*GetResolvedParameterParams) WithValue

WithValue adds the value to the get resolved parameter params

func (*GetResolvedParameterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetResolvedParameterReader

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

GetResolvedParameterReader is a Reader for the GetResolvedParameter structure.

func (*GetResolvedParameterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MarkBuildAsRunningOK

type MarkBuildAsRunningOK struct {
	Payload *models.Build
}

MarkBuildAsRunningOK handles this case with default header values.

successful operation

func NewMarkBuildAsRunningOK

func NewMarkBuildAsRunningOK() *MarkBuildAsRunningOK

NewMarkBuildAsRunningOK creates a MarkBuildAsRunningOK with default headers values

func (*MarkBuildAsRunningOK) Error

func (o *MarkBuildAsRunningOK) Error() string

func (*MarkBuildAsRunningOK) GetPayload

func (o *MarkBuildAsRunningOK) GetPayload() *models.Build

type MarkBuildAsRunningParams

type MarkBuildAsRunningParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

MarkBuildAsRunningParams contains all the parameters to send to the API endpoint for the mark build as running operation typically these are written to a http.Request

func NewMarkBuildAsRunningParams

func NewMarkBuildAsRunningParams() *MarkBuildAsRunningParams

NewMarkBuildAsRunningParams creates a new MarkBuildAsRunningParams object with the default values initialized.

func NewMarkBuildAsRunningParamsWithContext

func NewMarkBuildAsRunningParamsWithContext(ctx context.Context) *MarkBuildAsRunningParams

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

func NewMarkBuildAsRunningParamsWithHTTPClient

func NewMarkBuildAsRunningParamsWithHTTPClient(client *http.Client) *MarkBuildAsRunningParams

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

func NewMarkBuildAsRunningParamsWithTimeout

func NewMarkBuildAsRunningParamsWithTimeout(timeout time.Duration) *MarkBuildAsRunningParams

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

func (*MarkBuildAsRunningParams) SetBody

func (o *MarkBuildAsRunningParams) SetBody(body string)

SetBody adds the body to the mark build as running params

func (*MarkBuildAsRunningParams) SetBuildLocator

func (o *MarkBuildAsRunningParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the mark build as running params

func (*MarkBuildAsRunningParams) SetContext

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

SetContext adds the context to the mark build as running params

func (*MarkBuildAsRunningParams) SetFields

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

SetFields adds the fields to the mark build as running params

func (*MarkBuildAsRunningParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mark build as running params

func (*MarkBuildAsRunningParams) SetTimeout

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

SetTimeout adds the timeout to the mark build as running params

func (*MarkBuildAsRunningParams) WithBody

WithBody adds the body to the mark build as running params

func (*MarkBuildAsRunningParams) WithBuildLocator

func (o *MarkBuildAsRunningParams) WithBuildLocator(buildLocator string) *MarkBuildAsRunningParams

WithBuildLocator adds the buildLocator to the mark build as running params

func (*MarkBuildAsRunningParams) WithContext

WithContext adds the context to the mark build as running params

func (*MarkBuildAsRunningParams) WithFields

WithFields adds the fields to the mark build as running params

func (*MarkBuildAsRunningParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mark build as running params

func (*MarkBuildAsRunningParams) WithTimeout

WithTimeout adds the timeout to the mark build as running params

func (*MarkBuildAsRunningParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MarkBuildAsRunningReader

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

MarkBuildAsRunningReader is a Reader for the MarkBuildAsRunning structure.

func (*MarkBuildAsRunningReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PinBuildDefault

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

PinBuildDefault handles this case with default header values.

successful operation

func NewPinBuildDefault

func NewPinBuildDefault(code int) *PinBuildDefault

NewPinBuildDefault creates a PinBuildDefault with default headers values

func (*PinBuildDefault) Code

func (o *PinBuildDefault) Code() int

Code gets the status code for the pin build default response

func (*PinBuildDefault) Error

func (o *PinBuildDefault) Error() string

type PinBuildParams

type PinBuildParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

PinBuildParams contains all the parameters to send to the API endpoint for the pin build operation typically these are written to a http.Request

func NewPinBuildParams

func NewPinBuildParams() *PinBuildParams

NewPinBuildParams creates a new PinBuildParams object with the default values initialized.

func NewPinBuildParamsWithContext

func NewPinBuildParamsWithContext(ctx context.Context) *PinBuildParams

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

func NewPinBuildParamsWithHTTPClient

func NewPinBuildParamsWithHTTPClient(client *http.Client) *PinBuildParams

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

func NewPinBuildParamsWithTimeout

func NewPinBuildParamsWithTimeout(timeout time.Duration) *PinBuildParams

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

func (*PinBuildParams) SetBody

func (o *PinBuildParams) SetBody(body string)

SetBody adds the body to the pin build params

func (*PinBuildParams) SetBuildLocator

func (o *PinBuildParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the pin build params

func (*PinBuildParams) SetContext

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

SetContext adds the context to the pin build params

func (*PinBuildParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pin build params

func (*PinBuildParams) SetTimeout

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

SetTimeout adds the timeout to the pin build params

func (*PinBuildParams) WithBody

func (o *PinBuildParams) WithBody(body string) *PinBuildParams

WithBody adds the body to the pin build params

func (*PinBuildParams) WithBuildLocator

func (o *PinBuildParams) WithBuildLocator(buildLocator string) *PinBuildParams

WithBuildLocator adds the buildLocator to the pin build params

func (*PinBuildParams) WithContext

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

WithContext adds the context to the pin build params

func (*PinBuildParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the pin build params

func (*PinBuildParams) WithTimeout

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

WithTimeout adds the timeout to the pin build params

func (*PinBuildParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PinBuildReader

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

PinBuildReader is a Reader for the PinBuild structure.

func (*PinBuildReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PinMultipleOK

type PinMultipleOK struct {
	Payload *models.MultipleOperationResult
}

PinMultipleOK handles this case with default header values.

successful operation

func NewPinMultipleOK

func NewPinMultipleOK() *PinMultipleOK

NewPinMultipleOK creates a PinMultipleOK with default headers values

func (*PinMultipleOK) Error

func (o *PinMultipleOK) Error() string

func (*PinMultipleOK) GetPayload

func (o *PinMultipleOK) GetPayload() *models.MultipleOperationResult

type PinMultipleParams

type PinMultipleParams struct {

	/*Body*/
	Body *models.PinInfo
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

PinMultipleParams contains all the parameters to send to the API endpoint for the pin multiple operation typically these are written to a http.Request

func NewPinMultipleParams

func NewPinMultipleParams() *PinMultipleParams

NewPinMultipleParams creates a new PinMultipleParams object with the default values initialized.

func NewPinMultipleParamsWithContext

func NewPinMultipleParamsWithContext(ctx context.Context) *PinMultipleParams

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

func NewPinMultipleParamsWithHTTPClient

func NewPinMultipleParamsWithHTTPClient(client *http.Client) *PinMultipleParams

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

func NewPinMultipleParamsWithTimeout

func NewPinMultipleParamsWithTimeout(timeout time.Duration) *PinMultipleParams

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

func (*PinMultipleParams) SetBody

func (o *PinMultipleParams) SetBody(body *models.PinInfo)

SetBody adds the body to the pin multiple params

func (*PinMultipleParams) SetBuildLocator

func (o *PinMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the pin multiple params

func (*PinMultipleParams) SetContext

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

SetContext adds the context to the pin multiple params

func (*PinMultipleParams) SetFields

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

SetFields adds the fields to the pin multiple params

func (*PinMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pin multiple params

func (*PinMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the pin multiple params

func (*PinMultipleParams) WithBody

func (o *PinMultipleParams) WithBody(body *models.PinInfo) *PinMultipleParams

WithBody adds the body to the pin multiple params

func (*PinMultipleParams) WithBuildLocator

func (o *PinMultipleParams) WithBuildLocator(buildLocator string) *PinMultipleParams

WithBuildLocator adds the buildLocator to the pin multiple params

func (*PinMultipleParams) WithContext

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

WithContext adds the context to the pin multiple params

func (*PinMultipleParams) WithFields

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

WithFields adds the fields to the pin multiple params

func (*PinMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the pin multiple params

func (*PinMultipleParams) WithTimeout

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

WithTimeout adds the timeout to the pin multiple params

func (*PinMultipleParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PinMultipleReader

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

PinMultipleReader is a Reader for the PinMultiple structure.

func (*PinMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAppRestBuildsBuildLocatorOK

type PostAppRestBuildsBuildLocatorOK struct {
	Payload *models.Build
}

PostAppRestBuildsBuildLocatorOK handles this case with default header values.

successful operation

func NewPostAppRestBuildsBuildLocatorOK

func NewPostAppRestBuildsBuildLocatorOK() *PostAppRestBuildsBuildLocatorOK

NewPostAppRestBuildsBuildLocatorOK creates a PostAppRestBuildsBuildLocatorOK with default headers values

func (*PostAppRestBuildsBuildLocatorOK) Error

func (*PostAppRestBuildsBuildLocatorOK) GetPayload

func (o *PostAppRestBuildsBuildLocatorOK) GetPayload() *models.Build

type PostAppRestBuildsBuildLocatorParams

type PostAppRestBuildsBuildLocatorParams struct {

	/*Body*/
	Body *models.BuildCancelRequest
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

PostAppRestBuildsBuildLocatorParams contains all the parameters to send to the API endpoint for the post app rest builds build locator operation typically these are written to a http.Request

func NewPostAppRestBuildsBuildLocatorParams

func NewPostAppRestBuildsBuildLocatorParams() *PostAppRestBuildsBuildLocatorParams

NewPostAppRestBuildsBuildLocatorParams creates a new PostAppRestBuildsBuildLocatorParams object with the default values initialized.

func NewPostAppRestBuildsBuildLocatorParamsWithContext

func NewPostAppRestBuildsBuildLocatorParamsWithContext(ctx context.Context) *PostAppRestBuildsBuildLocatorParams

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

func NewPostAppRestBuildsBuildLocatorParamsWithHTTPClient

func NewPostAppRestBuildsBuildLocatorParamsWithHTTPClient(client *http.Client) *PostAppRestBuildsBuildLocatorParams

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

func NewPostAppRestBuildsBuildLocatorParamsWithTimeout

func NewPostAppRestBuildsBuildLocatorParamsWithTimeout(timeout time.Duration) *PostAppRestBuildsBuildLocatorParams

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

func (*PostAppRestBuildsBuildLocatorParams) SetBody

SetBody adds the body to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) SetBuildLocator

func (o *PostAppRestBuildsBuildLocatorParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) SetContext

SetContext adds the context to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) SetFields

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

SetFields adds the fields to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) SetTimeout

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

SetTimeout adds the timeout to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithBody

WithBody adds the body to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithContext

WithContext adds the context to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithFields

WithFields adds the fields to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WithTimeout

WithTimeout adds the timeout to the post app rest builds build locator params

func (*PostAppRestBuildsBuildLocatorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAppRestBuildsBuildLocatorReader

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

PostAppRestBuildsBuildLocatorReader is a Reader for the PostAppRestBuildsBuildLocator structure.

func (*PostAppRestBuildsBuildLocatorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAppRestBuildsBuildLocatorAttributesNameOK

type PutAppRestBuildsBuildLocatorAttributesNameOK struct {
	Payload *models.Property
}

PutAppRestBuildsBuildLocatorAttributesNameOK handles this case with default header values.

successful operation

func NewPutAppRestBuildsBuildLocatorAttributesNameOK

func NewPutAppRestBuildsBuildLocatorAttributesNameOK() *PutAppRestBuildsBuildLocatorAttributesNameOK

NewPutAppRestBuildsBuildLocatorAttributesNameOK creates a PutAppRestBuildsBuildLocatorAttributesNameOK with default headers values

func (*PutAppRestBuildsBuildLocatorAttributesNameOK) Error

func (*PutAppRestBuildsBuildLocatorAttributesNameOK) GetPayload

type PutAppRestBuildsBuildLocatorAttributesNameParams

type PutAppRestBuildsBuildLocatorAttributesNameParams struct {

	/*Body*/
	Body *models.Property
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string
	/*Name*/
	Name string

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

PutAppRestBuildsBuildLocatorAttributesNameParams contains all the parameters to send to the API endpoint for the put app rest builds build locator attributes name operation typically these are written to a http.Request

func NewPutAppRestBuildsBuildLocatorAttributesNameParams

func NewPutAppRestBuildsBuildLocatorAttributesNameParams() *PutAppRestBuildsBuildLocatorAttributesNameParams

NewPutAppRestBuildsBuildLocatorAttributesNameParams creates a new PutAppRestBuildsBuildLocatorAttributesNameParams object with the default values initialized.

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithContext

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithContext(ctx context.Context) *PutAppRestBuildsBuildLocatorAttributesNameParams

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

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithHTTPClient

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithHTTPClient(client *http.Client) *PutAppRestBuildsBuildLocatorAttributesNameParams

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

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithTimeout

func NewPutAppRestBuildsBuildLocatorAttributesNameParamsWithTimeout(timeout time.Duration) *PutAppRestBuildsBuildLocatorAttributesNameParams

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

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetBody

SetBody adds the body to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetBuildLocator

func (o *PutAppRestBuildsBuildLocatorAttributesNameParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetContext

SetContext adds the context to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetFields

SetFields adds the fields to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetName

SetName adds the name to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) SetTimeout

SetTimeout adds the timeout to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithBody

WithBody adds the body to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithContext

WithContext adds the context to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithFields

WithFields adds the fields to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithName

WithName adds the name to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WithTimeout

WithTimeout adds the timeout to the put app rest builds build locator attributes name params

func (*PutAppRestBuildsBuildLocatorAttributesNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAppRestBuildsBuildLocatorAttributesNameReader

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

PutAppRestBuildsBuildLocatorAttributesNameReader is a Reader for the PutAppRestBuildsBuildLocatorAttributesName structure.

func (*PutAppRestBuildsBuildLocatorAttributesNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveTagsMultipleOK

type RemoveTagsMultipleOK struct {
	Payload *models.MultipleOperationResult
}

RemoveTagsMultipleOK handles this case with default header values.

successful operation

func NewRemoveTagsMultipleOK

func NewRemoveTagsMultipleOK() *RemoveTagsMultipleOK

NewRemoveTagsMultipleOK creates a RemoveTagsMultipleOK with default headers values

func (*RemoveTagsMultipleOK) Error

func (o *RemoveTagsMultipleOK) Error() string

func (*RemoveTagsMultipleOK) GetPayload

type RemoveTagsMultipleParams

type RemoveTagsMultipleParams struct {

	/*Body*/
	Body *models.Tags
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

RemoveTagsMultipleParams contains all the parameters to send to the API endpoint for the remove tags multiple operation typically these are written to a http.Request

func NewRemoveTagsMultipleParams

func NewRemoveTagsMultipleParams() *RemoveTagsMultipleParams

NewRemoveTagsMultipleParams creates a new RemoveTagsMultipleParams object with the default values initialized.

func NewRemoveTagsMultipleParamsWithContext

func NewRemoveTagsMultipleParamsWithContext(ctx context.Context) *RemoveTagsMultipleParams

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

func NewRemoveTagsMultipleParamsWithHTTPClient

func NewRemoveTagsMultipleParamsWithHTTPClient(client *http.Client) *RemoveTagsMultipleParams

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

func NewRemoveTagsMultipleParamsWithTimeout

func NewRemoveTagsMultipleParamsWithTimeout(timeout time.Duration) *RemoveTagsMultipleParams

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

func (*RemoveTagsMultipleParams) SetBody

func (o *RemoveTagsMultipleParams) SetBody(body *models.Tags)

SetBody adds the body to the remove tags multiple params

func (*RemoveTagsMultipleParams) SetBuildLocator

func (o *RemoveTagsMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the remove tags multiple params

func (*RemoveTagsMultipleParams) SetContext

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

SetContext adds the context to the remove tags multiple params

func (*RemoveTagsMultipleParams) SetFields

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

SetFields adds the fields to the remove tags multiple params

func (*RemoveTagsMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove tags multiple params

func (*RemoveTagsMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithBody

WithBody adds the body to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithBuildLocator

func (o *RemoveTagsMultipleParams) WithBuildLocator(buildLocator string) *RemoveTagsMultipleParams

WithBuildLocator adds the buildLocator to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithContext

WithContext adds the context to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithFields

WithFields adds the fields to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove tags multiple params

func (*RemoveTagsMultipleParams) WithTimeout

WithTimeout adds the timeout to the remove tags multiple params

func (*RemoveTagsMultipleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveTagsMultipleReader

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

RemoveTagsMultipleReader is a Reader for the RemoveTagsMultiple structure.

func (*RemoveTagsMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceCommentDefault

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

ReplaceCommentDefault handles this case with default header values.

successful operation

func NewReplaceCommentDefault

func NewReplaceCommentDefault(code int) *ReplaceCommentDefault

NewReplaceCommentDefault creates a ReplaceCommentDefault with default headers values

func (*ReplaceCommentDefault) Code

func (o *ReplaceCommentDefault) Code() int

Code gets the status code for the replace comment default response

func (*ReplaceCommentDefault) Error

func (o *ReplaceCommentDefault) Error() string

type ReplaceCommentMultipleOK

type ReplaceCommentMultipleOK struct {
	Payload *models.MultipleOperationResult
}

ReplaceCommentMultipleOK handles this case with default header values.

successful operation

func NewReplaceCommentMultipleOK

func NewReplaceCommentMultipleOK() *ReplaceCommentMultipleOK

NewReplaceCommentMultipleOK creates a ReplaceCommentMultipleOK with default headers values

func (*ReplaceCommentMultipleOK) Error

func (o *ReplaceCommentMultipleOK) Error() string

func (*ReplaceCommentMultipleOK) GetPayload

type ReplaceCommentMultipleParams

type ReplaceCommentMultipleParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ReplaceCommentMultipleParams contains all the parameters to send to the API endpoint for the replace comment multiple operation typically these are written to a http.Request

func NewReplaceCommentMultipleParams

func NewReplaceCommentMultipleParams() *ReplaceCommentMultipleParams

NewReplaceCommentMultipleParams creates a new ReplaceCommentMultipleParams object with the default values initialized.

func NewReplaceCommentMultipleParamsWithContext

func NewReplaceCommentMultipleParamsWithContext(ctx context.Context) *ReplaceCommentMultipleParams

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

func NewReplaceCommentMultipleParamsWithHTTPClient

func NewReplaceCommentMultipleParamsWithHTTPClient(client *http.Client) *ReplaceCommentMultipleParams

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

func NewReplaceCommentMultipleParamsWithTimeout

func NewReplaceCommentMultipleParamsWithTimeout(timeout time.Duration) *ReplaceCommentMultipleParams

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

func (*ReplaceCommentMultipleParams) SetBody

func (o *ReplaceCommentMultipleParams) SetBody(body string)

SetBody adds the body to the replace comment multiple params

func (*ReplaceCommentMultipleParams) SetBuildLocator

func (o *ReplaceCommentMultipleParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the replace comment multiple params

func (*ReplaceCommentMultipleParams) SetContext

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

SetContext adds the context to the replace comment multiple params

func (*ReplaceCommentMultipleParams) SetFields

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

SetFields adds the fields to the replace comment multiple params

func (*ReplaceCommentMultipleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace comment multiple params

func (*ReplaceCommentMultipleParams) SetTimeout

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

SetTimeout adds the timeout to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithBody

WithBody adds the body to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithBuildLocator

func (o *ReplaceCommentMultipleParams) WithBuildLocator(buildLocator string) *ReplaceCommentMultipleParams

WithBuildLocator adds the buildLocator to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithContext

WithContext adds the context to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithFields

WithFields adds the fields to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WithTimeout

WithTimeout adds the timeout to the replace comment multiple params

func (*ReplaceCommentMultipleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceCommentMultipleReader

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

ReplaceCommentMultipleReader is a Reader for the ReplaceCommentMultiple structure.

func (*ReplaceCommentMultipleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceCommentParams

type ReplaceCommentParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

ReplaceCommentParams contains all the parameters to send to the API endpoint for the replace comment operation typically these are written to a http.Request

func NewReplaceCommentParams

func NewReplaceCommentParams() *ReplaceCommentParams

NewReplaceCommentParams creates a new ReplaceCommentParams object with the default values initialized.

func NewReplaceCommentParamsWithContext

func NewReplaceCommentParamsWithContext(ctx context.Context) *ReplaceCommentParams

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

func NewReplaceCommentParamsWithHTTPClient

func NewReplaceCommentParamsWithHTTPClient(client *http.Client) *ReplaceCommentParams

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

func NewReplaceCommentParamsWithTimeout

func NewReplaceCommentParamsWithTimeout(timeout time.Duration) *ReplaceCommentParams

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

func (*ReplaceCommentParams) SetBody

func (o *ReplaceCommentParams) SetBody(body string)

SetBody adds the body to the replace comment params

func (*ReplaceCommentParams) SetBuildLocator

func (o *ReplaceCommentParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the replace comment params

func (*ReplaceCommentParams) SetContext

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

SetContext adds the context to the replace comment params

func (*ReplaceCommentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace comment params

func (*ReplaceCommentParams) SetTimeout

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

SetTimeout adds the timeout to the replace comment params

func (*ReplaceCommentParams) WithBody

WithBody adds the body to the replace comment params

func (*ReplaceCommentParams) WithBuildLocator

func (o *ReplaceCommentParams) WithBuildLocator(buildLocator string) *ReplaceCommentParams

WithBuildLocator adds the buildLocator to the replace comment params

func (*ReplaceCommentParams) WithContext

WithContext adds the context to the replace comment params

func (*ReplaceCommentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace comment params

func (*ReplaceCommentParams) WithTimeout

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

WithTimeout adds the timeout to the replace comment params

func (*ReplaceCommentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceCommentReader

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

ReplaceCommentReader is a Reader for the ReplaceComment structure.

func (*ReplaceCommentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceTagsOK

type ReplaceTagsOK struct {
	Payload *models.Tags
}

ReplaceTagsOK handles this case with default header values.

successful operation

func NewReplaceTagsOK

func NewReplaceTagsOK() *ReplaceTagsOK

NewReplaceTagsOK creates a ReplaceTagsOK with default headers values

func (*ReplaceTagsOK) Error

func (o *ReplaceTagsOK) Error() string

func (*ReplaceTagsOK) GetPayload

func (o *ReplaceTagsOK) GetPayload() *models.Tags

type ReplaceTagsParams

type ReplaceTagsParams struct {

	/*Body*/
	Body *models.Tags
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string

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

ReplaceTagsParams contains all the parameters to send to the API endpoint for the replace tags operation typically these are written to a http.Request

func NewReplaceTagsParams

func NewReplaceTagsParams() *ReplaceTagsParams

NewReplaceTagsParams creates a new ReplaceTagsParams object with the default values initialized.

func NewReplaceTagsParamsWithContext

func NewReplaceTagsParamsWithContext(ctx context.Context) *ReplaceTagsParams

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

func NewReplaceTagsParamsWithHTTPClient

func NewReplaceTagsParamsWithHTTPClient(client *http.Client) *ReplaceTagsParams

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

func NewReplaceTagsParamsWithTimeout

func NewReplaceTagsParamsWithTimeout(timeout time.Duration) *ReplaceTagsParams

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

func (*ReplaceTagsParams) SetBody

func (o *ReplaceTagsParams) SetBody(body *models.Tags)

SetBody adds the body to the replace tags params

func (*ReplaceTagsParams) SetBuildLocator

func (o *ReplaceTagsParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the replace tags params

func (*ReplaceTagsParams) SetContext

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

SetContext adds the context to the replace tags params

func (*ReplaceTagsParams) SetFields

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

SetFields adds the fields to the replace tags params

func (*ReplaceTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace tags params

func (*ReplaceTagsParams) SetLocator

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

SetLocator adds the locator to the replace tags params

func (*ReplaceTagsParams) SetTimeout

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

SetTimeout adds the timeout to the replace tags params

func (*ReplaceTagsParams) WithBody

func (o *ReplaceTagsParams) WithBody(body *models.Tags) *ReplaceTagsParams

WithBody adds the body to the replace tags params

func (*ReplaceTagsParams) WithBuildLocator

func (o *ReplaceTagsParams) WithBuildLocator(buildLocator string) *ReplaceTagsParams

WithBuildLocator adds the buildLocator to the replace tags params

func (*ReplaceTagsParams) WithContext

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

WithContext adds the context to the replace tags params

func (*ReplaceTagsParams) WithFields

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

WithFields adds the fields to the replace tags params

func (*ReplaceTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace tags params

func (*ReplaceTagsParams) WithLocator

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

WithLocator adds the locator to the replace tags params

func (*ReplaceTagsParams) WithTimeout

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

WithTimeout adds the timeout to the replace tags params

func (*ReplaceTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplaceTagsReader

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

ReplaceTagsReader is a Reader for the ReplaceTags structure.

func (*ReplaceTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetBuildFinishParametersDefault

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

ResetBuildFinishParametersDefault handles this case with default header values.

successful operation

func NewResetBuildFinishParametersDefault

func NewResetBuildFinishParametersDefault(code int) *ResetBuildFinishParametersDefault

NewResetBuildFinishParametersDefault creates a ResetBuildFinishParametersDefault with default headers values

func (*ResetBuildFinishParametersDefault) Code

Code gets the status code for the reset build finish parameters default response

func (*ResetBuildFinishParametersDefault) Error

type ResetBuildFinishParametersParams

type ResetBuildFinishParametersParams struct {

	/*BuildLocator*/
	BuildLocator string

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

ResetBuildFinishParametersParams contains all the parameters to send to the API endpoint for the reset build finish parameters operation typically these are written to a http.Request

func NewResetBuildFinishParametersParams

func NewResetBuildFinishParametersParams() *ResetBuildFinishParametersParams

NewResetBuildFinishParametersParams creates a new ResetBuildFinishParametersParams object with the default values initialized.

func NewResetBuildFinishParametersParamsWithContext

func NewResetBuildFinishParametersParamsWithContext(ctx context.Context) *ResetBuildFinishParametersParams

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

func NewResetBuildFinishParametersParamsWithHTTPClient

func NewResetBuildFinishParametersParamsWithHTTPClient(client *http.Client) *ResetBuildFinishParametersParams

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

func NewResetBuildFinishParametersParamsWithTimeout

func NewResetBuildFinishParametersParamsWithTimeout(timeout time.Duration) *ResetBuildFinishParametersParams

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

func (*ResetBuildFinishParametersParams) SetBuildLocator

func (o *ResetBuildFinishParametersParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) SetContext

SetContext adds the context to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) SetTimeout

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

SetTimeout adds the timeout to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) WithContext

WithContext adds the context to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) WithTimeout

WithTimeout adds the timeout to the reset build finish parameters params

func (*ResetBuildFinishParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetBuildFinishParametersReader

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

ResetBuildFinishParametersReader is a Reader for the ResetBuildFinishParameters structure.

func (*ResetBuildFinishParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeAggregatedBuildStatusIconDefault

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

ServeAggregatedBuildStatusIconDefault handles this case with default header values.

successful operation

func NewServeAggregatedBuildStatusIconDefault

func NewServeAggregatedBuildStatusIconDefault(code int) *ServeAggregatedBuildStatusIconDefault

NewServeAggregatedBuildStatusIconDefault creates a ServeAggregatedBuildStatusIconDefault with default headers values

func (*ServeAggregatedBuildStatusIconDefault) Code

Code gets the status code for the serve aggregated build status icon default response

func (*ServeAggregatedBuildStatusIconDefault) Error

type ServeAggregatedBuildStatusIconParams

type ServeAggregatedBuildStatusIconParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Suffix*/
	Suffix string

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

ServeAggregatedBuildStatusIconParams contains all the parameters to send to the API endpoint for the serve aggregated build status icon operation typically these are written to a http.Request

func NewServeAggregatedBuildStatusIconParams

func NewServeAggregatedBuildStatusIconParams() *ServeAggregatedBuildStatusIconParams

NewServeAggregatedBuildStatusIconParams creates a new ServeAggregatedBuildStatusIconParams object with the default values initialized.

func NewServeAggregatedBuildStatusIconParamsWithContext

func NewServeAggregatedBuildStatusIconParamsWithContext(ctx context.Context) *ServeAggregatedBuildStatusIconParams

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

func NewServeAggregatedBuildStatusIconParamsWithHTTPClient

func NewServeAggregatedBuildStatusIconParamsWithHTTPClient(client *http.Client) *ServeAggregatedBuildStatusIconParams

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

func NewServeAggregatedBuildStatusIconParamsWithTimeout

func NewServeAggregatedBuildStatusIconParamsWithTimeout(timeout time.Duration) *ServeAggregatedBuildStatusIconParams

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

func (*ServeAggregatedBuildStatusIconParams) SetBuildLocator

func (o *ServeAggregatedBuildStatusIconParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) SetContext

SetContext adds the context to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) SetSuffix

func (o *ServeAggregatedBuildStatusIconParams) SetSuffix(suffix string)

SetSuffix adds the suffix to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) SetTimeout

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

SetTimeout adds the timeout to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WithContext

WithContext adds the context to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WithSuffix

WithSuffix adds the suffix to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WithTimeout

WithTimeout adds the timeout to the serve aggregated build status icon params

func (*ServeAggregatedBuildStatusIconParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeAggregatedBuildStatusIconReader

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

ServeAggregatedBuildStatusIconReader is a Reader for the ServeAggregatedBuildStatusIcon structure.

func (*ServeAggregatedBuildStatusIconReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeAggregatedBuildStatusOK

type ServeAggregatedBuildStatusOK struct {
	Payload string
}

ServeAggregatedBuildStatusOK handles this case with default header values.

successful operation

func NewServeAggregatedBuildStatusOK

func NewServeAggregatedBuildStatusOK() *ServeAggregatedBuildStatusOK

NewServeAggregatedBuildStatusOK creates a ServeAggregatedBuildStatusOK with default headers values

func (*ServeAggregatedBuildStatusOK) Error

func (*ServeAggregatedBuildStatusOK) GetPayload

func (o *ServeAggregatedBuildStatusOK) GetPayload() string

type ServeAggregatedBuildStatusParams

type ServeAggregatedBuildStatusParams struct {

	/*BuildLocator*/
	BuildLocator string

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

ServeAggregatedBuildStatusParams contains all the parameters to send to the API endpoint for the serve aggregated build status operation typically these are written to a http.Request

func NewServeAggregatedBuildStatusParams

func NewServeAggregatedBuildStatusParams() *ServeAggregatedBuildStatusParams

NewServeAggregatedBuildStatusParams creates a new ServeAggregatedBuildStatusParams object with the default values initialized.

func NewServeAggregatedBuildStatusParamsWithContext

func NewServeAggregatedBuildStatusParamsWithContext(ctx context.Context) *ServeAggregatedBuildStatusParams

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

func NewServeAggregatedBuildStatusParamsWithHTTPClient

func NewServeAggregatedBuildStatusParamsWithHTTPClient(client *http.Client) *ServeAggregatedBuildStatusParams

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

func NewServeAggregatedBuildStatusParamsWithTimeout

func NewServeAggregatedBuildStatusParamsWithTimeout(timeout time.Duration) *ServeAggregatedBuildStatusParams

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

func (*ServeAggregatedBuildStatusParams) SetBuildLocator

func (o *ServeAggregatedBuildStatusParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) SetContext

SetContext adds the context to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) SetTimeout

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

SetTimeout adds the timeout to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) WithContext

WithContext adds the context to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) WithTimeout

WithTimeout adds the timeout to the serve aggregated build status params

func (*ServeAggregatedBuildStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeAggregatedBuildStatusReader

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

ServeAggregatedBuildStatusReader is a Reader for the ServeAggregatedBuildStatus structure.

func (*ServeAggregatedBuildStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeAllBuildsOK

type ServeAllBuildsOK struct {
	Payload *models.Builds
}

ServeAllBuildsOK handles this case with default header values.

successful operation

func NewServeAllBuildsOK

func NewServeAllBuildsOK() *ServeAllBuildsOK

NewServeAllBuildsOK creates a ServeAllBuildsOK with default headers values

func (*ServeAllBuildsOK) Error

func (o *ServeAllBuildsOK) Error() string

func (*ServeAllBuildsOK) GetPayload

func (o *ServeAllBuildsOK) GetPayload() *models.Builds

type ServeAllBuildsParams

type ServeAllBuildsParams struct {

	/*AgentName*/
	AgentName *string
	/*BuildType*/
	BuildType *string
	/*Count*/
	Count *int32
	/*Fields*/
	Fields *string
	/*IncludeCanceled*/
	IncludeCanceled *bool
	/*IncludePersonal*/
	IncludePersonal *bool
	/*Locator*/
	Locator *string
	/*OnlyPinned*/
	OnlyPinned *bool
	/*SinceBuild*/
	SinceBuild *string
	/*SinceDate*/
	SinceDate *string
	/*Start*/
	Start *int64
	/*Status*/
	Status *string
	/*Tag*/
	Tag []string
	/*TriggeredByUser*/
	TriggeredByUser *string

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

ServeAllBuildsParams contains all the parameters to send to the API endpoint for the serve all builds operation typically these are written to a http.Request

func NewServeAllBuildsParams

func NewServeAllBuildsParams() *ServeAllBuildsParams

NewServeAllBuildsParams creates a new ServeAllBuildsParams object with the default values initialized.

func NewServeAllBuildsParamsWithContext

func NewServeAllBuildsParamsWithContext(ctx context.Context) *ServeAllBuildsParams

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

func NewServeAllBuildsParamsWithHTTPClient

func NewServeAllBuildsParamsWithHTTPClient(client *http.Client) *ServeAllBuildsParams

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

func NewServeAllBuildsParamsWithTimeout

func NewServeAllBuildsParamsWithTimeout(timeout time.Duration) *ServeAllBuildsParams

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

func (*ServeAllBuildsParams) SetAgentName

func (o *ServeAllBuildsParams) SetAgentName(agentName *string)

SetAgentName adds the agentName to the serve all builds params

func (*ServeAllBuildsParams) SetBuildType

func (o *ServeAllBuildsParams) SetBuildType(buildType *string)

SetBuildType adds the buildType to the serve all builds params

func (*ServeAllBuildsParams) SetContext

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

SetContext adds the context to the serve all builds params

func (*ServeAllBuildsParams) SetCount

func (o *ServeAllBuildsParams) SetCount(count *int32)

SetCount adds the count to the serve all builds params

func (*ServeAllBuildsParams) SetFields

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

SetFields adds the fields to the serve all builds params

func (*ServeAllBuildsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve all builds params

func (*ServeAllBuildsParams) SetIncludeCanceled

func (o *ServeAllBuildsParams) SetIncludeCanceled(includeCanceled *bool)

SetIncludeCanceled adds the includeCanceled to the serve all builds params

func (*ServeAllBuildsParams) SetIncludePersonal

func (o *ServeAllBuildsParams) SetIncludePersonal(includePersonal *bool)

SetIncludePersonal adds the includePersonal to the serve all builds params

func (*ServeAllBuildsParams) SetLocator

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

SetLocator adds the locator to the serve all builds params

func (*ServeAllBuildsParams) SetOnlyPinned

func (o *ServeAllBuildsParams) SetOnlyPinned(onlyPinned *bool)

SetOnlyPinned adds the onlyPinned to the serve all builds params

func (*ServeAllBuildsParams) SetSinceBuild

func (o *ServeAllBuildsParams) SetSinceBuild(sinceBuild *string)

SetSinceBuild adds the sinceBuild to the serve all builds params

func (*ServeAllBuildsParams) SetSinceDate

func (o *ServeAllBuildsParams) SetSinceDate(sinceDate *string)

SetSinceDate adds the sinceDate to the serve all builds params

func (*ServeAllBuildsParams) SetStart

func (o *ServeAllBuildsParams) SetStart(start *int64)

SetStart adds the start to the serve all builds params

func (*ServeAllBuildsParams) SetStatus

func (o *ServeAllBuildsParams) SetStatus(status *string)

SetStatus adds the status to the serve all builds params

func (*ServeAllBuildsParams) SetTag

func (o *ServeAllBuildsParams) SetTag(tag []string)

SetTag adds the tag to the serve all builds params

func (*ServeAllBuildsParams) SetTimeout

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

SetTimeout adds the timeout to the serve all builds params

func (*ServeAllBuildsParams) SetTriggeredByUser

func (o *ServeAllBuildsParams) SetTriggeredByUser(triggeredByUser *string)

SetTriggeredByUser adds the triggeredByUser to the serve all builds params

func (*ServeAllBuildsParams) WithAgentName

func (o *ServeAllBuildsParams) WithAgentName(agentName *string) *ServeAllBuildsParams

WithAgentName adds the agentName to the serve all builds params

func (*ServeAllBuildsParams) WithBuildType

func (o *ServeAllBuildsParams) WithBuildType(buildType *string) *ServeAllBuildsParams

WithBuildType adds the buildType to the serve all builds params

func (*ServeAllBuildsParams) WithContext

WithContext adds the context to the serve all builds params

func (*ServeAllBuildsParams) WithCount

func (o *ServeAllBuildsParams) WithCount(count *int32) *ServeAllBuildsParams

WithCount adds the count to the serve all builds params

func (*ServeAllBuildsParams) WithFields

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

WithFields adds the fields to the serve all builds params

func (*ServeAllBuildsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve all builds params

func (*ServeAllBuildsParams) WithIncludeCanceled

func (o *ServeAllBuildsParams) WithIncludeCanceled(includeCanceled *bool) *ServeAllBuildsParams

WithIncludeCanceled adds the includeCanceled to the serve all builds params

func (*ServeAllBuildsParams) WithIncludePersonal

func (o *ServeAllBuildsParams) WithIncludePersonal(includePersonal *bool) *ServeAllBuildsParams

WithIncludePersonal adds the includePersonal to the serve all builds params

func (*ServeAllBuildsParams) WithLocator

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

WithLocator adds the locator to the serve all builds params

func (*ServeAllBuildsParams) WithOnlyPinned

func (o *ServeAllBuildsParams) WithOnlyPinned(onlyPinned *bool) *ServeAllBuildsParams

WithOnlyPinned adds the onlyPinned to the serve all builds params

func (*ServeAllBuildsParams) WithSinceBuild

func (o *ServeAllBuildsParams) WithSinceBuild(sinceBuild *string) *ServeAllBuildsParams

WithSinceBuild adds the sinceBuild to the serve all builds params

func (*ServeAllBuildsParams) WithSinceDate

func (o *ServeAllBuildsParams) WithSinceDate(sinceDate *string) *ServeAllBuildsParams

WithSinceDate adds the sinceDate to the serve all builds params

func (*ServeAllBuildsParams) WithStart

func (o *ServeAllBuildsParams) WithStart(start *int64) *ServeAllBuildsParams

WithStart adds the start to the serve all builds params

func (*ServeAllBuildsParams) WithStatus

func (o *ServeAllBuildsParams) WithStatus(status *string) *ServeAllBuildsParams

WithStatus adds the status to the serve all builds params

func (*ServeAllBuildsParams) WithTag

WithTag adds the tag to the serve all builds params

func (*ServeAllBuildsParams) WithTimeout

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

WithTimeout adds the timeout to the serve all builds params

func (*ServeAllBuildsParams) WithTriggeredByUser

func (o *ServeAllBuildsParams) WithTriggeredByUser(triggeredByUser *string) *ServeAllBuildsParams

WithTriggeredByUser adds the triggeredByUser to the serve all builds params

func (*ServeAllBuildsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeAllBuildsReader

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

ServeAllBuildsReader is a Reader for the ServeAllBuilds structure.

func (*ServeAllBuildsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildActualParametersOK

type ServeBuildActualParametersOK struct {
	Payload *models.Properties
}

ServeBuildActualParametersOK handles this case with default header values.

successful operation

func NewServeBuildActualParametersOK

func NewServeBuildActualParametersOK() *ServeBuildActualParametersOK

NewServeBuildActualParametersOK creates a ServeBuildActualParametersOK with default headers values

func (*ServeBuildActualParametersOK) Error

func (*ServeBuildActualParametersOK) GetPayload

type ServeBuildActualParametersParams

type ServeBuildActualParametersParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ServeBuildActualParametersParams contains all the parameters to send to the API endpoint for the serve build actual parameters operation typically these are written to a http.Request

func NewServeBuildActualParametersParams

func NewServeBuildActualParametersParams() *ServeBuildActualParametersParams

NewServeBuildActualParametersParams creates a new ServeBuildActualParametersParams object with the default values initialized.

func NewServeBuildActualParametersParamsWithContext

func NewServeBuildActualParametersParamsWithContext(ctx context.Context) *ServeBuildActualParametersParams

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

func NewServeBuildActualParametersParamsWithHTTPClient

func NewServeBuildActualParametersParamsWithHTTPClient(client *http.Client) *ServeBuildActualParametersParams

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

func NewServeBuildActualParametersParamsWithTimeout

func NewServeBuildActualParametersParamsWithTimeout(timeout time.Duration) *ServeBuildActualParametersParams

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

func (*ServeBuildActualParametersParams) SetBuildLocator

func (o *ServeBuildActualParametersParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build actual parameters params

func (*ServeBuildActualParametersParams) SetContext

SetContext adds the context to the serve build actual parameters params

func (*ServeBuildActualParametersParams) SetFields

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

SetFields adds the fields to the serve build actual parameters params

func (*ServeBuildActualParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build actual parameters params

func (*ServeBuildActualParametersParams) SetTimeout

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

SetTimeout adds the timeout to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WithContext

WithContext adds the context to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WithFields

WithFields adds the fields to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WithTimeout

WithTimeout adds the timeout to the serve build actual parameters params

func (*ServeBuildActualParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildActualParametersReader

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

ServeBuildActualParametersReader is a Reader for the ServeBuildActualParameters structure.

func (*ServeBuildActualParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildFieldByBuildOnlyOK

type ServeBuildFieldByBuildOnlyOK struct {
	Payload string
}

ServeBuildFieldByBuildOnlyOK handles this case with default header values.

successful operation

func NewServeBuildFieldByBuildOnlyOK

func NewServeBuildFieldByBuildOnlyOK() *ServeBuildFieldByBuildOnlyOK

NewServeBuildFieldByBuildOnlyOK creates a ServeBuildFieldByBuildOnlyOK with default headers values

func (*ServeBuildFieldByBuildOnlyOK) Error

func (*ServeBuildFieldByBuildOnlyOK) GetPayload

func (o *ServeBuildFieldByBuildOnlyOK) GetPayload() string

type ServeBuildFieldByBuildOnlyParams

type ServeBuildFieldByBuildOnlyParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Field*/
	Field string

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

ServeBuildFieldByBuildOnlyParams contains all the parameters to send to the API endpoint for the serve build field by build only operation typically these are written to a http.Request

func NewServeBuildFieldByBuildOnlyParams

func NewServeBuildFieldByBuildOnlyParams() *ServeBuildFieldByBuildOnlyParams

NewServeBuildFieldByBuildOnlyParams creates a new ServeBuildFieldByBuildOnlyParams object with the default values initialized.

func NewServeBuildFieldByBuildOnlyParamsWithContext

func NewServeBuildFieldByBuildOnlyParamsWithContext(ctx context.Context) *ServeBuildFieldByBuildOnlyParams

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

func NewServeBuildFieldByBuildOnlyParamsWithHTTPClient

func NewServeBuildFieldByBuildOnlyParamsWithHTTPClient(client *http.Client) *ServeBuildFieldByBuildOnlyParams

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

func NewServeBuildFieldByBuildOnlyParamsWithTimeout

func NewServeBuildFieldByBuildOnlyParamsWithTimeout(timeout time.Duration) *ServeBuildFieldByBuildOnlyParams

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

func (*ServeBuildFieldByBuildOnlyParams) SetBuildLocator

func (o *ServeBuildFieldByBuildOnlyParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) SetContext

SetContext adds the context to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) SetField

func (o *ServeBuildFieldByBuildOnlyParams) SetField(field string)

SetField adds the field to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) SetTimeout

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

SetTimeout adds the timeout to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WithContext

WithContext adds the context to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WithField

WithField adds the field to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WithTimeout

WithTimeout adds the timeout to the serve build field by build only params

func (*ServeBuildFieldByBuildOnlyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildFieldByBuildOnlyReader

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

ServeBuildFieldByBuildOnlyReader is a Reader for the ServeBuildFieldByBuildOnly structure.

func (*ServeBuildFieldByBuildOnlyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildOK

type ServeBuildOK struct {
	Payload *models.Build
}

ServeBuildOK handles this case with default header values.

successful operation

func NewServeBuildOK

func NewServeBuildOK() *ServeBuildOK

NewServeBuildOK creates a ServeBuildOK with default headers values

func (*ServeBuildOK) Error

func (o *ServeBuildOK) Error() string

func (*ServeBuildOK) GetPayload

func (o *ServeBuildOK) GetPayload() *models.Build

type ServeBuildParams

type ServeBuildParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ServeBuildParams contains all the parameters to send to the API endpoint for the serve build operation typically these are written to a http.Request

func NewServeBuildParams

func NewServeBuildParams() *ServeBuildParams

NewServeBuildParams creates a new ServeBuildParams object with the default values initialized.

func NewServeBuildParamsWithContext

func NewServeBuildParamsWithContext(ctx context.Context) *ServeBuildParams

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

func NewServeBuildParamsWithHTTPClient

func NewServeBuildParamsWithHTTPClient(client *http.Client) *ServeBuildParams

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

func NewServeBuildParamsWithTimeout

func NewServeBuildParamsWithTimeout(timeout time.Duration) *ServeBuildParams

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

func (*ServeBuildParams) SetBuildLocator

func (o *ServeBuildParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build params

func (*ServeBuildParams) SetContext

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

SetContext adds the context to the serve build params

func (*ServeBuildParams) SetFields

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

SetFields adds the fields to the serve build params

func (*ServeBuildParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build params

func (*ServeBuildParams) SetTimeout

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

SetTimeout adds the timeout to the serve build params

func (*ServeBuildParams) WithBuildLocator

func (o *ServeBuildParams) WithBuildLocator(buildLocator string) *ServeBuildParams

WithBuildLocator adds the buildLocator to the serve build params

func (*ServeBuildParams) WithContext

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

WithContext adds the context to the serve build params

func (*ServeBuildParams) WithFields

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

WithFields adds the fields to the serve build params

func (*ServeBuildParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve build params

func (*ServeBuildParams) WithTimeout

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

WithTimeout adds the timeout to the serve build params

func (*ServeBuildParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeBuildReader

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

ServeBuildReader is a Reader for the ServeBuild structure.

func (*ServeBuildReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildRelatedIssuesOK

type ServeBuildRelatedIssuesOK struct {
	Payload *models.IssuesUsages
}

ServeBuildRelatedIssuesOK handles this case with default header values.

successful operation

func NewServeBuildRelatedIssuesOK

func NewServeBuildRelatedIssuesOK() *ServeBuildRelatedIssuesOK

NewServeBuildRelatedIssuesOK creates a ServeBuildRelatedIssuesOK with default headers values

func (*ServeBuildRelatedIssuesOK) Error

func (o *ServeBuildRelatedIssuesOK) Error() string

func (*ServeBuildRelatedIssuesOK) GetPayload

type ServeBuildRelatedIssuesOldOK

type ServeBuildRelatedIssuesOldOK struct {
	Payload *models.IssuesUsages
}

ServeBuildRelatedIssuesOldOK handles this case with default header values.

successful operation

func NewServeBuildRelatedIssuesOldOK

func NewServeBuildRelatedIssuesOldOK() *ServeBuildRelatedIssuesOldOK

NewServeBuildRelatedIssuesOldOK creates a ServeBuildRelatedIssuesOldOK with default headers values

func (*ServeBuildRelatedIssuesOldOK) Error

func (*ServeBuildRelatedIssuesOldOK) GetPayload

type ServeBuildRelatedIssuesOldParams

type ServeBuildRelatedIssuesOldParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ServeBuildRelatedIssuesOldParams contains all the parameters to send to the API endpoint for the serve build related issues old operation typically these are written to a http.Request

func NewServeBuildRelatedIssuesOldParams

func NewServeBuildRelatedIssuesOldParams() *ServeBuildRelatedIssuesOldParams

NewServeBuildRelatedIssuesOldParams creates a new ServeBuildRelatedIssuesOldParams object with the default values initialized.

func NewServeBuildRelatedIssuesOldParamsWithContext

func NewServeBuildRelatedIssuesOldParamsWithContext(ctx context.Context) *ServeBuildRelatedIssuesOldParams

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

func NewServeBuildRelatedIssuesOldParamsWithHTTPClient

func NewServeBuildRelatedIssuesOldParamsWithHTTPClient(client *http.Client) *ServeBuildRelatedIssuesOldParams

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

func NewServeBuildRelatedIssuesOldParamsWithTimeout

func NewServeBuildRelatedIssuesOldParamsWithTimeout(timeout time.Duration) *ServeBuildRelatedIssuesOldParams

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

func (*ServeBuildRelatedIssuesOldParams) SetBuildLocator

func (o *ServeBuildRelatedIssuesOldParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) SetContext

SetContext adds the context to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) SetFields

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

SetFields adds the fields to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) SetTimeout

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

SetTimeout adds the timeout to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WithBuildLocator

WithBuildLocator adds the buildLocator to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WithContext

WithContext adds the context to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WithFields

WithFields adds the fields to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WithTimeout

WithTimeout adds the timeout to the serve build related issues old params

func (*ServeBuildRelatedIssuesOldParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildRelatedIssuesOldReader

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

ServeBuildRelatedIssuesOldReader is a Reader for the ServeBuildRelatedIssuesOld structure.

func (*ServeBuildRelatedIssuesOldReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildRelatedIssuesParams

type ServeBuildRelatedIssuesParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ServeBuildRelatedIssuesParams contains all the parameters to send to the API endpoint for the serve build related issues operation typically these are written to a http.Request

func NewServeBuildRelatedIssuesParams

func NewServeBuildRelatedIssuesParams() *ServeBuildRelatedIssuesParams

NewServeBuildRelatedIssuesParams creates a new ServeBuildRelatedIssuesParams object with the default values initialized.

func NewServeBuildRelatedIssuesParamsWithContext

func NewServeBuildRelatedIssuesParamsWithContext(ctx context.Context) *ServeBuildRelatedIssuesParams

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

func NewServeBuildRelatedIssuesParamsWithHTTPClient

func NewServeBuildRelatedIssuesParamsWithHTTPClient(client *http.Client) *ServeBuildRelatedIssuesParams

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

func NewServeBuildRelatedIssuesParamsWithTimeout

func NewServeBuildRelatedIssuesParamsWithTimeout(timeout time.Duration) *ServeBuildRelatedIssuesParams

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

func (*ServeBuildRelatedIssuesParams) SetBuildLocator

func (o *ServeBuildRelatedIssuesParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) SetContext

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

SetContext adds the context to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) SetFields

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

SetFields adds the fields to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) SetTimeout

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

SetTimeout adds the timeout to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WithBuildLocator

func (o *ServeBuildRelatedIssuesParams) WithBuildLocator(buildLocator string) *ServeBuildRelatedIssuesParams

WithBuildLocator adds the buildLocator to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WithContext

WithContext adds the context to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WithFields

WithFields adds the fields to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WithTimeout

WithTimeout adds the timeout to the serve build related issues params

func (*ServeBuildRelatedIssuesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildRelatedIssuesReader

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

ServeBuildRelatedIssuesReader is a Reader for the ServeBuildRelatedIssues structure.

func (*ServeBuildRelatedIssuesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildStatisticValueOK

type ServeBuildStatisticValueOK struct {
	Payload string
}

ServeBuildStatisticValueOK handles this case with default header values.

successful operation

func NewServeBuildStatisticValueOK

func NewServeBuildStatisticValueOK() *ServeBuildStatisticValueOK

NewServeBuildStatisticValueOK creates a ServeBuildStatisticValueOK with default headers values

func (*ServeBuildStatisticValueOK) Error

func (*ServeBuildStatisticValueOK) GetPayload

func (o *ServeBuildStatisticValueOK) GetPayload() string

type ServeBuildStatisticValueParams

type ServeBuildStatisticValueParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Name*/
	Name string

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

ServeBuildStatisticValueParams contains all the parameters to send to the API endpoint for the serve build statistic value operation typically these are written to a http.Request

func NewServeBuildStatisticValueParams

func NewServeBuildStatisticValueParams() *ServeBuildStatisticValueParams

NewServeBuildStatisticValueParams creates a new ServeBuildStatisticValueParams object with the default values initialized.

func NewServeBuildStatisticValueParamsWithContext

func NewServeBuildStatisticValueParamsWithContext(ctx context.Context) *ServeBuildStatisticValueParams

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

func NewServeBuildStatisticValueParamsWithHTTPClient

func NewServeBuildStatisticValueParamsWithHTTPClient(client *http.Client) *ServeBuildStatisticValueParams

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

func NewServeBuildStatisticValueParamsWithTimeout

func NewServeBuildStatisticValueParamsWithTimeout(timeout time.Duration) *ServeBuildStatisticValueParams

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

func (*ServeBuildStatisticValueParams) SetBuildLocator

func (o *ServeBuildStatisticValueParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build statistic value params

func (*ServeBuildStatisticValueParams) SetContext

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

SetContext adds the context to the serve build statistic value params

func (*ServeBuildStatisticValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build statistic value params

func (*ServeBuildStatisticValueParams) SetName

func (o *ServeBuildStatisticValueParams) SetName(name string)

SetName adds the name to the serve build statistic value params

func (*ServeBuildStatisticValueParams) SetTimeout

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

SetTimeout adds the timeout to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WithBuildLocator

func (o *ServeBuildStatisticValueParams) WithBuildLocator(buildLocator string) *ServeBuildStatisticValueParams

WithBuildLocator adds the buildLocator to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WithContext

WithContext adds the context to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WithName

WithName adds the name to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WithTimeout

WithTimeout adds the timeout to the serve build statistic value params

func (*ServeBuildStatisticValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildStatisticValueReader

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

ServeBuildStatisticValueReader is a Reader for the ServeBuildStatisticValue structure.

func (*ServeBuildStatisticValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildStatisticValuesOK

type ServeBuildStatisticValuesOK struct {
	Payload *models.Properties
}

ServeBuildStatisticValuesOK handles this case with default header values.

successful operation

func NewServeBuildStatisticValuesOK

func NewServeBuildStatisticValuesOK() *ServeBuildStatisticValuesOK

NewServeBuildStatisticValuesOK creates a ServeBuildStatisticValuesOK with default headers values

func (*ServeBuildStatisticValuesOK) Error

func (*ServeBuildStatisticValuesOK) GetPayload

type ServeBuildStatisticValuesParams

type ServeBuildStatisticValuesParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

ServeBuildStatisticValuesParams contains all the parameters to send to the API endpoint for the serve build statistic values operation typically these are written to a http.Request

func NewServeBuildStatisticValuesParams

func NewServeBuildStatisticValuesParams() *ServeBuildStatisticValuesParams

NewServeBuildStatisticValuesParams creates a new ServeBuildStatisticValuesParams object with the default values initialized.

func NewServeBuildStatisticValuesParamsWithContext

func NewServeBuildStatisticValuesParamsWithContext(ctx context.Context) *ServeBuildStatisticValuesParams

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

func NewServeBuildStatisticValuesParamsWithHTTPClient

func NewServeBuildStatisticValuesParamsWithHTTPClient(client *http.Client) *ServeBuildStatisticValuesParams

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

func NewServeBuildStatisticValuesParamsWithTimeout

func NewServeBuildStatisticValuesParamsWithTimeout(timeout time.Duration) *ServeBuildStatisticValuesParams

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

func (*ServeBuildStatisticValuesParams) SetBuildLocator

func (o *ServeBuildStatisticValuesParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) SetContext

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

SetContext adds the context to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) SetFields

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

SetFields adds the fields to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) SetTimeout

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

SetTimeout adds the timeout to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WithBuildLocator

func (o *ServeBuildStatisticValuesParams) WithBuildLocator(buildLocator string) *ServeBuildStatisticValuesParams

WithBuildLocator adds the buildLocator to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WithContext

WithContext adds the context to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WithFields

WithFields adds the fields to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WithTimeout

WithTimeout adds the timeout to the serve build statistic values params

func (*ServeBuildStatisticValuesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildStatisticValuesReader

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

ServeBuildStatisticValuesReader is a Reader for the ServeBuildStatisticValues structure.

func (*ServeBuildStatisticValuesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeBuildStatusIconDefault

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

ServeBuildStatusIconDefault handles this case with default header values.

successful operation

func NewServeBuildStatusIconDefault

func NewServeBuildStatusIconDefault(code int) *ServeBuildStatusIconDefault

NewServeBuildStatusIconDefault creates a ServeBuildStatusIconDefault with default headers values

func (*ServeBuildStatusIconDefault) Code

func (o *ServeBuildStatusIconDefault) Code() int

Code gets the status code for the serve build status icon default response

func (*ServeBuildStatusIconDefault) Error

type ServeBuildStatusIconParams

type ServeBuildStatusIconParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*Suffix*/
	Suffix string

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

ServeBuildStatusIconParams contains all the parameters to send to the API endpoint for the serve build status icon operation typically these are written to a http.Request

func NewServeBuildStatusIconParams

func NewServeBuildStatusIconParams() *ServeBuildStatusIconParams

NewServeBuildStatusIconParams creates a new ServeBuildStatusIconParams object with the default values initialized.

func NewServeBuildStatusIconParamsWithContext

func NewServeBuildStatusIconParamsWithContext(ctx context.Context) *ServeBuildStatusIconParams

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

func NewServeBuildStatusIconParamsWithHTTPClient

func NewServeBuildStatusIconParamsWithHTTPClient(client *http.Client) *ServeBuildStatusIconParams

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

func NewServeBuildStatusIconParamsWithTimeout

func NewServeBuildStatusIconParamsWithTimeout(timeout time.Duration) *ServeBuildStatusIconParams

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

func (*ServeBuildStatusIconParams) SetBuildLocator

func (o *ServeBuildStatusIconParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve build status icon params

func (*ServeBuildStatusIconParams) SetContext

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

SetContext adds the context to the serve build status icon params

func (*ServeBuildStatusIconParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve build status icon params

func (*ServeBuildStatusIconParams) SetSuffix

func (o *ServeBuildStatusIconParams) SetSuffix(suffix string)

SetSuffix adds the suffix to the serve build status icon params

func (*ServeBuildStatusIconParams) SetTimeout

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

SetTimeout adds the timeout to the serve build status icon params

func (*ServeBuildStatusIconParams) WithBuildLocator

func (o *ServeBuildStatusIconParams) WithBuildLocator(buildLocator string) *ServeBuildStatusIconParams

WithBuildLocator adds the buildLocator to the serve build status icon params

func (*ServeBuildStatusIconParams) WithContext

WithContext adds the context to the serve build status icon params

func (*ServeBuildStatusIconParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the serve build status icon params

func (*ServeBuildStatusIconParams) WithSuffix

WithSuffix adds the suffix to the serve build status icon params

func (*ServeBuildStatusIconParams) WithTimeout

WithTimeout adds the timeout to the serve build status icon params

func (*ServeBuildStatusIconParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeBuildStatusIconReader

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

ServeBuildStatusIconReader is a Reader for the ServeBuildStatusIcon structure.

func (*ServeBuildStatusIconReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeSourceFileDefault

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

ServeSourceFileDefault handles this case with default header values.

successful operation

func NewServeSourceFileDefault

func NewServeSourceFileDefault(code int) *ServeSourceFileDefault

NewServeSourceFileDefault creates a ServeSourceFileDefault with default headers values

func (*ServeSourceFileDefault) Code

func (o *ServeSourceFileDefault) Code() int

Code gets the status code for the serve source file default response

func (*ServeSourceFileDefault) Error

func (o *ServeSourceFileDefault) Error() string

type ServeSourceFileParams

type ServeSourceFileParams struct {

	/*BuildLocator*/
	BuildLocator string
	/*FileName*/
	FileName string

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

ServeSourceFileParams contains all the parameters to send to the API endpoint for the serve source file operation typically these are written to a http.Request

func NewServeSourceFileParams

func NewServeSourceFileParams() *ServeSourceFileParams

NewServeSourceFileParams creates a new ServeSourceFileParams object with the default values initialized.

func NewServeSourceFileParamsWithContext

func NewServeSourceFileParamsWithContext(ctx context.Context) *ServeSourceFileParams

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

func NewServeSourceFileParamsWithHTTPClient

func NewServeSourceFileParamsWithHTTPClient(client *http.Client) *ServeSourceFileParams

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

func NewServeSourceFileParamsWithTimeout

func NewServeSourceFileParamsWithTimeout(timeout time.Duration) *ServeSourceFileParams

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

func (*ServeSourceFileParams) SetBuildLocator

func (o *ServeSourceFileParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve source file params

func (*ServeSourceFileParams) SetContext

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

SetContext adds the context to the serve source file params

func (*ServeSourceFileParams) SetFileName

func (o *ServeSourceFileParams) SetFileName(fileName string)

SetFileName adds the fileName to the serve source file params

func (*ServeSourceFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve source file params

func (*ServeSourceFileParams) SetTimeout

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

SetTimeout adds the timeout to the serve source file params

func (*ServeSourceFileParams) WithBuildLocator

func (o *ServeSourceFileParams) WithBuildLocator(buildLocator string) *ServeSourceFileParams

WithBuildLocator adds the buildLocator to the serve source file params

func (*ServeSourceFileParams) WithContext

WithContext adds the context to the serve source file params

func (*ServeSourceFileParams) WithFileName

func (o *ServeSourceFileParams) WithFileName(fileName string) *ServeSourceFileParams

WithFileName adds the fileName to the serve source file params

func (*ServeSourceFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve source file params

func (*ServeSourceFileParams) WithTimeout

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

WithTimeout adds the timeout to the serve source file params

func (*ServeSourceFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeSourceFileReader

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

ServeSourceFileReader is a Reader for the ServeSourceFile structure.

func (*ServeSourceFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeTagsOK

type ServeTagsOK struct {
	Payload *models.Tags
}

ServeTagsOK handles this case with default header values.

successful operation

func NewServeTagsOK

func NewServeTagsOK() *ServeTagsOK

NewServeTagsOK creates a ServeTagsOK with default headers values

func (*ServeTagsOK) Error

func (o *ServeTagsOK) Error() string

func (*ServeTagsOK) GetPayload

func (o *ServeTagsOK) GetPayload() *models.Tags

type ServeTagsParams

type ServeTagsParams struct {

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

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

ServeTagsParams contains all the parameters to send to the API endpoint for the serve tags operation typically these are written to a http.Request

func NewServeTagsParams

func NewServeTagsParams() *ServeTagsParams

NewServeTagsParams creates a new ServeTagsParams object with the default values initialized.

func NewServeTagsParamsWithContext

func NewServeTagsParamsWithContext(ctx context.Context) *ServeTagsParams

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

func NewServeTagsParamsWithHTTPClient

func NewServeTagsParamsWithHTTPClient(client *http.Client) *ServeTagsParams

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

func NewServeTagsParamsWithTimeout

func NewServeTagsParamsWithTimeout(timeout time.Duration) *ServeTagsParams

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

func (*ServeTagsParams) SetBuildLocator

func (o *ServeTagsParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the serve tags params

func (*ServeTagsParams) SetContext

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

SetContext adds the context to the serve tags params

func (*ServeTagsParams) SetFields

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

SetFields adds the fields to the serve tags params

func (*ServeTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve tags params

func (*ServeTagsParams) SetLocator

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

SetLocator adds the locator to the serve tags params

func (*ServeTagsParams) SetTimeout

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

SetTimeout adds the timeout to the serve tags params

func (*ServeTagsParams) WithBuildLocator

func (o *ServeTagsParams) WithBuildLocator(buildLocator string) *ServeTagsParams

WithBuildLocator adds the buildLocator to the serve tags params

func (*ServeTagsParams) WithContext

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

WithContext adds the context to the serve tags params

func (*ServeTagsParams) WithFields

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

WithFields adds the fields to the serve tags params

func (*ServeTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve tags params

func (*ServeTagsParams) WithLocator

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

WithLocator adds the locator to the serve tags params

func (*ServeTagsParams) WithTimeout

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

WithTimeout adds the timeout to the serve tags params

func (*ServeTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeTagsReader

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

ServeTagsReader is a Reader for the ServeTags structure.

func (*ServeTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetBuildNumberOK

type SetBuildNumberOK struct {
	Payload string
}

SetBuildNumberOK handles this case with default header values.

successful operation

func NewSetBuildNumberOK

func NewSetBuildNumberOK() *SetBuildNumberOK

NewSetBuildNumberOK creates a SetBuildNumberOK with default headers values

func (*SetBuildNumberOK) Error

func (o *SetBuildNumberOK) Error() string

func (*SetBuildNumberOK) GetPayload

func (o *SetBuildNumberOK) GetPayload() string

type SetBuildNumberParams

type SetBuildNumberParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

SetBuildNumberParams contains all the parameters to send to the API endpoint for the set build number operation typically these are written to a http.Request

func NewSetBuildNumberParams

func NewSetBuildNumberParams() *SetBuildNumberParams

NewSetBuildNumberParams creates a new SetBuildNumberParams object with the default values initialized.

func NewSetBuildNumberParamsWithContext

func NewSetBuildNumberParamsWithContext(ctx context.Context) *SetBuildNumberParams

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

func NewSetBuildNumberParamsWithHTTPClient

func NewSetBuildNumberParamsWithHTTPClient(client *http.Client) *SetBuildNumberParams

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

func NewSetBuildNumberParamsWithTimeout

func NewSetBuildNumberParamsWithTimeout(timeout time.Duration) *SetBuildNumberParams

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

func (*SetBuildNumberParams) SetBody

func (o *SetBuildNumberParams) SetBody(body string)

SetBody adds the body to the set build number params

func (*SetBuildNumberParams) SetBuildLocator

func (o *SetBuildNumberParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the set build number params

func (*SetBuildNumberParams) SetContext

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

SetContext adds the context to the set build number params

func (*SetBuildNumberParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set build number params

func (*SetBuildNumberParams) SetTimeout

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

SetTimeout adds the timeout to the set build number params

func (*SetBuildNumberParams) WithBody

WithBody adds the body to the set build number params

func (*SetBuildNumberParams) WithBuildLocator

func (o *SetBuildNumberParams) WithBuildLocator(buildLocator string) *SetBuildNumberParams

WithBuildLocator adds the buildLocator to the set build number params

func (*SetBuildNumberParams) WithContext

WithContext adds the context to the set build number params

func (*SetBuildNumberParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set build number params

func (*SetBuildNumberParams) WithTimeout

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

WithTimeout adds the timeout to the set build number params

func (*SetBuildNumberParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetBuildNumberReader

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

SetBuildNumberReader is a Reader for the SetBuildNumber structure.

func (*SetBuildNumberReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetBuildPinDataOK

type SetBuildPinDataOK struct {
	Payload *models.PinInfo
}

SetBuildPinDataOK handles this case with default header values.

successful operation

func NewSetBuildPinDataOK

func NewSetBuildPinDataOK() *SetBuildPinDataOK

NewSetBuildPinDataOK creates a SetBuildPinDataOK with default headers values

func (*SetBuildPinDataOK) Error

func (o *SetBuildPinDataOK) Error() string

func (*SetBuildPinDataOK) GetPayload

func (o *SetBuildPinDataOK) GetPayload() *models.PinInfo

type SetBuildPinDataParams

type SetBuildPinDataParams struct {

	/*Body*/
	Body *models.PinInfo
	/*BuildLocator*/
	BuildLocator string
	/*Fields*/
	Fields *string

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

SetBuildPinDataParams contains all the parameters to send to the API endpoint for the set build pin data operation typically these are written to a http.Request

func NewSetBuildPinDataParams

func NewSetBuildPinDataParams() *SetBuildPinDataParams

NewSetBuildPinDataParams creates a new SetBuildPinDataParams object with the default values initialized.

func NewSetBuildPinDataParamsWithContext

func NewSetBuildPinDataParamsWithContext(ctx context.Context) *SetBuildPinDataParams

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

func NewSetBuildPinDataParamsWithHTTPClient

func NewSetBuildPinDataParamsWithHTTPClient(client *http.Client) *SetBuildPinDataParams

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

func NewSetBuildPinDataParamsWithTimeout

func NewSetBuildPinDataParamsWithTimeout(timeout time.Duration) *SetBuildPinDataParams

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

func (*SetBuildPinDataParams) SetBody

func (o *SetBuildPinDataParams) SetBody(body *models.PinInfo)

SetBody adds the body to the set build pin data params

func (*SetBuildPinDataParams) SetBuildLocator

func (o *SetBuildPinDataParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the set build pin data params

func (*SetBuildPinDataParams) SetContext

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

SetContext adds the context to the set build pin data params

func (*SetBuildPinDataParams) SetFields

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

SetFields adds the fields to the set build pin data params

func (*SetBuildPinDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set build pin data params

func (*SetBuildPinDataParams) SetTimeout

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

SetTimeout adds the timeout to the set build pin data params

func (*SetBuildPinDataParams) WithBody

WithBody adds the body to the set build pin data params

func (*SetBuildPinDataParams) WithBuildLocator

func (o *SetBuildPinDataParams) WithBuildLocator(buildLocator string) *SetBuildPinDataParams

WithBuildLocator adds the buildLocator to the set build pin data params

func (*SetBuildPinDataParams) WithContext

WithContext adds the context to the set build pin data params

func (*SetBuildPinDataParams) WithFields

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

WithFields adds the fields to the set build pin data params

func (*SetBuildPinDataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set build pin data params

func (*SetBuildPinDataParams) WithTimeout

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

WithTimeout adds the timeout to the set build pin data params

func (*SetBuildPinDataParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetBuildPinDataReader

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

SetBuildPinDataReader is a Reader for the SetBuildPinData structure.

func (*SetBuildPinDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetBuildStatusTextOK

type SetBuildStatusTextOK struct {
	Payload string
}

SetBuildStatusTextOK handles this case with default header values.

successful operation

func NewSetBuildStatusTextOK

func NewSetBuildStatusTextOK() *SetBuildStatusTextOK

NewSetBuildStatusTextOK creates a SetBuildStatusTextOK with default headers values

func (*SetBuildStatusTextOK) Error

func (o *SetBuildStatusTextOK) Error() string

func (*SetBuildStatusTextOK) GetPayload

func (o *SetBuildStatusTextOK) GetPayload() string

type SetBuildStatusTextParams

type SetBuildStatusTextParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

SetBuildStatusTextParams contains all the parameters to send to the API endpoint for the set build status text operation typically these are written to a http.Request

func NewSetBuildStatusTextParams

func NewSetBuildStatusTextParams() *SetBuildStatusTextParams

NewSetBuildStatusTextParams creates a new SetBuildStatusTextParams object with the default values initialized.

func NewSetBuildStatusTextParamsWithContext

func NewSetBuildStatusTextParamsWithContext(ctx context.Context) *SetBuildStatusTextParams

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

func NewSetBuildStatusTextParamsWithHTTPClient

func NewSetBuildStatusTextParamsWithHTTPClient(client *http.Client) *SetBuildStatusTextParams

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

func NewSetBuildStatusTextParamsWithTimeout

func NewSetBuildStatusTextParamsWithTimeout(timeout time.Duration) *SetBuildStatusTextParams

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

func (*SetBuildStatusTextParams) SetBody

func (o *SetBuildStatusTextParams) SetBody(body string)

SetBody adds the body to the set build status text params

func (*SetBuildStatusTextParams) SetBuildLocator

func (o *SetBuildStatusTextParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the set build status text params

func (*SetBuildStatusTextParams) SetContext

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

SetContext adds the context to the set build status text params

func (*SetBuildStatusTextParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set build status text params

func (*SetBuildStatusTextParams) SetTimeout

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

SetTimeout adds the timeout to the set build status text params

func (*SetBuildStatusTextParams) WithBody

WithBody adds the body to the set build status text params

func (*SetBuildStatusTextParams) WithBuildLocator

func (o *SetBuildStatusTextParams) WithBuildLocator(buildLocator string) *SetBuildStatusTextParams

WithBuildLocator adds the buildLocator to the set build status text params

func (*SetBuildStatusTextParams) WithContext

WithContext adds the context to the set build status text params

func (*SetBuildStatusTextParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set build status text params

func (*SetBuildStatusTextParams) WithTimeout

WithTimeout adds the timeout to the set build status text params

func (*SetBuildStatusTextParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetBuildStatusTextReader

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

SetBuildStatusTextReader is a Reader for the SetBuildStatusText structure.

func (*SetBuildStatusTextReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetFinishedTimeOK

type SetFinishedTimeOK struct {
	Payload string
}

SetFinishedTimeOK handles this case with default header values.

successful operation

func NewSetFinishedTimeOK

func NewSetFinishedTimeOK() *SetFinishedTimeOK

NewSetFinishedTimeOK creates a SetFinishedTimeOK with default headers values

func (*SetFinishedTimeOK) Error

func (o *SetFinishedTimeOK) Error() string

func (*SetFinishedTimeOK) GetPayload

func (o *SetFinishedTimeOK) GetPayload() string

type SetFinishedTimeParams

type SetFinishedTimeParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

SetFinishedTimeParams contains all the parameters to send to the API endpoint for the set finished time operation typically these are written to a http.Request

func NewSetFinishedTimeParams

func NewSetFinishedTimeParams() *SetFinishedTimeParams

NewSetFinishedTimeParams creates a new SetFinishedTimeParams object with the default values initialized.

func NewSetFinishedTimeParamsWithContext

func NewSetFinishedTimeParamsWithContext(ctx context.Context) *SetFinishedTimeParams

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

func NewSetFinishedTimeParamsWithHTTPClient

func NewSetFinishedTimeParamsWithHTTPClient(client *http.Client) *SetFinishedTimeParams

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

func NewSetFinishedTimeParamsWithTimeout

func NewSetFinishedTimeParamsWithTimeout(timeout time.Duration) *SetFinishedTimeParams

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

func (*SetFinishedTimeParams) SetBody

func (o *SetFinishedTimeParams) SetBody(body string)

SetBody adds the body to the set finished time params

func (*SetFinishedTimeParams) SetBuildLocator

func (o *SetFinishedTimeParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the set finished time params

func (*SetFinishedTimeParams) SetContext

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

SetContext adds the context to the set finished time params

func (*SetFinishedTimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set finished time params

func (*SetFinishedTimeParams) SetTimeout

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

SetTimeout adds the timeout to the set finished time params

func (*SetFinishedTimeParams) WithBody

WithBody adds the body to the set finished time params

func (*SetFinishedTimeParams) WithBuildLocator

func (o *SetFinishedTimeParams) WithBuildLocator(buildLocator string) *SetFinishedTimeParams

WithBuildLocator adds the buildLocator to the set finished time params

func (*SetFinishedTimeParams) WithContext

WithContext adds the context to the set finished time params

func (*SetFinishedTimeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set finished time params

func (*SetFinishedTimeParams) WithTimeout

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

WithTimeout adds the timeout to the set finished time params

func (*SetFinishedTimeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetFinishedTimeReader

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

SetFinishedTimeReader is a Reader for the SetFinishedTime structure.

func (*SetFinishedTimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnpinBuildDefault

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

UnpinBuildDefault handles this case with default header values.

successful operation

func NewUnpinBuildDefault

func NewUnpinBuildDefault(code int) *UnpinBuildDefault

NewUnpinBuildDefault creates a UnpinBuildDefault with default headers values

func (*UnpinBuildDefault) Code

func (o *UnpinBuildDefault) Code() int

Code gets the status code for the unpin build default response

func (*UnpinBuildDefault) Error

func (o *UnpinBuildDefault) Error() string

type UnpinBuildParams

type UnpinBuildParams struct {

	/*Body*/
	Body string
	/*BuildLocator*/
	BuildLocator string

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

UnpinBuildParams contains all the parameters to send to the API endpoint for the unpin build operation typically these are written to a http.Request

func NewUnpinBuildParams

func NewUnpinBuildParams() *UnpinBuildParams

NewUnpinBuildParams creates a new UnpinBuildParams object with the default values initialized.

func NewUnpinBuildParamsWithContext

func NewUnpinBuildParamsWithContext(ctx context.Context) *UnpinBuildParams

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

func NewUnpinBuildParamsWithHTTPClient

func NewUnpinBuildParamsWithHTTPClient(client *http.Client) *UnpinBuildParams

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

func NewUnpinBuildParamsWithTimeout

func NewUnpinBuildParamsWithTimeout(timeout time.Duration) *UnpinBuildParams

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

func (*UnpinBuildParams) SetBody

func (o *UnpinBuildParams) SetBody(body string)

SetBody adds the body to the unpin build params

func (*UnpinBuildParams) SetBuildLocator

func (o *UnpinBuildParams) SetBuildLocator(buildLocator string)

SetBuildLocator adds the buildLocator to the unpin build params

func (*UnpinBuildParams) SetContext

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

SetContext adds the context to the unpin build params

func (*UnpinBuildParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unpin build params

func (*UnpinBuildParams) SetTimeout

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

SetTimeout adds the timeout to the unpin build params

func (*UnpinBuildParams) WithBody

func (o *UnpinBuildParams) WithBody(body string) *UnpinBuildParams

WithBody adds the body to the unpin build params

func (*UnpinBuildParams) WithBuildLocator

func (o *UnpinBuildParams) WithBuildLocator(buildLocator string) *UnpinBuildParams

WithBuildLocator adds the buildLocator to the unpin build params

func (*UnpinBuildParams) WithContext

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

WithContext adds the context to the unpin build params

func (*UnpinBuildParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unpin build params

func (*UnpinBuildParams) WithTimeout

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

WithTimeout adds the timeout to the unpin build params

func (*UnpinBuildParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UnpinBuildReader

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

UnpinBuildReader is a Reader for the UnpinBuild structure.

func (*UnpinBuildReader) ReadResponse

func (o *UnpinBuildReader) 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