Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteCommitHostedPropertyValue(params *DeleteCommitHostedPropertyValueParams) (*DeleteCommitHostedPropertyValueNoContent, error)
- func (a *Client) DeletePullRequestHostedPropertyValue(params *DeletePullRequestHostedPropertyValueParams) (*DeletePullRequestHostedPropertyValueNoContent, error)
- func (a *Client) DeleteRepositoryHostedPropertyValue(params *DeleteRepositoryHostedPropertyValueParams) (*DeleteRepositoryHostedPropertyValueNoContent, error)
- func (a *Client) DeleteUserHostedPropertyValue(params *DeleteUserHostedPropertyValueParams) (*DeleteUserHostedPropertyValueNoContent, error)
- func (a *Client) GetCommitHostedPropertyValue(params *GetCommitHostedPropertyValueParams) (*GetCommitHostedPropertyValueOK, error)
- func (a *Client) GetPullRequestHostedPropertyValue(params *GetPullRequestHostedPropertyValueParams) (*GetPullRequestHostedPropertyValueOK, error)
- func (a *Client) GetRepositoryHostedPropertyValue(params *GetRepositoryHostedPropertyValueParams) (*GetRepositoryHostedPropertyValueOK, error)
- func (a *Client) RetrieveUserHostedPropertyValue(params *RetrieveUserHostedPropertyValueParams) (*RetrieveUserHostedPropertyValueOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateCommitHostedPropertyValue(params *UpdateCommitHostedPropertyValueParams) (*UpdateCommitHostedPropertyValueNoContent, error)
- func (a *Client) UpdatePullRequestHostedPropertyValue(params *UpdatePullRequestHostedPropertyValueParams) (*UpdatePullRequestHostedPropertyValueNoContent, error)
- func (a *Client) UpdateRepositoryHostedPropertyValue(params *UpdateRepositoryHostedPropertyValueParams) (*UpdateRepositoryHostedPropertyValueNoContent, error)
- func (a *Client) UpdateUserHostedPropertyValue(params *UpdateUserHostedPropertyValueParams) (*UpdateUserHostedPropertyValueNoContent, error)
- type ClientService
- type DeleteCommitHostedPropertyValueNoContent
- type DeleteCommitHostedPropertyValueParams
- func NewDeleteCommitHostedPropertyValueParams() *DeleteCommitHostedPropertyValueParams
- func NewDeleteCommitHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteCommitHostedPropertyValueParams
- func NewDeleteCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteCommitHostedPropertyValueParams
- func NewDeleteCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *DeleteCommitHostedPropertyValueParams) SetCommit(commit string)
- func (o *DeleteCommitHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *DeleteCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *DeleteCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *DeleteCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCommitHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *DeleteCommitHostedPropertyValueParams) WithAppKey(appKey string) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithCommit(commit string) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WithWorkspace(workspace string) *DeleteCommitHostedPropertyValueParams
- func (o *DeleteCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCommitHostedPropertyValueReader
- type DeletePullRequestHostedPropertyValueNoContent
- type DeletePullRequestHostedPropertyValueParams
- func NewDeletePullRequestHostedPropertyValueParams() *DeletePullRequestHostedPropertyValueParams
- func NewDeletePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *DeletePullRequestHostedPropertyValueParams
- func NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeletePullRequestHostedPropertyValueParams
- func NewDeletePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *DeletePullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *DeletePullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *DeletePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *DeletePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
- func (o *DeletePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *DeletePullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *DeletePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *DeletePullRequestHostedPropertyValueParams) WithAppKey(appKey string) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *DeletePullRequestHostedPropertyValueParams
- func (o *DeletePullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePullRequestHostedPropertyValueReader
- type DeleteRepositoryHostedPropertyValueNoContent
- type DeleteRepositoryHostedPropertyValueParams
- func NewDeleteRepositoryHostedPropertyValueParams() *DeleteRepositoryHostedPropertyValueParams
- func NewDeleteRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteRepositoryHostedPropertyValueParams
- func NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteRepositoryHostedPropertyValueParams
- func NewDeleteRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *DeleteRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *DeleteRepositoryHostedPropertyValueParams
- func (o *DeleteRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRepositoryHostedPropertyValueReader
- type DeleteUserHostedPropertyValueNoContent
- type DeleteUserHostedPropertyValueParams
- func NewDeleteUserHostedPropertyValueParams() *DeleteUserHostedPropertyValueParams
- func NewDeleteUserHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteUserHostedPropertyValueParams
- func NewDeleteUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteUserHostedPropertyValueParams
- func NewDeleteUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *DeleteUserHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *DeleteUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *DeleteUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
- func (o *DeleteUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserHostedPropertyValueParams) WithAppKey(appKey string) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteUserHostedPropertyValueParams
- func (o *DeleteUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserHostedPropertyValueReader
- type GetCommitHostedPropertyValueOK
- type GetCommitHostedPropertyValueParams
- func NewGetCommitHostedPropertyValueParams() *GetCommitHostedPropertyValueParams
- func NewGetCommitHostedPropertyValueParamsWithContext(ctx context.Context) *GetCommitHostedPropertyValueParams
- func NewGetCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetCommitHostedPropertyValueParams
- func NewGetCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *GetCommitHostedPropertyValueParams) SetCommit(commit string)
- func (o *GetCommitHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *GetCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *GetCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *GetCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *GetCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *GetCommitHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *GetCommitHostedPropertyValueParams) WithAppKey(appKey string) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithCommit(commit string) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithContext(ctx context.Context) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WithWorkspace(workspace string) *GetCommitHostedPropertyValueParams
- func (o *GetCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCommitHostedPropertyValueReader
- type GetPullRequestHostedPropertyValueOK
- type GetPullRequestHostedPropertyValueParams
- func NewGetPullRequestHostedPropertyValueParams() *GetPullRequestHostedPropertyValueParams
- func NewGetPullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *GetPullRequestHostedPropertyValueParams
- func NewGetPullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetPullRequestHostedPropertyValueParams
- func NewGetPullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *GetPullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *GetPullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *GetPullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *GetPullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
- func (o *GetPullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *GetPullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *GetPullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *GetPullRequestHostedPropertyValueParams) WithAppKey(appKey string) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *GetPullRequestHostedPropertyValueParams
- func (o *GetPullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPullRequestHostedPropertyValueReader
- type GetRepositoryHostedPropertyValueOK
- type GetRepositoryHostedPropertyValueParams
- func NewGetRepositoryHostedPropertyValueParams() *GetRepositoryHostedPropertyValueParams
- func NewGetRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *GetRepositoryHostedPropertyValueParams
- func NewGetRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetRepositoryHostedPropertyValueParams
- func NewGetRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *GetRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *GetRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *GetRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *GetRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *GetRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *GetRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *GetRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *GetRepositoryHostedPropertyValueParams
- func (o *GetRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRepositoryHostedPropertyValueReader
- type RetrieveUserHostedPropertyValueOK
- type RetrieveUserHostedPropertyValueParams
- func NewRetrieveUserHostedPropertyValueParams() *RetrieveUserHostedPropertyValueParams
- func NewRetrieveUserHostedPropertyValueParamsWithContext(ctx context.Context) *RetrieveUserHostedPropertyValueParams
- func NewRetrieveUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *RetrieveUserHostedPropertyValueParams
- func NewRetrieveUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *RetrieveUserHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *RetrieveUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveUserHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *RetrieveUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
- func (o *RetrieveUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveUserHostedPropertyValueParams) WithAppKey(appKey string) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WithContext(ctx context.Context) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WithPropertyName(propertyName string) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *RetrieveUserHostedPropertyValueParams
- func (o *RetrieveUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveUserHostedPropertyValueReader
- type UpdateCommitHostedPropertyValueNoContent
- type UpdateCommitHostedPropertyValueParams
- func NewUpdateCommitHostedPropertyValueParams() *UpdateCommitHostedPropertyValueParams
- func NewUpdateCommitHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateCommitHostedPropertyValueParams
- func NewUpdateCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateCommitHostedPropertyValueParams
- func NewUpdateCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *UpdateCommitHostedPropertyValueParams) SetCommit(commit string)
- func (o *UpdateCommitHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *UpdateCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *UpdateCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *UpdateCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCommitHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *UpdateCommitHostedPropertyValueParams) WithAppKey(appKey string) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithCommit(commit string) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WithWorkspace(workspace string) *UpdateCommitHostedPropertyValueParams
- func (o *UpdateCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCommitHostedPropertyValueReader
- type UpdatePullRequestHostedPropertyValueNoContent
- type UpdatePullRequestHostedPropertyValueParams
- func NewUpdatePullRequestHostedPropertyValueParams() *UpdatePullRequestHostedPropertyValueParams
- func NewUpdatePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *UpdatePullRequestHostedPropertyValueParams
- func NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdatePullRequestHostedPropertyValueParams
- func NewUpdatePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *UpdatePullRequestHostedPropertyValueParams) WithAppKey(appKey string) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *UpdatePullRequestHostedPropertyValueParams
- func (o *UpdatePullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePullRequestHostedPropertyValueReader
- type UpdateRepositoryHostedPropertyValueNoContent
- type UpdateRepositoryHostedPropertyValueParams
- func NewUpdateRepositoryHostedPropertyValueParams() *UpdateRepositoryHostedPropertyValueParams
- func NewUpdateRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateRepositoryHostedPropertyValueParams
- func NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateRepositoryHostedPropertyValueParams
- func NewUpdateRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *UpdateRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
- func (o *UpdateRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *UpdateRepositoryHostedPropertyValueParams
- func (o *UpdateRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateRepositoryHostedPropertyValueReader
- type UpdateUserHostedPropertyValueNoContent
- type UpdateUserHostedPropertyValueParams
- func NewUpdateUserHostedPropertyValueParams() *UpdateUserHostedPropertyValueParams
- func NewUpdateUserHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateUserHostedPropertyValueParams
- func NewUpdateUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateUserHostedPropertyValueParams
- func NewUpdateUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) SetAppKey(appKey string)
- func (o *UpdateUserHostedPropertyValueParams) SetContext(ctx context.Context)
- func (o *UpdateUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserHostedPropertyValueParams) SetPropertyName(propertyName string)
- func (o *UpdateUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
- func (o *UpdateUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserHostedPropertyValueParams) WithAppKey(appKey string) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateUserHostedPropertyValueParams
- func (o *UpdateUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserHostedPropertyValueReader
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 properties API
func (*Client) DeleteCommitHostedPropertyValue ¶
func (a *Client) DeleteCommitHostedPropertyValue(params *DeleteCommitHostedPropertyValueParams) (*DeleteCommitHostedPropertyValueNoContent, error)
DeleteCommitHostedPropertyValue Delete an application property value stored against a commit.
func (*Client) DeletePullRequestHostedPropertyValue ¶
func (a *Client) DeletePullRequestHostedPropertyValue(params *DeletePullRequestHostedPropertyValueParams) (*DeletePullRequestHostedPropertyValueNoContent, error)
DeletePullRequestHostedPropertyValue Delete an application property value stored against a pull request.
func (*Client) DeleteRepositoryHostedPropertyValue ¶
func (a *Client) DeleteRepositoryHostedPropertyValue(params *DeleteRepositoryHostedPropertyValueParams) (*DeleteRepositoryHostedPropertyValueNoContent, error)
DeleteRepositoryHostedPropertyValue Delete an application property value stored against a repository.
func (*Client) DeleteUserHostedPropertyValue ¶
func (a *Client) DeleteUserHostedPropertyValue(params *DeleteUserHostedPropertyValueParams) (*DeleteUserHostedPropertyValueNoContent, error)
DeleteUserHostedPropertyValue Delete an application property value stored against a user.
func (*Client) GetCommitHostedPropertyValue ¶
func (a *Client) GetCommitHostedPropertyValue(params *GetCommitHostedPropertyValueParams) (*GetCommitHostedPropertyValueOK, error)
GetCommitHostedPropertyValue Retrieve an application property value stored against a commit.
func (*Client) GetPullRequestHostedPropertyValue ¶
func (a *Client) GetPullRequestHostedPropertyValue(params *GetPullRequestHostedPropertyValueParams) (*GetPullRequestHostedPropertyValueOK, error)
GetPullRequestHostedPropertyValue Retrieve an application property value stored against a pull request.
func (*Client) GetRepositoryHostedPropertyValue ¶
func (a *Client) GetRepositoryHostedPropertyValue(params *GetRepositoryHostedPropertyValueParams) (*GetRepositoryHostedPropertyValueOK, error)
GetRepositoryHostedPropertyValue Retrieve an application property value stored against a repository.
func (*Client) RetrieveUserHostedPropertyValue ¶
func (a *Client) RetrieveUserHostedPropertyValue(params *RetrieveUserHostedPropertyValueParams) (*RetrieveUserHostedPropertyValueOK, error)
RetrieveUserHostedPropertyValue Retrieve an application property value stored against a user.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateCommitHostedPropertyValue ¶
func (a *Client) UpdateCommitHostedPropertyValue(params *UpdateCommitHostedPropertyValueParams) (*UpdateCommitHostedPropertyValueNoContent, error)
UpdateCommitHostedPropertyValue Update an application property value stored against a commit.
func (*Client) UpdatePullRequestHostedPropertyValue ¶
func (a *Client) UpdatePullRequestHostedPropertyValue(params *UpdatePullRequestHostedPropertyValueParams) (*UpdatePullRequestHostedPropertyValueNoContent, error)
UpdatePullRequestHostedPropertyValue Update an application property value stored against a pull request.
func (*Client) UpdateRepositoryHostedPropertyValue ¶
func (a *Client) UpdateRepositoryHostedPropertyValue(params *UpdateRepositoryHostedPropertyValueParams) (*UpdateRepositoryHostedPropertyValueNoContent, error)
UpdateRepositoryHostedPropertyValue Update an application property value stored against a repository.
func (*Client) UpdateUserHostedPropertyValue ¶
func (a *Client) UpdateUserHostedPropertyValue(params *UpdateUserHostedPropertyValueParams) (*UpdateUserHostedPropertyValueNoContent, error)
UpdateUserHostedPropertyValue Update an application property value stored against a user.
type ClientService ¶
type ClientService interface {
DeleteCommitHostedPropertyValue(params *DeleteCommitHostedPropertyValueParams) (*DeleteCommitHostedPropertyValueNoContent, error)
DeletePullRequestHostedPropertyValue(params *DeletePullRequestHostedPropertyValueParams) (*DeletePullRequestHostedPropertyValueNoContent, error)
DeleteRepositoryHostedPropertyValue(params *DeleteRepositoryHostedPropertyValueParams) (*DeleteRepositoryHostedPropertyValueNoContent, error)
DeleteUserHostedPropertyValue(params *DeleteUserHostedPropertyValueParams) (*DeleteUserHostedPropertyValueNoContent, error)
GetCommitHostedPropertyValue(params *GetCommitHostedPropertyValueParams) (*GetCommitHostedPropertyValueOK, error)
GetPullRequestHostedPropertyValue(params *GetPullRequestHostedPropertyValueParams) (*GetPullRequestHostedPropertyValueOK, error)
GetRepositoryHostedPropertyValue(params *GetRepositoryHostedPropertyValueParams) (*GetRepositoryHostedPropertyValueOK, error)
RetrieveUserHostedPropertyValue(params *RetrieveUserHostedPropertyValueParams) (*RetrieveUserHostedPropertyValueOK, error)
UpdateCommitHostedPropertyValue(params *UpdateCommitHostedPropertyValueParams) (*UpdateCommitHostedPropertyValueNoContent, error)
UpdatePullRequestHostedPropertyValue(params *UpdatePullRequestHostedPropertyValueParams) (*UpdatePullRequestHostedPropertyValueNoContent, error)
UpdateRepositoryHostedPropertyValue(params *UpdateRepositoryHostedPropertyValueParams) (*UpdateRepositoryHostedPropertyValueNoContent, error)
UpdateUserHostedPropertyValue(params *UpdateUserHostedPropertyValueParams) (*UpdateUserHostedPropertyValueNoContent, 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 properties API client.
type DeleteCommitHostedPropertyValueNoContent ¶
type DeleteCommitHostedPropertyValueNoContent struct {
}
DeleteCommitHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewDeleteCommitHostedPropertyValueNoContent ¶
func NewDeleteCommitHostedPropertyValueNoContent() *DeleteCommitHostedPropertyValueNoContent
NewDeleteCommitHostedPropertyValueNoContent creates a DeleteCommitHostedPropertyValueNoContent with default headers values
func (*DeleteCommitHostedPropertyValueNoContent) Error ¶
func (o *DeleteCommitHostedPropertyValueNoContent) Error() string
type DeleteCommitHostedPropertyValueParams ¶
type DeleteCommitHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*Commit
The commit.
*/
Commit string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete commit hosted property value operation typically these are written to a http.Request
func NewDeleteCommitHostedPropertyValueParams ¶
func NewDeleteCommitHostedPropertyValueParams() *DeleteCommitHostedPropertyValueParams
NewDeleteCommitHostedPropertyValueParams creates a new DeleteCommitHostedPropertyValueParams object with the default values initialized.
func NewDeleteCommitHostedPropertyValueParamsWithContext ¶
func NewDeleteCommitHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteCommitHostedPropertyValueParams
NewDeleteCommitHostedPropertyValueParamsWithContext creates a new DeleteCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteCommitHostedPropertyValueParamsWithHTTPClient ¶
func NewDeleteCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteCommitHostedPropertyValueParams
NewDeleteCommitHostedPropertyValueParamsWithHTTPClient creates a new DeleteCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCommitHostedPropertyValueParamsWithTimeout ¶
func NewDeleteCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteCommitHostedPropertyValueParams
NewDeleteCommitHostedPropertyValueParamsWithTimeout creates a new DeleteCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCommitHostedPropertyValueParams) SetAppKey ¶
func (o *DeleteCommitHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetCommit ¶
func (o *DeleteCommitHostedPropertyValueParams) SetCommit(commit string)
SetCommit adds the commit to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetContext ¶
func (o *DeleteCommitHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetHTTPClient ¶
func (o *DeleteCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetPropertyName ¶
func (o *DeleteCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetRepoSlug ¶
func (o *DeleteCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetTimeout ¶
func (o *DeleteCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) SetWorkspace ¶
func (o *DeleteCommitHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithAppKey ¶
func (o *DeleteCommitHostedPropertyValueParams) WithAppKey(appKey string) *DeleteCommitHostedPropertyValueParams
WithAppKey adds the appKey to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithCommit ¶
func (o *DeleteCommitHostedPropertyValueParams) WithCommit(commit string) *DeleteCommitHostedPropertyValueParams
WithCommit adds the commit to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithContext ¶
func (o *DeleteCommitHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteCommitHostedPropertyValueParams
WithContext adds the context to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithHTTPClient ¶
func (o *DeleteCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteCommitHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithPropertyName ¶
func (o *DeleteCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteCommitHostedPropertyValueParams
WithPropertyName adds the propertyName to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithRepoSlug ¶
func (o *DeleteCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeleteCommitHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithTimeout ¶
func (o *DeleteCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteCommitHostedPropertyValueParams
WithTimeout adds the timeout to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WithWorkspace ¶
func (o *DeleteCommitHostedPropertyValueParams) WithWorkspace(workspace string) *DeleteCommitHostedPropertyValueParams
WithWorkspace adds the workspace to the delete commit hosted property value params
func (*DeleteCommitHostedPropertyValueParams) WriteToRequest ¶
func (o *DeleteCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCommitHostedPropertyValueReader ¶
type DeleteCommitHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
DeleteCommitHostedPropertyValueReader is a Reader for the DeleteCommitHostedPropertyValue structure.
func (*DeleteCommitHostedPropertyValueReader) ReadResponse ¶
func (o *DeleteCommitHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePullRequestHostedPropertyValueNoContent ¶
type DeletePullRequestHostedPropertyValueNoContent struct {
}
DeletePullRequestHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewDeletePullRequestHostedPropertyValueNoContent ¶
func NewDeletePullRequestHostedPropertyValueNoContent() *DeletePullRequestHostedPropertyValueNoContent
NewDeletePullRequestHostedPropertyValueNoContent creates a DeletePullRequestHostedPropertyValueNoContent with default headers values
func (*DeletePullRequestHostedPropertyValueNoContent) Error ¶
func (o *DeletePullRequestHostedPropertyValueNoContent) Error() string
type DeletePullRequestHostedPropertyValueParams ¶
type DeletePullRequestHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*PullrequestID
The pull request ID.
*/
PullrequestID string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeletePullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete pull request hosted property value operation typically these are written to a http.Request
func NewDeletePullRequestHostedPropertyValueParams ¶
func NewDeletePullRequestHostedPropertyValueParams() *DeletePullRequestHostedPropertyValueParams
NewDeletePullRequestHostedPropertyValueParams creates a new DeletePullRequestHostedPropertyValueParams object with the default values initialized.
func NewDeletePullRequestHostedPropertyValueParamsWithContext ¶
func NewDeletePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *DeletePullRequestHostedPropertyValueParams
NewDeletePullRequestHostedPropertyValueParamsWithContext creates a new DeletePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient ¶
func NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeletePullRequestHostedPropertyValueParams
NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient creates a new DeletePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePullRequestHostedPropertyValueParamsWithTimeout ¶
func NewDeletePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeletePullRequestHostedPropertyValueParams
NewDeletePullRequestHostedPropertyValueParamsWithTimeout creates a new DeletePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePullRequestHostedPropertyValueParams) SetAppKey ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetContext ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetHTTPClient ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetPropertyName ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetPullrequestID ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
SetPullrequestID adds the pullrequestId to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetRepoSlug ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetTimeout ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) SetWorkspace ¶
func (o *DeletePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithAppKey ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithAppKey(appKey string) *DeletePullRequestHostedPropertyValueParams
WithAppKey adds the appKey to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithContext ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *DeletePullRequestHostedPropertyValueParams
WithContext adds the context to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithHTTPClient ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeletePullRequestHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithPropertyName ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *DeletePullRequestHostedPropertyValueParams
WithPropertyName adds the propertyName to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithPullrequestID ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *DeletePullRequestHostedPropertyValueParams
WithPullrequestID adds the pullrequestID to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithRepoSlug ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeletePullRequestHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithTimeout ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeletePullRequestHostedPropertyValueParams
WithTimeout adds the timeout to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WithWorkspace ¶
func (o *DeletePullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *DeletePullRequestHostedPropertyValueParams
WithWorkspace adds the workspace to the delete pull request hosted property value params
func (*DeletePullRequestHostedPropertyValueParams) WriteToRequest ¶
func (o *DeletePullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePullRequestHostedPropertyValueReader ¶
type DeletePullRequestHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
DeletePullRequestHostedPropertyValueReader is a Reader for the DeletePullRequestHostedPropertyValue structure.
func (*DeletePullRequestHostedPropertyValueReader) ReadResponse ¶
func (o *DeletePullRequestHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteRepositoryHostedPropertyValueNoContent ¶
type DeleteRepositoryHostedPropertyValueNoContent struct {
}
DeleteRepositoryHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewDeleteRepositoryHostedPropertyValueNoContent ¶
func NewDeleteRepositoryHostedPropertyValueNoContent() *DeleteRepositoryHostedPropertyValueNoContent
NewDeleteRepositoryHostedPropertyValueNoContent creates a DeleteRepositoryHostedPropertyValueNoContent with default headers values
func (*DeleteRepositoryHostedPropertyValueNoContent) Error ¶
func (o *DeleteRepositoryHostedPropertyValueNoContent) Error() string
type DeleteRepositoryHostedPropertyValueParams ¶
type DeleteRepositoryHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete repository hosted property value operation typically these are written to a http.Request
func NewDeleteRepositoryHostedPropertyValueParams ¶
func NewDeleteRepositoryHostedPropertyValueParams() *DeleteRepositoryHostedPropertyValueParams
NewDeleteRepositoryHostedPropertyValueParams creates a new DeleteRepositoryHostedPropertyValueParams object with the default values initialized.
func NewDeleteRepositoryHostedPropertyValueParamsWithContext ¶
func NewDeleteRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteRepositoryHostedPropertyValueParams
NewDeleteRepositoryHostedPropertyValueParamsWithContext creates a new DeleteRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient ¶
func NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteRepositoryHostedPropertyValueParams
NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient creates a new DeleteRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteRepositoryHostedPropertyValueParamsWithTimeout ¶
func NewDeleteRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteRepositoryHostedPropertyValueParams
NewDeleteRepositoryHostedPropertyValueParamsWithTimeout creates a new DeleteRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteRepositoryHostedPropertyValueParams) SetAppKey ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetContext ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetHTTPClient ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetPropertyName ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetRepoSlug ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetTimeout ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) SetWorkspace ¶
func (o *DeleteRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithAppKey ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *DeleteRepositoryHostedPropertyValueParams
WithAppKey adds the appKey to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithContext ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteRepositoryHostedPropertyValueParams
WithContext adds the context to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithHTTPClient ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteRepositoryHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithPropertyName ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteRepositoryHostedPropertyValueParams
WithPropertyName adds the propertyName to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithRepoSlug ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *DeleteRepositoryHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithTimeout ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteRepositoryHostedPropertyValueParams
WithTimeout adds the timeout to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WithWorkspace ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *DeleteRepositoryHostedPropertyValueParams
WithWorkspace adds the workspace to the delete repository hosted property value params
func (*DeleteRepositoryHostedPropertyValueParams) WriteToRequest ¶
func (o *DeleteRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteRepositoryHostedPropertyValueReader ¶
type DeleteRepositoryHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
DeleteRepositoryHostedPropertyValueReader is a Reader for the DeleteRepositoryHostedPropertyValue structure.
func (*DeleteRepositoryHostedPropertyValueReader) ReadResponse ¶
func (o *DeleteRepositoryHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUserHostedPropertyValueNoContent ¶
type DeleteUserHostedPropertyValueNoContent struct {
}
DeleteUserHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewDeleteUserHostedPropertyValueNoContent ¶
func NewDeleteUserHostedPropertyValueNoContent() *DeleteUserHostedPropertyValueNoContent
NewDeleteUserHostedPropertyValueNoContent creates a DeleteUserHostedPropertyValueNoContent with default headers values
func (*DeleteUserHostedPropertyValueNoContent) Error ¶
func (o *DeleteUserHostedPropertyValueNoContent) Error() string
type DeleteUserHostedPropertyValueParams ¶
type DeleteUserHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*SelectedUser
Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.
*/
SelectedUser string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete user hosted property value operation typically these are written to a http.Request
func NewDeleteUserHostedPropertyValueParams ¶
func NewDeleteUserHostedPropertyValueParams() *DeleteUserHostedPropertyValueParams
NewDeleteUserHostedPropertyValueParams creates a new DeleteUserHostedPropertyValueParams object with the default values initialized.
func NewDeleteUserHostedPropertyValueParamsWithContext ¶
func NewDeleteUserHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteUserHostedPropertyValueParams
NewDeleteUserHostedPropertyValueParamsWithContext creates a new DeleteUserHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUserHostedPropertyValueParamsWithHTTPClient ¶
func NewDeleteUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteUserHostedPropertyValueParams
NewDeleteUserHostedPropertyValueParamsWithHTTPClient creates a new DeleteUserHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUserHostedPropertyValueParamsWithTimeout ¶
func NewDeleteUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteUserHostedPropertyValueParams
NewDeleteUserHostedPropertyValueParamsWithTimeout creates a new DeleteUserHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUserHostedPropertyValueParams) SetAppKey ¶
func (o *DeleteUserHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) SetContext ¶
func (o *DeleteUserHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) SetHTTPClient ¶
func (o *DeleteUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) SetPropertyName ¶
func (o *DeleteUserHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) SetSelectedUser ¶
func (o *DeleteUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
SetSelectedUser adds the selectedUser to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) SetTimeout ¶
func (o *DeleteUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithAppKey ¶
func (o *DeleteUserHostedPropertyValueParams) WithAppKey(appKey string) *DeleteUserHostedPropertyValueParams
WithAppKey adds the appKey to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithContext ¶
func (o *DeleteUserHostedPropertyValueParams) WithContext(ctx context.Context) *DeleteUserHostedPropertyValueParams
WithContext adds the context to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithHTTPClient ¶
func (o *DeleteUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *DeleteUserHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithPropertyName ¶
func (o *DeleteUserHostedPropertyValueParams) WithPropertyName(propertyName string) *DeleteUserHostedPropertyValueParams
WithPropertyName adds the propertyName to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithSelectedUser ¶
func (o *DeleteUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *DeleteUserHostedPropertyValueParams
WithSelectedUser adds the selectedUser to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WithTimeout ¶
func (o *DeleteUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *DeleteUserHostedPropertyValueParams
WithTimeout adds the timeout to the delete user hosted property value params
func (*DeleteUserHostedPropertyValueParams) WriteToRequest ¶
func (o *DeleteUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUserHostedPropertyValueReader ¶
type DeleteUserHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
DeleteUserHostedPropertyValueReader is a Reader for the DeleteUserHostedPropertyValue structure.
func (*DeleteUserHostedPropertyValueReader) ReadResponse ¶
func (o *DeleteUserHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCommitHostedPropertyValueOK ¶
type GetCommitHostedPropertyValueOK struct {
}
GetCommitHostedPropertyValueOK handles this case with default header values.
The value of the property.
func NewGetCommitHostedPropertyValueOK ¶
func NewGetCommitHostedPropertyValueOK() *GetCommitHostedPropertyValueOK
NewGetCommitHostedPropertyValueOK creates a GetCommitHostedPropertyValueOK with default headers values
func (*GetCommitHostedPropertyValueOK) Error ¶
func (o *GetCommitHostedPropertyValueOK) Error() string
type GetCommitHostedPropertyValueParams ¶
type GetCommitHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*Commit
The commit.
*/
Commit string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get commit hosted property value operation typically these are written to a http.Request
func NewGetCommitHostedPropertyValueParams ¶
func NewGetCommitHostedPropertyValueParams() *GetCommitHostedPropertyValueParams
NewGetCommitHostedPropertyValueParams creates a new GetCommitHostedPropertyValueParams object with the default values initialized.
func NewGetCommitHostedPropertyValueParamsWithContext ¶
func NewGetCommitHostedPropertyValueParamsWithContext(ctx context.Context) *GetCommitHostedPropertyValueParams
NewGetCommitHostedPropertyValueParamsWithContext creates a new GetCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewGetCommitHostedPropertyValueParamsWithHTTPClient ¶
func NewGetCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetCommitHostedPropertyValueParams
NewGetCommitHostedPropertyValueParamsWithHTTPClient creates a new GetCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCommitHostedPropertyValueParamsWithTimeout ¶
func NewGetCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetCommitHostedPropertyValueParams
NewGetCommitHostedPropertyValueParamsWithTimeout creates a new GetCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCommitHostedPropertyValueParams) SetAppKey ¶
func (o *GetCommitHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetCommit ¶
func (o *GetCommitHostedPropertyValueParams) SetCommit(commit string)
SetCommit adds the commit to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetContext ¶
func (o *GetCommitHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetHTTPClient ¶
func (o *GetCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetPropertyName ¶
func (o *GetCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetRepoSlug ¶
func (o *GetCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetTimeout ¶
func (o *GetCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) SetWorkspace ¶
func (o *GetCommitHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithAppKey ¶
func (o *GetCommitHostedPropertyValueParams) WithAppKey(appKey string) *GetCommitHostedPropertyValueParams
WithAppKey adds the appKey to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithCommit ¶
func (o *GetCommitHostedPropertyValueParams) WithCommit(commit string) *GetCommitHostedPropertyValueParams
WithCommit adds the commit to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithContext ¶
func (o *GetCommitHostedPropertyValueParams) WithContext(ctx context.Context) *GetCommitHostedPropertyValueParams
WithContext adds the context to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithHTTPClient ¶
func (o *GetCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetCommitHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithPropertyName ¶
func (o *GetCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *GetCommitHostedPropertyValueParams
WithPropertyName adds the propertyName to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithRepoSlug ¶
func (o *GetCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetCommitHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithTimeout ¶
func (o *GetCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetCommitHostedPropertyValueParams
WithTimeout adds the timeout to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WithWorkspace ¶
func (o *GetCommitHostedPropertyValueParams) WithWorkspace(workspace string) *GetCommitHostedPropertyValueParams
WithWorkspace adds the workspace to the get commit hosted property value params
func (*GetCommitHostedPropertyValueParams) WriteToRequest ¶
func (o *GetCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCommitHostedPropertyValueReader ¶
type GetCommitHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
GetCommitHostedPropertyValueReader is a Reader for the GetCommitHostedPropertyValue structure.
func (*GetCommitHostedPropertyValueReader) ReadResponse ¶
func (o *GetCommitHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPullRequestHostedPropertyValueOK ¶
type GetPullRequestHostedPropertyValueOK struct {
}
GetPullRequestHostedPropertyValueOK handles this case with default header values.
The value of the property.
func NewGetPullRequestHostedPropertyValueOK ¶
func NewGetPullRequestHostedPropertyValueOK() *GetPullRequestHostedPropertyValueOK
NewGetPullRequestHostedPropertyValueOK creates a GetPullRequestHostedPropertyValueOK with default headers values
func (*GetPullRequestHostedPropertyValueOK) Error ¶
func (o *GetPullRequestHostedPropertyValueOK) Error() string
type GetPullRequestHostedPropertyValueParams ¶
type GetPullRequestHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*PullrequestID
The pull request ID.
*/
PullrequestID string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetPullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get pull request hosted property value operation typically these are written to a http.Request
func NewGetPullRequestHostedPropertyValueParams ¶
func NewGetPullRequestHostedPropertyValueParams() *GetPullRequestHostedPropertyValueParams
NewGetPullRequestHostedPropertyValueParams creates a new GetPullRequestHostedPropertyValueParams object with the default values initialized.
func NewGetPullRequestHostedPropertyValueParamsWithContext ¶
func NewGetPullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *GetPullRequestHostedPropertyValueParams
NewGetPullRequestHostedPropertyValueParamsWithContext creates a new GetPullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewGetPullRequestHostedPropertyValueParamsWithHTTPClient ¶
func NewGetPullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetPullRequestHostedPropertyValueParams
NewGetPullRequestHostedPropertyValueParamsWithHTTPClient creates a new GetPullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPullRequestHostedPropertyValueParamsWithTimeout ¶
func NewGetPullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetPullRequestHostedPropertyValueParams
NewGetPullRequestHostedPropertyValueParamsWithTimeout creates a new GetPullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPullRequestHostedPropertyValueParams) SetAppKey ¶
func (o *GetPullRequestHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetContext ¶
func (o *GetPullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetHTTPClient ¶
func (o *GetPullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetPropertyName ¶
func (o *GetPullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetPullrequestID ¶
func (o *GetPullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
SetPullrequestID adds the pullrequestId to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetRepoSlug ¶
func (o *GetPullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetTimeout ¶
func (o *GetPullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) SetWorkspace ¶
func (o *GetPullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithAppKey ¶
func (o *GetPullRequestHostedPropertyValueParams) WithAppKey(appKey string) *GetPullRequestHostedPropertyValueParams
WithAppKey adds the appKey to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithContext ¶
func (o *GetPullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *GetPullRequestHostedPropertyValueParams
WithContext adds the context to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithHTTPClient ¶
func (o *GetPullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetPullRequestHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithPropertyName ¶
func (o *GetPullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *GetPullRequestHostedPropertyValueParams
WithPropertyName adds the propertyName to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithPullrequestID ¶
func (o *GetPullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *GetPullRequestHostedPropertyValueParams
WithPullrequestID adds the pullrequestID to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithRepoSlug ¶
func (o *GetPullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetPullRequestHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithTimeout ¶
func (o *GetPullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetPullRequestHostedPropertyValueParams
WithTimeout adds the timeout to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WithWorkspace ¶
func (o *GetPullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *GetPullRequestHostedPropertyValueParams
WithWorkspace adds the workspace to the get pull request hosted property value params
func (*GetPullRequestHostedPropertyValueParams) WriteToRequest ¶
func (o *GetPullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPullRequestHostedPropertyValueReader ¶
type GetPullRequestHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
GetPullRequestHostedPropertyValueReader is a Reader for the GetPullRequestHostedPropertyValue structure.
func (*GetPullRequestHostedPropertyValueReader) ReadResponse ¶
func (o *GetPullRequestHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRepositoryHostedPropertyValueOK ¶
type GetRepositoryHostedPropertyValueOK struct {
}
GetRepositoryHostedPropertyValueOK handles this case with default header values.
The value of the property.
func NewGetRepositoryHostedPropertyValueOK ¶
func NewGetRepositoryHostedPropertyValueOK() *GetRepositoryHostedPropertyValueOK
NewGetRepositoryHostedPropertyValueOK creates a GetRepositoryHostedPropertyValueOK with default headers values
func (*GetRepositoryHostedPropertyValueOK) Error ¶
func (o *GetRepositoryHostedPropertyValueOK) Error() string
type GetRepositoryHostedPropertyValueParams ¶
type GetRepositoryHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get repository hosted property value operation typically these are written to a http.Request
func NewGetRepositoryHostedPropertyValueParams ¶
func NewGetRepositoryHostedPropertyValueParams() *GetRepositoryHostedPropertyValueParams
NewGetRepositoryHostedPropertyValueParams creates a new GetRepositoryHostedPropertyValueParams object with the default values initialized.
func NewGetRepositoryHostedPropertyValueParamsWithContext ¶
func NewGetRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *GetRepositoryHostedPropertyValueParams
NewGetRepositoryHostedPropertyValueParamsWithContext creates a new GetRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewGetRepositoryHostedPropertyValueParamsWithHTTPClient ¶
func NewGetRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetRepositoryHostedPropertyValueParams
NewGetRepositoryHostedPropertyValueParamsWithHTTPClient creates a new GetRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRepositoryHostedPropertyValueParamsWithTimeout ¶
func NewGetRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetRepositoryHostedPropertyValueParams
NewGetRepositoryHostedPropertyValueParamsWithTimeout creates a new GetRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRepositoryHostedPropertyValueParams) SetAppKey ¶
func (o *GetRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetContext ¶
func (o *GetRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetHTTPClient ¶
func (o *GetRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetPropertyName ¶
func (o *GetRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetRepoSlug ¶
func (o *GetRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetTimeout ¶
func (o *GetRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) SetWorkspace ¶
func (o *GetRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithAppKey ¶
func (o *GetRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *GetRepositoryHostedPropertyValueParams
WithAppKey adds the appKey to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithContext ¶
func (o *GetRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *GetRepositoryHostedPropertyValueParams
WithContext adds the context to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithHTTPClient ¶
func (o *GetRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *GetRepositoryHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithPropertyName ¶
func (o *GetRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *GetRepositoryHostedPropertyValueParams
WithPropertyName adds the propertyName to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithRepoSlug ¶
func (o *GetRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *GetRepositoryHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithTimeout ¶
func (o *GetRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *GetRepositoryHostedPropertyValueParams
WithTimeout adds the timeout to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WithWorkspace ¶
func (o *GetRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *GetRepositoryHostedPropertyValueParams
WithWorkspace adds the workspace to the get repository hosted property value params
func (*GetRepositoryHostedPropertyValueParams) WriteToRequest ¶
func (o *GetRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRepositoryHostedPropertyValueReader ¶
type GetRepositoryHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
GetRepositoryHostedPropertyValueReader is a Reader for the GetRepositoryHostedPropertyValue structure.
func (*GetRepositoryHostedPropertyValueReader) ReadResponse ¶
func (o *GetRepositoryHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveUserHostedPropertyValueOK ¶
type RetrieveUserHostedPropertyValueOK struct {
}
RetrieveUserHostedPropertyValueOK handles this case with default header values.
The value of the property.
func NewRetrieveUserHostedPropertyValueOK ¶
func NewRetrieveUserHostedPropertyValueOK() *RetrieveUserHostedPropertyValueOK
NewRetrieveUserHostedPropertyValueOK creates a RetrieveUserHostedPropertyValueOK with default headers values
func (*RetrieveUserHostedPropertyValueOK) Error ¶
func (o *RetrieveUserHostedPropertyValueOK) Error() string
type RetrieveUserHostedPropertyValueParams ¶
type RetrieveUserHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*SelectedUser
Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.
*/
SelectedUser string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RetrieveUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the retrieve user hosted property value operation typically these are written to a http.Request
func NewRetrieveUserHostedPropertyValueParams ¶
func NewRetrieveUserHostedPropertyValueParams() *RetrieveUserHostedPropertyValueParams
NewRetrieveUserHostedPropertyValueParams creates a new RetrieveUserHostedPropertyValueParams object with the default values initialized.
func NewRetrieveUserHostedPropertyValueParamsWithContext ¶
func NewRetrieveUserHostedPropertyValueParamsWithContext(ctx context.Context) *RetrieveUserHostedPropertyValueParams
NewRetrieveUserHostedPropertyValueParamsWithContext creates a new RetrieveUserHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewRetrieveUserHostedPropertyValueParamsWithHTTPClient ¶
func NewRetrieveUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *RetrieveUserHostedPropertyValueParams
NewRetrieveUserHostedPropertyValueParamsWithHTTPClient creates a new RetrieveUserHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveUserHostedPropertyValueParamsWithTimeout ¶
func NewRetrieveUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *RetrieveUserHostedPropertyValueParams
NewRetrieveUserHostedPropertyValueParamsWithTimeout creates a new RetrieveUserHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveUserHostedPropertyValueParams) SetAppKey ¶
func (o *RetrieveUserHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) SetContext ¶
func (o *RetrieveUserHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) SetHTTPClient ¶
func (o *RetrieveUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) SetPropertyName ¶
func (o *RetrieveUserHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) SetSelectedUser ¶
func (o *RetrieveUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
SetSelectedUser adds the selectedUser to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) SetTimeout ¶
func (o *RetrieveUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithAppKey ¶
func (o *RetrieveUserHostedPropertyValueParams) WithAppKey(appKey string) *RetrieveUserHostedPropertyValueParams
WithAppKey adds the appKey to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithContext ¶
func (o *RetrieveUserHostedPropertyValueParams) WithContext(ctx context.Context) *RetrieveUserHostedPropertyValueParams
WithContext adds the context to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithHTTPClient ¶
func (o *RetrieveUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *RetrieveUserHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithPropertyName ¶
func (o *RetrieveUserHostedPropertyValueParams) WithPropertyName(propertyName string) *RetrieveUserHostedPropertyValueParams
WithPropertyName adds the propertyName to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithSelectedUser ¶
func (o *RetrieveUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *RetrieveUserHostedPropertyValueParams
WithSelectedUser adds the selectedUser to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WithTimeout ¶
func (o *RetrieveUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *RetrieveUserHostedPropertyValueParams
WithTimeout adds the timeout to the retrieve user hosted property value params
func (*RetrieveUserHostedPropertyValueParams) WriteToRequest ¶
func (o *RetrieveUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveUserHostedPropertyValueReader ¶
type RetrieveUserHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
RetrieveUserHostedPropertyValueReader is a Reader for the RetrieveUserHostedPropertyValue structure.
func (*RetrieveUserHostedPropertyValueReader) ReadResponse ¶
func (o *RetrieveUserHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCommitHostedPropertyValueNoContent ¶
type UpdateCommitHostedPropertyValueNoContent struct {
}
UpdateCommitHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewUpdateCommitHostedPropertyValueNoContent ¶
func NewUpdateCommitHostedPropertyValueNoContent() *UpdateCommitHostedPropertyValueNoContent
NewUpdateCommitHostedPropertyValueNoContent creates a UpdateCommitHostedPropertyValueNoContent with default headers values
func (*UpdateCommitHostedPropertyValueNoContent) Error ¶
func (o *UpdateCommitHostedPropertyValueNoContent) Error() string
type UpdateCommitHostedPropertyValueParams ¶
type UpdateCommitHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*Commit
The commit.
*/
Commit string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update commit hosted property value operation typically these are written to a http.Request
func NewUpdateCommitHostedPropertyValueParams ¶
func NewUpdateCommitHostedPropertyValueParams() *UpdateCommitHostedPropertyValueParams
NewUpdateCommitHostedPropertyValueParams creates a new UpdateCommitHostedPropertyValueParams object with the default values initialized.
func NewUpdateCommitHostedPropertyValueParamsWithContext ¶
func NewUpdateCommitHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateCommitHostedPropertyValueParams
NewUpdateCommitHostedPropertyValueParamsWithContext creates a new UpdateCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCommitHostedPropertyValueParamsWithHTTPClient ¶
func NewUpdateCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateCommitHostedPropertyValueParams
NewUpdateCommitHostedPropertyValueParamsWithHTTPClient creates a new UpdateCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCommitHostedPropertyValueParamsWithTimeout ¶
func NewUpdateCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateCommitHostedPropertyValueParams
NewUpdateCommitHostedPropertyValueParamsWithTimeout creates a new UpdateCommitHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCommitHostedPropertyValueParams) SetAppKey ¶
func (o *UpdateCommitHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetCommit ¶
func (o *UpdateCommitHostedPropertyValueParams) SetCommit(commit string)
SetCommit adds the commit to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetContext ¶
func (o *UpdateCommitHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetHTTPClient ¶
func (o *UpdateCommitHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetPropertyName ¶
func (o *UpdateCommitHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetRepoSlug ¶
func (o *UpdateCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetTimeout ¶
func (o *UpdateCommitHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) SetWorkspace ¶
func (o *UpdateCommitHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithAppKey ¶
func (o *UpdateCommitHostedPropertyValueParams) WithAppKey(appKey string) *UpdateCommitHostedPropertyValueParams
WithAppKey adds the appKey to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithCommit ¶
func (o *UpdateCommitHostedPropertyValueParams) WithCommit(commit string) *UpdateCommitHostedPropertyValueParams
WithCommit adds the commit to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithContext ¶
func (o *UpdateCommitHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateCommitHostedPropertyValueParams
WithContext adds the context to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithHTTPClient ¶
func (o *UpdateCommitHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateCommitHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithPropertyName ¶
func (o *UpdateCommitHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateCommitHostedPropertyValueParams
WithPropertyName adds the propertyName to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithRepoSlug ¶
func (o *UpdateCommitHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdateCommitHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithTimeout ¶
func (o *UpdateCommitHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateCommitHostedPropertyValueParams
WithTimeout adds the timeout to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WithWorkspace ¶
func (o *UpdateCommitHostedPropertyValueParams) WithWorkspace(workspace string) *UpdateCommitHostedPropertyValueParams
WithWorkspace adds the workspace to the update commit hosted property value params
func (*UpdateCommitHostedPropertyValueParams) WriteToRequest ¶
func (o *UpdateCommitHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCommitHostedPropertyValueReader ¶
type UpdateCommitHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
UpdateCommitHostedPropertyValueReader is a Reader for the UpdateCommitHostedPropertyValue structure.
func (*UpdateCommitHostedPropertyValueReader) ReadResponse ¶
func (o *UpdateCommitHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePullRequestHostedPropertyValueNoContent ¶
type UpdatePullRequestHostedPropertyValueNoContent struct {
}
UpdatePullRequestHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewUpdatePullRequestHostedPropertyValueNoContent ¶
func NewUpdatePullRequestHostedPropertyValueNoContent() *UpdatePullRequestHostedPropertyValueNoContent
NewUpdatePullRequestHostedPropertyValueNoContent creates a UpdatePullRequestHostedPropertyValueNoContent with default headers values
func (*UpdatePullRequestHostedPropertyValueNoContent) Error ¶
func (o *UpdatePullRequestHostedPropertyValueNoContent) Error() string
type UpdatePullRequestHostedPropertyValueParams ¶
type UpdatePullRequestHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*PullrequestID
The pull request ID.
*/
PullrequestID string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdatePullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update pull request hosted property value operation typically these are written to a http.Request
func NewUpdatePullRequestHostedPropertyValueParams ¶
func NewUpdatePullRequestHostedPropertyValueParams() *UpdatePullRequestHostedPropertyValueParams
NewUpdatePullRequestHostedPropertyValueParams creates a new UpdatePullRequestHostedPropertyValueParams object with the default values initialized.
func NewUpdatePullRequestHostedPropertyValueParamsWithContext ¶
func NewUpdatePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *UpdatePullRequestHostedPropertyValueParams
NewUpdatePullRequestHostedPropertyValueParamsWithContext creates a new UpdatePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient ¶
func NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdatePullRequestHostedPropertyValueParams
NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient creates a new UpdatePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePullRequestHostedPropertyValueParamsWithTimeout ¶
func NewUpdatePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdatePullRequestHostedPropertyValueParams
NewUpdatePullRequestHostedPropertyValueParamsWithTimeout creates a new UpdatePullRequestHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePullRequestHostedPropertyValueParams) SetAppKey ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetContext ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetHTTPClient ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetPropertyName ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetPullrequestID ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)
SetPullrequestID adds the pullrequestId to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetRepoSlug ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetTimeout ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) SetWorkspace ¶
func (o *UpdatePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithAppKey ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithAppKey(appKey string) *UpdatePullRequestHostedPropertyValueParams
WithAppKey adds the appKey to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithContext ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithContext(ctx context.Context) *UpdatePullRequestHostedPropertyValueParams
WithContext adds the context to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithHTTPClient ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdatePullRequestHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithPropertyName ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdatePullRequestHostedPropertyValueParams
WithPropertyName adds the propertyName to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithPullrequestID ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithPullrequestID(pullrequestID string) *UpdatePullRequestHostedPropertyValueParams
WithPullrequestID adds the pullrequestID to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithRepoSlug ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdatePullRequestHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithTimeout ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdatePullRequestHostedPropertyValueParams
WithTimeout adds the timeout to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WithWorkspace ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WithWorkspace(workspace string) *UpdatePullRequestHostedPropertyValueParams
WithWorkspace adds the workspace to the update pull request hosted property value params
func (*UpdatePullRequestHostedPropertyValueParams) WriteToRequest ¶
func (o *UpdatePullRequestHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePullRequestHostedPropertyValueReader ¶
type UpdatePullRequestHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
UpdatePullRequestHostedPropertyValueReader is a Reader for the UpdatePullRequestHostedPropertyValue structure.
func (*UpdatePullRequestHostedPropertyValueReader) ReadResponse ¶
func (o *UpdatePullRequestHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateRepositoryHostedPropertyValueNoContent ¶
type UpdateRepositoryHostedPropertyValueNoContent struct {
}
UpdateRepositoryHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewUpdateRepositoryHostedPropertyValueNoContent ¶
func NewUpdateRepositoryHostedPropertyValueNoContent() *UpdateRepositoryHostedPropertyValueNoContent
NewUpdateRepositoryHostedPropertyValueNoContent creates a UpdateRepositoryHostedPropertyValueNoContent with default headers values
func (*UpdateRepositoryHostedPropertyValueNoContent) Error ¶
func (o *UpdateRepositoryHostedPropertyValueNoContent) Error() string
type UpdateRepositoryHostedPropertyValueParams ¶
type UpdateRepositoryHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*RepoSlug
The repository.
*/
RepoSlug string
/*Workspace
The repository container; either the workspace slug or the UUID in curly braces.
*/
Workspace string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update repository hosted property value operation typically these are written to a http.Request
func NewUpdateRepositoryHostedPropertyValueParams ¶
func NewUpdateRepositoryHostedPropertyValueParams() *UpdateRepositoryHostedPropertyValueParams
NewUpdateRepositoryHostedPropertyValueParams creates a new UpdateRepositoryHostedPropertyValueParams object with the default values initialized.
func NewUpdateRepositoryHostedPropertyValueParamsWithContext ¶
func NewUpdateRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateRepositoryHostedPropertyValueParams
NewUpdateRepositoryHostedPropertyValueParamsWithContext creates a new UpdateRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient ¶
func NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateRepositoryHostedPropertyValueParams
NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient creates a new UpdateRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateRepositoryHostedPropertyValueParamsWithTimeout ¶
func NewUpdateRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateRepositoryHostedPropertyValueParams
NewUpdateRepositoryHostedPropertyValueParamsWithTimeout creates a new UpdateRepositoryHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateRepositoryHostedPropertyValueParams) SetAppKey ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetContext ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetHTTPClient ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetPropertyName ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetRepoSlug ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)
SetRepoSlug adds the repoSlug to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetTimeout ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) SetWorkspace ¶
func (o *UpdateRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)
SetWorkspace adds the workspace to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithAppKey ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithAppKey(appKey string) *UpdateRepositoryHostedPropertyValueParams
WithAppKey adds the appKey to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithContext ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateRepositoryHostedPropertyValueParams
WithContext adds the context to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithHTTPClient ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateRepositoryHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithPropertyName ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateRepositoryHostedPropertyValueParams
WithPropertyName adds the propertyName to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithRepoSlug ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithRepoSlug(repoSlug string) *UpdateRepositoryHostedPropertyValueParams
WithRepoSlug adds the repoSlug to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithTimeout ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateRepositoryHostedPropertyValueParams
WithTimeout adds the timeout to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WithWorkspace ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WithWorkspace(workspace string) *UpdateRepositoryHostedPropertyValueParams
WithWorkspace adds the workspace to the update repository hosted property value params
func (*UpdateRepositoryHostedPropertyValueParams) WriteToRequest ¶
func (o *UpdateRepositoryHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateRepositoryHostedPropertyValueReader ¶
type UpdateRepositoryHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
UpdateRepositoryHostedPropertyValueReader is a Reader for the UpdateRepositoryHostedPropertyValue structure.
func (*UpdateRepositoryHostedPropertyValueReader) ReadResponse ¶
func (o *UpdateRepositoryHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserHostedPropertyValueNoContent ¶
type UpdateUserHostedPropertyValueNoContent struct {
}
UpdateUserHostedPropertyValueNoContent handles this case with default header values.
An empty response.
func NewUpdateUserHostedPropertyValueNoContent ¶
func NewUpdateUserHostedPropertyValueNoContent() *UpdateUserHostedPropertyValueNoContent
NewUpdateUserHostedPropertyValueNoContent creates a UpdateUserHostedPropertyValueNoContent with default headers values
func (*UpdateUserHostedPropertyValueNoContent) Error ¶
func (o *UpdateUserHostedPropertyValueNoContent) Error() string
type UpdateUserHostedPropertyValueParams ¶
type UpdateUserHostedPropertyValueParams struct {
/*AppKey
The key of the Connect app.
*/
AppKey string
/*PropertyName
The name of the property.
*/
PropertyName string
/*SelectedUser
Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.
*/
SelectedUser string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update user hosted property value operation typically these are written to a http.Request
func NewUpdateUserHostedPropertyValueParams ¶
func NewUpdateUserHostedPropertyValueParams() *UpdateUserHostedPropertyValueParams
NewUpdateUserHostedPropertyValueParams creates a new UpdateUserHostedPropertyValueParams object with the default values initialized.
func NewUpdateUserHostedPropertyValueParamsWithContext ¶
func NewUpdateUserHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateUserHostedPropertyValueParams
NewUpdateUserHostedPropertyValueParamsWithContext creates a new UpdateUserHostedPropertyValueParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateUserHostedPropertyValueParamsWithHTTPClient ¶
func NewUpdateUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateUserHostedPropertyValueParams
NewUpdateUserHostedPropertyValueParamsWithHTTPClient creates a new UpdateUserHostedPropertyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateUserHostedPropertyValueParamsWithTimeout ¶
func NewUpdateUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateUserHostedPropertyValueParams
NewUpdateUserHostedPropertyValueParamsWithTimeout creates a new UpdateUserHostedPropertyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateUserHostedPropertyValueParams) SetAppKey ¶
func (o *UpdateUserHostedPropertyValueParams) SetAppKey(appKey string)
SetAppKey adds the appKey to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) SetContext ¶
func (o *UpdateUserHostedPropertyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) SetHTTPClient ¶
func (o *UpdateUserHostedPropertyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) SetPropertyName ¶
func (o *UpdateUserHostedPropertyValueParams) SetPropertyName(propertyName string)
SetPropertyName adds the propertyName to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) SetSelectedUser ¶
func (o *UpdateUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)
SetSelectedUser adds the selectedUser to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) SetTimeout ¶
func (o *UpdateUserHostedPropertyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithAppKey ¶
func (o *UpdateUserHostedPropertyValueParams) WithAppKey(appKey string) *UpdateUserHostedPropertyValueParams
WithAppKey adds the appKey to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithContext ¶
func (o *UpdateUserHostedPropertyValueParams) WithContext(ctx context.Context) *UpdateUserHostedPropertyValueParams
WithContext adds the context to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithHTTPClient ¶
func (o *UpdateUserHostedPropertyValueParams) WithHTTPClient(client *http.Client) *UpdateUserHostedPropertyValueParams
WithHTTPClient adds the HTTPClient to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithPropertyName ¶
func (o *UpdateUserHostedPropertyValueParams) WithPropertyName(propertyName string) *UpdateUserHostedPropertyValueParams
WithPropertyName adds the propertyName to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithSelectedUser ¶
func (o *UpdateUserHostedPropertyValueParams) WithSelectedUser(selectedUser string) *UpdateUserHostedPropertyValueParams
WithSelectedUser adds the selectedUser to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WithTimeout ¶
func (o *UpdateUserHostedPropertyValueParams) WithTimeout(timeout time.Duration) *UpdateUserHostedPropertyValueParams
WithTimeout adds the timeout to the update user hosted property value params
func (*UpdateUserHostedPropertyValueParams) WriteToRequest ¶
func (o *UpdateUserHostedPropertyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserHostedPropertyValueReader ¶
type UpdateUserHostedPropertyValueReader struct {
// contains filtered or unexported fields
}
UpdateUserHostedPropertyValueReader is a Reader for the UpdateUserHostedPropertyValue structure.
func (*UpdateUserHostedPropertyValueReader) ReadResponse ¶
func (o *UpdateUserHostedPropertyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- delete_commit_hosted_property_value_parameters.go
- delete_commit_hosted_property_value_responses.go
- delete_pull_request_hosted_property_value_parameters.go
- delete_pull_request_hosted_property_value_responses.go
- delete_repository_hosted_property_value_parameters.go
- delete_repository_hosted_property_value_responses.go
- delete_user_hosted_property_value_parameters.go
- delete_user_hosted_property_value_responses.go
- get_commit_hosted_property_value_parameters.go
- get_commit_hosted_property_value_responses.go
- get_pull_request_hosted_property_value_parameters.go
- get_pull_request_hosted_property_value_responses.go
- get_repository_hosted_property_value_parameters.go
- get_repository_hosted_property_value_responses.go
- properties_client.go
- retrieve_user_hosted_property_value_parameters.go
- retrieve_user_hosted_property_value_responses.go
- update_commit_hosted_property_value_parameters.go
- update_commit_hosted_property_value_responses.go
- update_pull_request_hosted_property_value_parameters.go
- update_pull_request_hosted_property_value_responses.go
- update_repository_hosted_property_value_parameters.go
- update_repository_hosted_property_value_responses.go
- update_user_hosted_property_value_parameters.go
- update_user_hosted_property_value_responses.go