vcs_root_instance

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 Client

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

Client for vcs root instance API

func (*Client) DeleteInstanceField

func (a *Client) DeleteInstanceField(params *DeleteInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteInstanceField delete instance field API

func (*Client) DeleteRepositoryState

func (a *Client) DeleteRepositoryState(params *DeleteRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteRepositoryState delete repository state API

func (*Client) GetChildren

func (a *Client) GetChildren(params *GetChildrenParams, authInfo runtime.ClientAuthInfoWriter) (*GetChildrenOK, error)

GetChildren get children API

func (*Client) GetChildrenAlias

func (a *Client) GetChildrenAlias(params *GetChildrenAliasParams, authInfo runtime.ClientAuthInfoWriter) (*GetChildrenAliasOK, error)

GetChildrenAlias get children alias API

func (*Client) GetContent

func (a *Client) GetContent(params *GetContentParams, authInfo runtime.ClientAuthInfoWriter) error

GetContent get content API

func (*Client) GetContentAlias

func (a *Client) GetContentAlias(params *GetContentAliasParams, authInfo runtime.ClientAuthInfoWriter) error

GetContentAlias get content alias API

func (*Client) GetMetadata

func (a *Client) GetMetadata(params *GetMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetMetadataOK, error)

GetMetadata get metadata API

func (*Client) GetRepositoryState

func (a *Client) GetRepositoryState(params *GetRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryStateOK, error)

GetRepositoryState get repository state API

func (*Client) GetRepositoryStateCreationDate

func (a *Client) GetRepositoryStateCreationDate(params *GetRepositoryStateCreationDateParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryStateCreationDateOK, error)

GetRepositoryStateCreationDate get repository state creation date API

func (*Client) GetRoot

func (a *Client) GetRoot(params *GetRootParams, authInfo runtime.ClientAuthInfoWriter) (*GetRootOK, error)

GetRoot get root API

func (*Client) GetZipped

func (a *Client) GetZipped(params *GetZippedParams, authInfo runtime.ClientAuthInfoWriter) error

GetZipped get zipped API

func (*Client) ScheduleCheckingForChanges

func (a *Client) ScheduleCheckingForChanges(params *ScheduleCheckingForChangesParams, authInfo runtime.ClientAuthInfoWriter) error

ScheduleCheckingForChanges schedule checking for changes API

func (*Client) ServeInstance

func (a *Client) ServeInstance(params *ServeInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstanceOK, error)

ServeInstance serve instance API

func (*Client) ServeInstances

func (a *Client) ServeInstances(params *ServeInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstancesOK, error)

ServeInstances serve instances API

func (*Client) SetRepositoryState

func (a *Client) SetRepositoryState(params *SetRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) (*SetRepositoryStateOK, error)

SetRepositoryState set repository state API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	DeleteInstanceField(params *DeleteInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) error

	DeleteRepositoryState(params *DeleteRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) error

	GetChildren(params *GetChildrenParams, authInfo runtime.ClientAuthInfoWriter) (*GetChildrenOK, error)

	GetChildrenAlias(params *GetChildrenAliasParams, authInfo runtime.ClientAuthInfoWriter) (*GetChildrenAliasOK, error)

	GetContent(params *GetContentParams, authInfo runtime.ClientAuthInfoWriter) error

	GetContentAlias(params *GetContentAliasParams, authInfo runtime.ClientAuthInfoWriter) error

	GetMetadata(params *GetMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetMetadataOK, error)

	GetRepositoryState(params *GetRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryStateOK, error)

	GetRepositoryStateCreationDate(params *GetRepositoryStateCreationDateParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryStateCreationDateOK, error)

	GetRoot(params *GetRootParams, authInfo runtime.ClientAuthInfoWriter) (*GetRootOK, error)

	GetZipped(params *GetZippedParams, authInfo runtime.ClientAuthInfoWriter) error

	ScheduleCheckingForChanges(params *ScheduleCheckingForChangesParams, authInfo runtime.ClientAuthInfoWriter) error

	ServeInstance(params *ServeInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstanceOK, error)

	ServeInstances(params *ServeInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstancesOK, error)

	SetRepositoryState(params *SetRepositoryStateParams, authInfo runtime.ClientAuthInfoWriter) (*SetRepositoryStateOK, 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 vcs root instance API client.

type DeleteInstanceFieldDefault

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

DeleteInstanceFieldDefault handles this case with default header values.

successful operation

func NewDeleteInstanceFieldDefault

func NewDeleteInstanceFieldDefault(code int) *DeleteInstanceFieldDefault

NewDeleteInstanceFieldDefault creates a DeleteInstanceFieldDefault with default headers values

func (*DeleteInstanceFieldDefault) Code

func (o *DeleteInstanceFieldDefault) Code() int

Code gets the status code for the delete instance field default response

func (*DeleteInstanceFieldDefault) Error

type DeleteInstanceFieldParams

type DeleteInstanceFieldParams struct {

	/*Field*/
	Field string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

DeleteInstanceFieldParams contains all the parameters to send to the API endpoint for the delete instance field operation typically these are written to a http.Request

func NewDeleteInstanceFieldParams

func NewDeleteInstanceFieldParams() *DeleteInstanceFieldParams

NewDeleteInstanceFieldParams creates a new DeleteInstanceFieldParams object with the default values initialized.

func NewDeleteInstanceFieldParamsWithContext

func NewDeleteInstanceFieldParamsWithContext(ctx context.Context) *DeleteInstanceFieldParams

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

func NewDeleteInstanceFieldParamsWithHTTPClient

func NewDeleteInstanceFieldParamsWithHTTPClient(client *http.Client) *DeleteInstanceFieldParams

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

func NewDeleteInstanceFieldParamsWithTimeout

func NewDeleteInstanceFieldParamsWithTimeout(timeout time.Duration) *DeleteInstanceFieldParams

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

func (*DeleteInstanceFieldParams) SetContext

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

SetContext adds the context to the delete instance field params

func (*DeleteInstanceFieldParams) SetField

func (o *DeleteInstanceFieldParams) SetField(field string)

SetField adds the field to the delete instance field params

func (*DeleteInstanceFieldParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete instance field params

func (*DeleteInstanceFieldParams) SetTimeout

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

SetTimeout adds the timeout to the delete instance field params

func (*DeleteInstanceFieldParams) SetVcsRootInstanceLocator

func (o *DeleteInstanceFieldParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the delete instance field params

func (*DeleteInstanceFieldParams) WithContext

WithContext adds the context to the delete instance field params

func (*DeleteInstanceFieldParams) WithField

WithField adds the field to the delete instance field params

func (*DeleteInstanceFieldParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete instance field params

func (*DeleteInstanceFieldParams) WithTimeout

WithTimeout adds the timeout to the delete instance field params

func (*DeleteInstanceFieldParams) WithVcsRootInstanceLocator

func (o *DeleteInstanceFieldParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *DeleteInstanceFieldParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the delete instance field params

func (*DeleteInstanceFieldParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInstanceFieldReader

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

DeleteInstanceFieldReader is a Reader for the DeleteInstanceField structure.

func (*DeleteInstanceFieldReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRepositoryStateDefault

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

DeleteRepositoryStateDefault handles this case with default header values.

successful operation

func NewDeleteRepositoryStateDefault

func NewDeleteRepositoryStateDefault(code int) *DeleteRepositoryStateDefault

NewDeleteRepositoryStateDefault creates a DeleteRepositoryStateDefault with default headers values

func (*DeleteRepositoryStateDefault) Code

Code gets the status code for the delete repository state default response

func (*DeleteRepositoryStateDefault) Error

type DeleteRepositoryStateParams

type DeleteRepositoryStateParams struct {

	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

DeleteRepositoryStateParams contains all the parameters to send to the API endpoint for the delete repository state operation typically these are written to a http.Request

func NewDeleteRepositoryStateParams

func NewDeleteRepositoryStateParams() *DeleteRepositoryStateParams

NewDeleteRepositoryStateParams creates a new DeleteRepositoryStateParams object with the default values initialized.

func NewDeleteRepositoryStateParamsWithContext

func NewDeleteRepositoryStateParamsWithContext(ctx context.Context) *DeleteRepositoryStateParams

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

func NewDeleteRepositoryStateParamsWithHTTPClient

func NewDeleteRepositoryStateParamsWithHTTPClient(client *http.Client) *DeleteRepositoryStateParams

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

func NewDeleteRepositoryStateParamsWithTimeout

func NewDeleteRepositoryStateParamsWithTimeout(timeout time.Duration) *DeleteRepositoryStateParams

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

func (*DeleteRepositoryStateParams) SetContext

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

SetContext adds the context to the delete repository state params

func (*DeleteRepositoryStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete repository state params

func (*DeleteRepositoryStateParams) SetTimeout

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

SetTimeout adds the timeout to the delete repository state params

func (*DeleteRepositoryStateParams) SetVcsRootInstanceLocator

func (o *DeleteRepositoryStateParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the delete repository state params

func (*DeleteRepositoryStateParams) WithContext

WithContext adds the context to the delete repository state params

func (*DeleteRepositoryStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete repository state params

func (*DeleteRepositoryStateParams) WithTimeout

WithTimeout adds the timeout to the delete repository state params

func (*DeleteRepositoryStateParams) WithVcsRootInstanceLocator

func (o *DeleteRepositoryStateParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *DeleteRepositoryStateParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the delete repository state params

func (*DeleteRepositoryStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRepositoryStateReader

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

DeleteRepositoryStateReader is a Reader for the DeleteRepositoryState structure.

func (*DeleteRepositoryStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChildrenAliasOK

type GetChildrenAliasOK struct {
	Payload *models.Files
}

GetChildrenAliasOK handles this case with default header values.

successful operation

func NewGetChildrenAliasOK

func NewGetChildrenAliasOK() *GetChildrenAliasOK

NewGetChildrenAliasOK creates a GetChildrenAliasOK with default headers values

func (*GetChildrenAliasOK) Error

func (o *GetChildrenAliasOK) Error() string

func (*GetChildrenAliasOK) GetPayload

func (o *GetChildrenAliasOK) GetPayload() *models.Files

type GetChildrenAliasParams

type GetChildrenAliasParams struct {

	/*BasePath*/
	BasePath *string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*Path*/
	Path string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

GetChildrenAliasParams contains all the parameters to send to the API endpoint for the get children alias operation typically these are written to a http.Request

func NewGetChildrenAliasParams

func NewGetChildrenAliasParams() *GetChildrenAliasParams

NewGetChildrenAliasParams creates a new GetChildrenAliasParams object with the default values initialized.

func NewGetChildrenAliasParamsWithContext

func NewGetChildrenAliasParamsWithContext(ctx context.Context) *GetChildrenAliasParams

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

func NewGetChildrenAliasParamsWithHTTPClient

func NewGetChildrenAliasParamsWithHTTPClient(client *http.Client) *GetChildrenAliasParams

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

func NewGetChildrenAliasParamsWithTimeout

func NewGetChildrenAliasParamsWithTimeout(timeout time.Duration) *GetChildrenAliasParams

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

func (*GetChildrenAliasParams) SetBasePath

func (o *GetChildrenAliasParams) SetBasePath(basePath *string)

SetBasePath adds the basePath to the get children alias params

func (*GetChildrenAliasParams) SetContext

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

SetContext adds the context to the get children alias params

func (*GetChildrenAliasParams) SetFields

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

SetFields adds the fields to the get children alias params

func (*GetChildrenAliasParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get children alias params

func (*GetChildrenAliasParams) SetLocator

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

SetLocator adds the locator to the get children alias params

func (*GetChildrenAliasParams) SetPath

func (o *GetChildrenAliasParams) SetPath(path string)

SetPath adds the path to the get children alias params

func (*GetChildrenAliasParams) SetTimeout

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

SetTimeout adds the timeout to the get children alias params

func (*GetChildrenAliasParams) SetVcsRootInstanceLocator

func (o *GetChildrenAliasParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get children alias params

func (*GetChildrenAliasParams) WithBasePath

func (o *GetChildrenAliasParams) WithBasePath(basePath *string) *GetChildrenAliasParams

WithBasePath adds the basePath to the get children alias params

func (*GetChildrenAliasParams) WithContext

WithContext adds the context to the get children alias params

func (*GetChildrenAliasParams) WithFields

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

WithFields adds the fields to the get children alias params

func (*GetChildrenAliasParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get children alias params

func (*GetChildrenAliasParams) WithLocator

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

WithLocator adds the locator to the get children alias params

func (*GetChildrenAliasParams) WithPath

WithPath adds the path to the get children alias params

func (*GetChildrenAliasParams) WithTimeout

WithTimeout adds the timeout to the get children alias params

func (*GetChildrenAliasParams) WithVcsRootInstanceLocator

func (o *GetChildrenAliasParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetChildrenAliasParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get children alias params

func (*GetChildrenAliasParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChildrenAliasReader

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

GetChildrenAliasReader is a Reader for the GetChildrenAlias structure.

func (*GetChildrenAliasReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChildrenOK

type GetChildrenOK struct {
	Payload *models.Files
}

GetChildrenOK handles this case with default header values.

successful operation

func NewGetChildrenOK

func NewGetChildrenOK() *GetChildrenOK

NewGetChildrenOK creates a GetChildrenOK with default headers values

func (*GetChildrenOK) Error

func (o *GetChildrenOK) Error() string

func (*GetChildrenOK) GetPayload

func (o *GetChildrenOK) GetPayload() *models.Files

type GetChildrenParams

type GetChildrenParams struct {

	/*BasePath*/
	BasePath *string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*Path*/
	Path string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewGetChildrenParams

func NewGetChildrenParams() *GetChildrenParams

NewGetChildrenParams creates a new GetChildrenParams object with the default values initialized.

func NewGetChildrenParamsWithContext

func NewGetChildrenParamsWithContext(ctx context.Context) *GetChildrenParams

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

func NewGetChildrenParamsWithHTTPClient

func NewGetChildrenParamsWithHTTPClient(client *http.Client) *GetChildrenParams

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

func NewGetChildrenParamsWithTimeout

func NewGetChildrenParamsWithTimeout(timeout time.Duration) *GetChildrenParams

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

func (*GetChildrenParams) SetBasePath

func (o *GetChildrenParams) SetBasePath(basePath *string)

SetBasePath adds the basePath to the get children params

func (*GetChildrenParams) SetContext

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

SetContext adds the context to the get children params

func (*GetChildrenParams) SetFields

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

SetFields adds the fields to the get children params

func (*GetChildrenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get children params

func (*GetChildrenParams) SetLocator

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

SetLocator adds the locator to the get children params

func (*GetChildrenParams) SetPath

func (o *GetChildrenParams) SetPath(path string)

SetPath adds the path to the get children params

func (*GetChildrenParams) SetTimeout

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

SetTimeout adds the timeout to the get children params

func (*GetChildrenParams) SetVcsRootInstanceLocator

func (o *GetChildrenParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get children params

func (*GetChildrenParams) WithBasePath

func (o *GetChildrenParams) WithBasePath(basePath *string) *GetChildrenParams

WithBasePath adds the basePath to the get children params

func (*GetChildrenParams) WithContext

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

WithContext adds the context to the get children params

func (*GetChildrenParams) WithFields

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

WithFields adds the fields to the get children params

func (*GetChildrenParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get children params

func (*GetChildrenParams) WithLocator

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

WithLocator adds the locator to the get children params

func (*GetChildrenParams) WithPath

func (o *GetChildrenParams) WithPath(path string) *GetChildrenParams

WithPath adds the path to the get children params

func (*GetChildrenParams) WithTimeout

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

WithTimeout adds the timeout to the get children params

func (*GetChildrenParams) WithVcsRootInstanceLocator

func (o *GetChildrenParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetChildrenParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get children params

func (*GetChildrenParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetChildrenReader

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

GetChildrenReader is a Reader for the GetChildren structure.

func (*GetChildrenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentAliasDefault

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

GetContentAliasDefault handles this case with default header values.

successful operation

func NewGetContentAliasDefault

func NewGetContentAliasDefault(code int) *GetContentAliasDefault

NewGetContentAliasDefault creates a GetContentAliasDefault with default headers values

func (*GetContentAliasDefault) Code

func (o *GetContentAliasDefault) Code() int

Code gets the status code for the get content alias default response

func (*GetContentAliasDefault) Error

func (o *GetContentAliasDefault) Error() string

type GetContentAliasParams

type GetContentAliasParams struct {

	/*Path*/
	Path string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

GetContentAliasParams contains all the parameters to send to the API endpoint for the get content alias operation typically these are written to a http.Request

func NewGetContentAliasParams

func NewGetContentAliasParams() *GetContentAliasParams

NewGetContentAliasParams creates a new GetContentAliasParams object with the default values initialized.

func NewGetContentAliasParamsWithContext

func NewGetContentAliasParamsWithContext(ctx context.Context) *GetContentAliasParams

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

func NewGetContentAliasParamsWithHTTPClient

func NewGetContentAliasParamsWithHTTPClient(client *http.Client) *GetContentAliasParams

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

func NewGetContentAliasParamsWithTimeout

func NewGetContentAliasParamsWithTimeout(timeout time.Duration) *GetContentAliasParams

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

func (*GetContentAliasParams) SetContext

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

SetContext adds the context to the get content alias params

func (*GetContentAliasParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get content alias params

func (*GetContentAliasParams) SetPath

func (o *GetContentAliasParams) SetPath(path string)

SetPath adds the path to the get content alias params

func (*GetContentAliasParams) SetTimeout

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

SetTimeout adds the timeout to the get content alias params

func (*GetContentAliasParams) SetVcsRootInstanceLocator

func (o *GetContentAliasParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get content alias params

func (*GetContentAliasParams) WithContext

WithContext adds the context to the get content alias params

func (*GetContentAliasParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get content alias params

func (*GetContentAliasParams) WithPath

WithPath adds the path to the get content alias params

func (*GetContentAliasParams) WithTimeout

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

WithTimeout adds the timeout to the get content alias params

func (*GetContentAliasParams) WithVcsRootInstanceLocator

func (o *GetContentAliasParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetContentAliasParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get content alias params

func (*GetContentAliasParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetContentAliasReader

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

GetContentAliasReader is a Reader for the GetContentAlias structure.

func (*GetContentAliasReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetContentDefault

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

GetContentDefault handles this case with default header values.

successful operation

func NewGetContentDefault

func NewGetContentDefault(code int) *GetContentDefault

NewGetContentDefault creates a GetContentDefault with default headers values

func (*GetContentDefault) Code

func (o *GetContentDefault) Code() int

Code gets the status code for the get content default response

func (*GetContentDefault) Error

func (o *GetContentDefault) Error() string

type GetContentParams

type GetContentParams struct {

	/*Path*/
	Path string
	/*ResponseBuilder*/
	ResponseBuilder *string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewGetContentParams

func NewGetContentParams() *GetContentParams

NewGetContentParams creates a new GetContentParams object with the default values initialized.

func NewGetContentParamsWithContext

func NewGetContentParamsWithContext(ctx context.Context) *GetContentParams

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

func NewGetContentParamsWithHTTPClient

func NewGetContentParamsWithHTTPClient(client *http.Client) *GetContentParams

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

func NewGetContentParamsWithTimeout

func NewGetContentParamsWithTimeout(timeout time.Duration) *GetContentParams

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

func (*GetContentParams) SetContext

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

SetContext adds the context to the get content params

func (*GetContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get content params

func (*GetContentParams) SetPath

func (o *GetContentParams) SetPath(path string)

SetPath adds the path to the get content params

func (*GetContentParams) SetResponseBuilder

func (o *GetContentParams) SetResponseBuilder(responseBuilder *string)

SetResponseBuilder adds the responseBuilder to the get content params

func (*GetContentParams) SetTimeout

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

SetTimeout adds the timeout to the get content params

func (*GetContentParams) SetVcsRootInstanceLocator

func (o *GetContentParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get content params

func (*GetContentParams) WithContext

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

WithContext adds the context to the get content params

func (*GetContentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get content params

func (*GetContentParams) WithPath

func (o *GetContentParams) WithPath(path string) *GetContentParams

WithPath adds the path to the get content params

func (*GetContentParams) WithResponseBuilder

func (o *GetContentParams) WithResponseBuilder(responseBuilder *string) *GetContentParams

WithResponseBuilder adds the responseBuilder to the get content params

func (*GetContentParams) WithTimeout

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

WithTimeout adds the timeout to the get content params

func (*GetContentParams) WithVcsRootInstanceLocator

func (o *GetContentParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetContentParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get content params

func (*GetContentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetContentReader

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

GetContentReader is a Reader for the GetContent structure.

func (*GetContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMetadataOK

type GetMetadataOK struct {
	Payload *models.File
}

GetMetadataOK handles this case with default header values.

successful operation

func NewGetMetadataOK

func NewGetMetadataOK() *GetMetadataOK

NewGetMetadataOK creates a GetMetadataOK with default headers values

func (*GetMetadataOK) Error

func (o *GetMetadataOK) Error() string

func (*GetMetadataOK) GetPayload

func (o *GetMetadataOK) GetPayload() *models.File

type GetMetadataParams

type GetMetadataParams struct {

	/*Fields*/
	Fields *string
	/*Path*/
	Path string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewGetMetadataParams

func NewGetMetadataParams() *GetMetadataParams

NewGetMetadataParams creates a new GetMetadataParams object with the default values initialized.

func NewGetMetadataParamsWithContext

func NewGetMetadataParamsWithContext(ctx context.Context) *GetMetadataParams

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

func NewGetMetadataParamsWithHTTPClient

func NewGetMetadataParamsWithHTTPClient(client *http.Client) *GetMetadataParams

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

func NewGetMetadataParamsWithTimeout

func NewGetMetadataParamsWithTimeout(timeout time.Duration) *GetMetadataParams

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

func (*GetMetadataParams) SetContext

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

SetContext adds the context to the get metadata params

func (*GetMetadataParams) SetFields

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

SetFields adds the fields to the get metadata params

func (*GetMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get metadata params

func (*GetMetadataParams) SetPath

func (o *GetMetadataParams) SetPath(path string)

SetPath adds the path to the get metadata params

func (*GetMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the get metadata params

func (*GetMetadataParams) SetVcsRootInstanceLocator

func (o *GetMetadataParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get metadata params

func (*GetMetadataParams) WithContext

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

WithContext adds the context to the get metadata params

func (*GetMetadataParams) WithFields

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

WithFields adds the fields to the get metadata params

func (*GetMetadataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get metadata params

func (*GetMetadataParams) WithPath

func (o *GetMetadataParams) WithPath(path string) *GetMetadataParams

WithPath adds the path to the get metadata params

func (*GetMetadataParams) WithTimeout

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

WithTimeout adds the timeout to the get metadata params

func (*GetMetadataParams) WithVcsRootInstanceLocator

func (o *GetMetadataParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetMetadataParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get metadata params

func (*GetMetadataParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetMetadataReader

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

GetMetadataReader is a Reader for the GetMetadata structure.

func (*GetMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRepositoryStateCreationDateOK

type GetRepositoryStateCreationDateOK struct {
	Payload string
}

GetRepositoryStateCreationDateOK handles this case with default header values.

successful operation

func NewGetRepositoryStateCreationDateOK

func NewGetRepositoryStateCreationDateOK() *GetRepositoryStateCreationDateOK

NewGetRepositoryStateCreationDateOK creates a GetRepositoryStateCreationDateOK with default headers values

func (*GetRepositoryStateCreationDateOK) Error

func (*GetRepositoryStateCreationDateOK) GetPayload

func (o *GetRepositoryStateCreationDateOK) GetPayload() string

type GetRepositoryStateCreationDateParams

type GetRepositoryStateCreationDateParams struct {

	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

GetRepositoryStateCreationDateParams contains all the parameters to send to the API endpoint for the get repository state creation date operation typically these are written to a http.Request

func NewGetRepositoryStateCreationDateParams

func NewGetRepositoryStateCreationDateParams() *GetRepositoryStateCreationDateParams

NewGetRepositoryStateCreationDateParams creates a new GetRepositoryStateCreationDateParams object with the default values initialized.

func NewGetRepositoryStateCreationDateParamsWithContext

func NewGetRepositoryStateCreationDateParamsWithContext(ctx context.Context) *GetRepositoryStateCreationDateParams

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

func NewGetRepositoryStateCreationDateParamsWithHTTPClient

func NewGetRepositoryStateCreationDateParamsWithHTTPClient(client *http.Client) *GetRepositoryStateCreationDateParams

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

func NewGetRepositoryStateCreationDateParamsWithTimeout

func NewGetRepositoryStateCreationDateParamsWithTimeout(timeout time.Duration) *GetRepositoryStateCreationDateParams

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

func (*GetRepositoryStateCreationDateParams) SetContext

SetContext adds the context to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) SetTimeout

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

SetTimeout adds the timeout to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) SetVcsRootInstanceLocator

func (o *GetRepositoryStateCreationDateParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) WithContext

WithContext adds the context to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) WithTimeout

WithTimeout adds the timeout to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) WithVcsRootInstanceLocator

func (o *GetRepositoryStateCreationDateParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetRepositoryStateCreationDateParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get repository state creation date params

func (*GetRepositoryStateCreationDateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRepositoryStateCreationDateReader

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

GetRepositoryStateCreationDateReader is a Reader for the GetRepositoryStateCreationDate structure.

func (*GetRepositoryStateCreationDateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRepositoryStateOK

type GetRepositoryStateOK struct {
	Payload *models.Entries
}

GetRepositoryStateOK handles this case with default header values.

successful operation

func NewGetRepositoryStateOK

func NewGetRepositoryStateOK() *GetRepositoryStateOK

NewGetRepositoryStateOK creates a GetRepositoryStateOK with default headers values

func (*GetRepositoryStateOK) Error

func (o *GetRepositoryStateOK) Error() string

func (*GetRepositoryStateOK) GetPayload

func (o *GetRepositoryStateOK) GetPayload() *models.Entries

type GetRepositoryStateParams

type GetRepositoryStateParams struct {

	/*Fields*/
	Fields *string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

GetRepositoryStateParams contains all the parameters to send to the API endpoint for the get repository state operation typically these are written to a http.Request

func NewGetRepositoryStateParams

func NewGetRepositoryStateParams() *GetRepositoryStateParams

NewGetRepositoryStateParams creates a new GetRepositoryStateParams object with the default values initialized.

func NewGetRepositoryStateParamsWithContext

func NewGetRepositoryStateParamsWithContext(ctx context.Context) *GetRepositoryStateParams

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

func NewGetRepositoryStateParamsWithHTTPClient

func NewGetRepositoryStateParamsWithHTTPClient(client *http.Client) *GetRepositoryStateParams

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

func NewGetRepositoryStateParamsWithTimeout

func NewGetRepositoryStateParamsWithTimeout(timeout time.Duration) *GetRepositoryStateParams

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

func (*GetRepositoryStateParams) SetContext

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

SetContext adds the context to the get repository state params

func (*GetRepositoryStateParams) SetFields

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

SetFields adds the fields to the get repository state params

func (*GetRepositoryStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get repository state params

func (*GetRepositoryStateParams) SetTimeout

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

SetTimeout adds the timeout to the get repository state params

func (*GetRepositoryStateParams) SetVcsRootInstanceLocator

func (o *GetRepositoryStateParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get repository state params

func (*GetRepositoryStateParams) WithContext

WithContext adds the context to the get repository state params

func (*GetRepositoryStateParams) WithFields

WithFields adds the fields to the get repository state params

func (*GetRepositoryStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get repository state params

func (*GetRepositoryStateParams) WithTimeout

WithTimeout adds the timeout to the get repository state params

func (*GetRepositoryStateParams) WithVcsRootInstanceLocator

func (o *GetRepositoryStateParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetRepositoryStateParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get repository state params

func (*GetRepositoryStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRepositoryStateReader

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

GetRepositoryStateReader is a Reader for the GetRepositoryState structure.

func (*GetRepositoryStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRootOK

type GetRootOK struct {
	Payload *models.Files
}

GetRootOK handles this case with default header values.

successful operation

func NewGetRootOK

func NewGetRootOK() *GetRootOK

NewGetRootOK creates a GetRootOK with default headers values

func (*GetRootOK) Error

func (o *GetRootOK) Error() string

func (*GetRootOK) GetPayload

func (o *GetRootOK) GetPayload() *models.Files

type GetRootParams

type GetRootParams struct {

	/*BasePath*/
	BasePath *string
	/*Fields*/
	Fields *string
	/*Locator*/
	Locator *string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewGetRootParams

func NewGetRootParams() *GetRootParams

NewGetRootParams creates a new GetRootParams object with the default values initialized.

func NewGetRootParamsWithContext

func NewGetRootParamsWithContext(ctx context.Context) *GetRootParams

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

func NewGetRootParamsWithHTTPClient

func NewGetRootParamsWithHTTPClient(client *http.Client) *GetRootParams

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

func NewGetRootParamsWithTimeout

func NewGetRootParamsWithTimeout(timeout time.Duration) *GetRootParams

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

func (*GetRootParams) SetBasePath

func (o *GetRootParams) SetBasePath(basePath *string)

SetBasePath adds the basePath to the get root params

func (*GetRootParams) SetContext

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

SetContext adds the context to the get root params

func (*GetRootParams) SetFields

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

SetFields adds the fields to the get root params

func (*GetRootParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get root params

func (*GetRootParams) SetLocator

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

SetLocator adds the locator to the get root params

func (*GetRootParams) SetTimeout

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

SetTimeout adds the timeout to the get root params

func (*GetRootParams) SetVcsRootInstanceLocator

func (o *GetRootParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get root params

func (*GetRootParams) WithBasePath

func (o *GetRootParams) WithBasePath(basePath *string) *GetRootParams

WithBasePath adds the basePath to the get root params

func (*GetRootParams) WithContext

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

WithContext adds the context to the get root params

func (*GetRootParams) WithFields

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

WithFields adds the fields to the get root params

func (*GetRootParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get root params

func (*GetRootParams) WithLocator

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

WithLocator adds the locator to the get root params

func (*GetRootParams) WithTimeout

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

WithTimeout adds the timeout to the get root params

func (*GetRootParams) WithVcsRootInstanceLocator

func (o *GetRootParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetRootParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get root params

func (*GetRootParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRootReader

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

GetRootReader is a Reader for the GetRoot structure.

func (*GetRootReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetZippedDefault

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

GetZippedDefault handles this case with default header values.

successful operation

func NewGetZippedDefault

func NewGetZippedDefault(code int) *GetZippedDefault

NewGetZippedDefault creates a GetZippedDefault with default headers values

func (*GetZippedDefault) Code

func (o *GetZippedDefault) Code() int

Code gets the status code for the get zipped default response

func (*GetZippedDefault) Error

func (o *GetZippedDefault) Error() string

type GetZippedParams

type GetZippedParams struct {

	/*BasePath*/
	BasePath *string
	/*Locator*/
	Locator *string
	/*Name*/
	Name *string
	/*Path*/
	Path string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewGetZippedParams

func NewGetZippedParams() *GetZippedParams

NewGetZippedParams creates a new GetZippedParams object with the default values initialized.

func NewGetZippedParamsWithContext

func NewGetZippedParamsWithContext(ctx context.Context) *GetZippedParams

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

func NewGetZippedParamsWithHTTPClient

func NewGetZippedParamsWithHTTPClient(client *http.Client) *GetZippedParams

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

func NewGetZippedParamsWithTimeout

func NewGetZippedParamsWithTimeout(timeout time.Duration) *GetZippedParams

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

func (*GetZippedParams) SetBasePath

func (o *GetZippedParams) SetBasePath(basePath *string)

SetBasePath adds the basePath to the get zipped params

func (*GetZippedParams) SetContext

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

SetContext adds the context to the get zipped params

func (*GetZippedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get zipped params

func (*GetZippedParams) SetLocator

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

SetLocator adds the locator to the get zipped params

func (*GetZippedParams) SetName

func (o *GetZippedParams) SetName(name *string)

SetName adds the name to the get zipped params

func (*GetZippedParams) SetPath

func (o *GetZippedParams) SetPath(path string)

SetPath adds the path to the get zipped params

func (*GetZippedParams) SetTimeout

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

SetTimeout adds the timeout to the get zipped params

func (*GetZippedParams) SetVcsRootInstanceLocator

func (o *GetZippedParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get zipped params

func (*GetZippedParams) WithBasePath

func (o *GetZippedParams) WithBasePath(basePath *string) *GetZippedParams

WithBasePath adds the basePath to the get zipped params

func (*GetZippedParams) WithContext

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

WithContext adds the context to the get zipped params

func (*GetZippedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get zipped params

func (*GetZippedParams) WithLocator

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

WithLocator adds the locator to the get zipped params

func (*GetZippedParams) WithName

func (o *GetZippedParams) WithName(name *string) *GetZippedParams

WithName adds the name to the get zipped params

func (*GetZippedParams) WithPath

func (o *GetZippedParams) WithPath(path string) *GetZippedParams

WithPath adds the path to the get zipped params

func (*GetZippedParams) WithTimeout

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

WithTimeout adds the timeout to the get zipped params

func (*GetZippedParams) WithVcsRootInstanceLocator

func (o *GetZippedParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *GetZippedParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the get zipped params

func (*GetZippedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetZippedReader

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

GetZippedReader is a Reader for the GetZipped structure.

func (*GetZippedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ScheduleCheckingForChangesDefault

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

ScheduleCheckingForChangesDefault handles this case with default header values.

successful operation

func NewScheduleCheckingForChangesDefault

func NewScheduleCheckingForChangesDefault(code int) *ScheduleCheckingForChangesDefault

NewScheduleCheckingForChangesDefault creates a ScheduleCheckingForChangesDefault with default headers values

func (*ScheduleCheckingForChangesDefault) Code

Code gets the status code for the schedule checking for changes default response

func (*ScheduleCheckingForChangesDefault) Error

type ScheduleCheckingForChangesParams

type ScheduleCheckingForChangesParams struct {

	/*Locator*/
	Locator *string
	/*OkOnNothingFound*/
	OkOnNothingFound *bool

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

ScheduleCheckingForChangesParams contains all the parameters to send to the API endpoint for the schedule checking for changes operation typically these are written to a http.Request

func NewScheduleCheckingForChangesParams

func NewScheduleCheckingForChangesParams() *ScheduleCheckingForChangesParams

NewScheduleCheckingForChangesParams creates a new ScheduleCheckingForChangesParams object with the default values initialized.

func NewScheduleCheckingForChangesParamsWithContext

func NewScheduleCheckingForChangesParamsWithContext(ctx context.Context) *ScheduleCheckingForChangesParams

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

func NewScheduleCheckingForChangesParamsWithHTTPClient

func NewScheduleCheckingForChangesParamsWithHTTPClient(client *http.Client) *ScheduleCheckingForChangesParams

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

func NewScheduleCheckingForChangesParamsWithTimeout

func NewScheduleCheckingForChangesParamsWithTimeout(timeout time.Duration) *ScheduleCheckingForChangesParams

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

func (*ScheduleCheckingForChangesParams) SetContext

SetContext adds the context to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) SetLocator

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

SetLocator adds the locator to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) SetOkOnNothingFound

func (o *ScheduleCheckingForChangesParams) SetOkOnNothingFound(okOnNothingFound *bool)

SetOkOnNothingFound adds the okOnNothingFound to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) SetTimeout

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

SetTimeout adds the timeout to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WithContext

WithContext adds the context to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WithLocator

WithLocator adds the locator to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WithOkOnNothingFound

func (o *ScheduleCheckingForChangesParams) WithOkOnNothingFound(okOnNothingFound *bool) *ScheduleCheckingForChangesParams

WithOkOnNothingFound adds the okOnNothingFound to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WithTimeout

WithTimeout adds the timeout to the schedule checking for changes params

func (*ScheduleCheckingForChangesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ScheduleCheckingForChangesReader

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

ScheduleCheckingForChangesReader is a Reader for the ScheduleCheckingForChanges structure.

func (*ScheduleCheckingForChangesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeInstanceOK

type ServeInstanceOK struct {
	Payload *models.VcsRootInstance
}

ServeInstanceOK handles this case with default header values.

successful operation

func NewServeInstanceOK

func NewServeInstanceOK() *ServeInstanceOK

NewServeInstanceOK creates a ServeInstanceOK with default headers values

func (*ServeInstanceOK) Error

func (o *ServeInstanceOK) Error() string

func (*ServeInstanceOK) GetPayload

func (o *ServeInstanceOK) GetPayload() *models.VcsRootInstance

type ServeInstanceParams

type ServeInstanceParams struct {

	/*Fields*/
	Fields *string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

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

func NewServeInstanceParams

func NewServeInstanceParams() *ServeInstanceParams

NewServeInstanceParams creates a new ServeInstanceParams object with the default values initialized.

func NewServeInstanceParamsWithContext

func NewServeInstanceParamsWithContext(ctx context.Context) *ServeInstanceParams

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

func NewServeInstanceParamsWithHTTPClient

func NewServeInstanceParamsWithHTTPClient(client *http.Client) *ServeInstanceParams

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

func NewServeInstanceParamsWithTimeout

func NewServeInstanceParamsWithTimeout(timeout time.Duration) *ServeInstanceParams

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

func (*ServeInstanceParams) SetContext

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

SetContext adds the context to the serve instance params

func (*ServeInstanceParams) SetFields

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

SetFields adds the fields to the serve instance params

func (*ServeInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve instance params

func (*ServeInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the serve instance params

func (*ServeInstanceParams) SetVcsRootInstanceLocator

func (o *ServeInstanceParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve instance params

func (*ServeInstanceParams) WithContext

WithContext adds the context to the serve instance params

func (*ServeInstanceParams) WithFields

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

WithFields adds the fields to the serve instance params

func (*ServeInstanceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve instance params

func (*ServeInstanceParams) WithTimeout

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

WithTimeout adds the timeout to the serve instance params

func (*ServeInstanceParams) WithVcsRootInstanceLocator

func (o *ServeInstanceParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeInstanceParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve instance params

func (*ServeInstanceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeInstanceReader

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

ServeInstanceReader is a Reader for the ServeInstance structure.

func (*ServeInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeInstancesOK

type ServeInstancesOK struct {
	Payload *models.VcsRootInstances
}

ServeInstancesOK handles this case with default header values.

successful operation

func NewServeInstancesOK

func NewServeInstancesOK() *ServeInstancesOK

NewServeInstancesOK creates a ServeInstancesOK with default headers values

func (*ServeInstancesOK) Error

func (o *ServeInstancesOK) Error() string

func (*ServeInstancesOK) GetPayload

func (o *ServeInstancesOK) GetPayload() *models.VcsRootInstances

type ServeInstancesParams

type ServeInstancesParams struct {

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

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

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

func NewServeInstancesParams

func NewServeInstancesParams() *ServeInstancesParams

NewServeInstancesParams creates a new ServeInstancesParams object with the default values initialized.

func NewServeInstancesParamsWithContext

func NewServeInstancesParamsWithContext(ctx context.Context) *ServeInstancesParams

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

func NewServeInstancesParamsWithHTTPClient

func NewServeInstancesParamsWithHTTPClient(client *http.Client) *ServeInstancesParams

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

func NewServeInstancesParamsWithTimeout

func NewServeInstancesParamsWithTimeout(timeout time.Duration) *ServeInstancesParams

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

func (*ServeInstancesParams) SetContext

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

SetContext adds the context to the serve instances params

func (*ServeInstancesParams) SetFields

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

SetFields adds the fields to the serve instances params

func (*ServeInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve instances params

func (*ServeInstancesParams) SetLocator

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

SetLocator adds the locator to the serve instances params

func (*ServeInstancesParams) SetTimeout

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

SetTimeout adds the timeout to the serve instances params

func (*ServeInstancesParams) WithContext

WithContext adds the context to the serve instances params

func (*ServeInstancesParams) WithFields

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

WithFields adds the fields to the serve instances params

func (*ServeInstancesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve instances params

func (*ServeInstancesParams) WithLocator

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

WithLocator adds the locator to the serve instances params

func (*ServeInstancesParams) WithTimeout

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

WithTimeout adds the timeout to the serve instances params

func (*ServeInstancesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeInstancesReader

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

ServeInstancesReader is a Reader for the ServeInstances structure.

func (*ServeInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetRepositoryStateOK

type SetRepositoryStateOK struct {
	Payload *models.Entries
}

SetRepositoryStateOK handles this case with default header values.

successful operation

func NewSetRepositoryStateOK

func NewSetRepositoryStateOK() *SetRepositoryStateOK

NewSetRepositoryStateOK creates a SetRepositoryStateOK with default headers values

func (*SetRepositoryStateOK) Error

func (o *SetRepositoryStateOK) Error() string

func (*SetRepositoryStateOK) GetPayload

func (o *SetRepositoryStateOK) GetPayload() *models.Entries

type SetRepositoryStateParams

type SetRepositoryStateParams struct {

	/*Body*/
	Body *models.Entries
	/*Fields*/
	Fields *string
	/*VcsRootInstanceLocator*/
	VcsRootInstanceLocator string

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

SetRepositoryStateParams contains all the parameters to send to the API endpoint for the set repository state operation typically these are written to a http.Request

func NewSetRepositoryStateParams

func NewSetRepositoryStateParams() *SetRepositoryStateParams

NewSetRepositoryStateParams creates a new SetRepositoryStateParams object with the default values initialized.

func NewSetRepositoryStateParamsWithContext

func NewSetRepositoryStateParamsWithContext(ctx context.Context) *SetRepositoryStateParams

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

func NewSetRepositoryStateParamsWithHTTPClient

func NewSetRepositoryStateParamsWithHTTPClient(client *http.Client) *SetRepositoryStateParams

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

func NewSetRepositoryStateParamsWithTimeout

func NewSetRepositoryStateParamsWithTimeout(timeout time.Duration) *SetRepositoryStateParams

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

func (*SetRepositoryStateParams) SetBody

func (o *SetRepositoryStateParams) SetBody(body *models.Entries)

SetBody adds the body to the set repository state params

func (*SetRepositoryStateParams) SetContext

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

SetContext adds the context to the set repository state params

func (*SetRepositoryStateParams) SetFields

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

SetFields adds the fields to the set repository state params

func (*SetRepositoryStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set repository state params

func (*SetRepositoryStateParams) SetTimeout

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

SetTimeout adds the timeout to the set repository state params

func (*SetRepositoryStateParams) SetVcsRootInstanceLocator

func (o *SetRepositoryStateParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)

SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the set repository state params

func (*SetRepositoryStateParams) WithBody

WithBody adds the body to the set repository state params

func (*SetRepositoryStateParams) WithContext

WithContext adds the context to the set repository state params

func (*SetRepositoryStateParams) WithFields

WithFields adds the fields to the set repository state params

func (*SetRepositoryStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set repository state params

func (*SetRepositoryStateParams) WithTimeout

WithTimeout adds the timeout to the set repository state params

func (*SetRepositoryStateParams) WithVcsRootInstanceLocator

func (o *SetRepositoryStateParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *SetRepositoryStateParams

WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the set repository state params

func (*SetRepositoryStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetRepositoryStateReader

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

SetRepositoryStateReader is a Reader for the SetRepositoryState structure.

func (*SetRepositoryStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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