issue_group_of_project_version_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for issue group of project version controller API

func (*Client) ListIssueGroupOfProjectVersion

func (a *Client) ListIssueGroupOfProjectVersion(params *ListIssueGroupOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueGroupOfProjectVersionOK, error)

ListIssueGroupOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueGroupOfProjectVersion(params *ListIssueGroupOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueGroupOfProjectVersionOK, 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 issue group of project version controller API client.

type ListIssueGroupOfProjectVersionBadRequest

type ListIssueGroupOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIssueGroupOfProjectVersionBadRequest

func NewListIssueGroupOfProjectVersionBadRequest() *ListIssueGroupOfProjectVersionBadRequest

NewListIssueGroupOfProjectVersionBadRequest creates a ListIssueGroupOfProjectVersionBadRequest with default headers values

func (*ListIssueGroupOfProjectVersionBadRequest) Error

func (*ListIssueGroupOfProjectVersionBadRequest) GetPayload

type ListIssueGroupOfProjectVersionConflict

type ListIssueGroupOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIssueGroupOfProjectVersionConflict

func NewListIssueGroupOfProjectVersionConflict() *ListIssueGroupOfProjectVersionConflict

NewListIssueGroupOfProjectVersionConflict creates a ListIssueGroupOfProjectVersionConflict with default headers values

func (*ListIssueGroupOfProjectVersionConflict) Error

func (*ListIssueGroupOfProjectVersionConflict) GetPayload

type ListIssueGroupOfProjectVersionForbidden

type ListIssueGroupOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIssueGroupOfProjectVersionForbidden

func NewListIssueGroupOfProjectVersionForbidden() *ListIssueGroupOfProjectVersionForbidden

NewListIssueGroupOfProjectVersionForbidden creates a ListIssueGroupOfProjectVersionForbidden with default headers values

func (*ListIssueGroupOfProjectVersionForbidden) Error

func (*ListIssueGroupOfProjectVersionForbidden) GetPayload

type ListIssueGroupOfProjectVersionInternalServerError

type ListIssueGroupOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueGroupOfProjectVersionInternalServerError

func NewListIssueGroupOfProjectVersionInternalServerError() *ListIssueGroupOfProjectVersionInternalServerError

NewListIssueGroupOfProjectVersionInternalServerError creates a ListIssueGroupOfProjectVersionInternalServerError with default headers values

func (*ListIssueGroupOfProjectVersionInternalServerError) Error

func (*ListIssueGroupOfProjectVersionInternalServerError) GetPayload

type ListIssueGroupOfProjectVersionNotFound

type ListIssueGroupOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIssueGroupOfProjectVersionNotFound

func NewListIssueGroupOfProjectVersionNotFound() *ListIssueGroupOfProjectVersionNotFound

NewListIssueGroupOfProjectVersionNotFound creates a ListIssueGroupOfProjectVersionNotFound with default headers values

func (*ListIssueGroupOfProjectVersionNotFound) Error

func (*ListIssueGroupOfProjectVersionNotFound) GetPayload

type ListIssueGroupOfProjectVersionOK

type ListIssueGroupOfProjectVersionOK struct {
	Payload *models.APIResultListProjectVersionIssueGroup
}

ListIssueGroupOfProjectVersionOK handles this case with default header values.

OK

func NewListIssueGroupOfProjectVersionOK

func NewListIssueGroupOfProjectVersionOK() *ListIssueGroupOfProjectVersionOK

NewListIssueGroupOfProjectVersionOK creates a ListIssueGroupOfProjectVersionOK with default headers values

func (*ListIssueGroupOfProjectVersionOK) Error

func (*ListIssueGroupOfProjectVersionOK) GetPayload

type ListIssueGroupOfProjectVersionParams

type ListIssueGroupOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Filter
	  filter

	*/
	Filter *string
	/*Filterset
	  Filter set to use

	*/
	Filterset *string
	/*Groupingtype
	  groupingtype

	*/
	Groupingtype *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Q
	  An issue query expression, must be used together with the 'qm' parameter

	*/
	Q *string
	/*Qm
	  Syntax mode for the 'q' parameter, mandatory if the 'q' parameter is used

	*/
	Qm *string
	/*Showhidden
	  If 'true', include hidden issues in search results. If 'false', exclude hidden issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showhidden *bool
	/*Showremoved
	  If 'true', include removed issues in search results. If 'false', exclude removed issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showremoved *bool
	/*Showshortfilenames
	  If 'true', only short file names will be displayed in issues list.

	*/
	Showshortfilenames *bool
	/*Showsuppressed
	  If 'true', include suppressed issues in search results. If 'false', exclude suppressed issues from search results. If no options are set, use application version profile settings to get value of this option.

	*/
	Showsuppressed *bool
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListIssueGroupOfProjectVersionParams contains all the parameters to send to the API endpoint for the list issue group of project version operation typically these are written to a http.Request

func NewListIssueGroupOfProjectVersionParams

func NewListIssueGroupOfProjectVersionParams() *ListIssueGroupOfProjectVersionParams

NewListIssueGroupOfProjectVersionParams creates a new ListIssueGroupOfProjectVersionParams object with the default values initialized.

func NewListIssueGroupOfProjectVersionParamsWithContext

func NewListIssueGroupOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueGroupOfProjectVersionParams

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

func NewListIssueGroupOfProjectVersionParamsWithHTTPClient

func NewListIssueGroupOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueGroupOfProjectVersionParams

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

func NewListIssueGroupOfProjectVersionParamsWithTimeout

func NewListIssueGroupOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueGroupOfProjectVersionParams

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

func (*ListIssueGroupOfProjectVersionParams) SetContext

SetContext adds the context to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetFilter

func (o *ListIssueGroupOfProjectVersionParams) SetFilter(filter *string)

SetFilter adds the filter to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetFilterset

func (o *ListIssueGroupOfProjectVersionParams) SetFilterset(filterset *string)

SetFilterset adds the filterset to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetGroupingtype

func (o *ListIssueGroupOfProjectVersionParams) SetGroupingtype(groupingtype *string)

SetGroupingtype adds the groupingtype to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetLimit

func (o *ListIssueGroupOfProjectVersionParams) SetLimit(limit *int32)

SetLimit adds the limit to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetParentID

func (o *ListIssueGroupOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetQ

SetQ adds the q to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetQm

SetQm adds the qm to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetShowhidden

func (o *ListIssueGroupOfProjectVersionParams) SetShowhidden(showhidden *bool)

SetShowhidden adds the showhidden to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetShowremoved

func (o *ListIssueGroupOfProjectVersionParams) SetShowremoved(showremoved *bool)

SetShowremoved adds the showremoved to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetShowshortfilenames

func (o *ListIssueGroupOfProjectVersionParams) SetShowshortfilenames(showshortfilenames *bool)

SetShowshortfilenames adds the showshortfilenames to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetShowsuppressed

func (o *ListIssueGroupOfProjectVersionParams) SetShowsuppressed(showsuppressed *bool)

SetShowsuppressed adds the showsuppressed to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetStart

func (o *ListIssueGroupOfProjectVersionParams) SetStart(start *int32)

SetStart adds the start to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithContext

WithContext adds the context to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithFields

WithFields adds the fields to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithFilter

WithFilter adds the filter to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithFilterset

WithFilterset adds the filterset to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithGroupingtype

WithGroupingtype adds the groupingtype to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithQ

WithQ adds the q to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithQm

WithQm adds the qm to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithShowhidden

WithShowhidden adds the showhidden to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithShowremoved

WithShowremoved adds the showremoved to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithShowshortfilenames

func (o *ListIssueGroupOfProjectVersionParams) WithShowshortfilenames(showshortfilenames *bool) *ListIssueGroupOfProjectVersionParams

WithShowshortfilenames adds the showshortfilenames to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithShowsuppressed

func (o *ListIssueGroupOfProjectVersionParams) WithShowsuppressed(showsuppressed *bool) *ListIssueGroupOfProjectVersionParams

WithShowsuppressed adds the showsuppressed to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithStart

WithStart adds the start to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list issue group of project version params

func (*ListIssueGroupOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueGroupOfProjectVersionReader

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

ListIssueGroupOfProjectVersionReader is a Reader for the ListIssueGroupOfProjectVersion structure.

func (*ListIssueGroupOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueGroupOfProjectVersionUnauthorized

type ListIssueGroupOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIssueGroupOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueGroupOfProjectVersionUnauthorized

func NewListIssueGroupOfProjectVersionUnauthorized() *ListIssueGroupOfProjectVersionUnauthorized

NewListIssueGroupOfProjectVersionUnauthorized creates a ListIssueGroupOfProjectVersionUnauthorized with default headers values

func (*ListIssueGroupOfProjectVersionUnauthorized) Error

func (*ListIssueGroupOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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