issue_summary_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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for issue summary of project version controller API

func (*Client) ListIssueSummaryOfProjectVersion

ListIssueSummaryOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueSummaryOfProjectVersion(params *ListIssueSummaryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueSummaryOfProjectVersionOK, 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 summary of project version controller API client.

type ListIssueSummaryOfProjectVersionBadRequest

type ListIssueSummaryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIssueSummaryOfProjectVersionBadRequest

func NewListIssueSummaryOfProjectVersionBadRequest() *ListIssueSummaryOfProjectVersionBadRequest

NewListIssueSummaryOfProjectVersionBadRequest creates a ListIssueSummaryOfProjectVersionBadRequest with default headers values

func (*ListIssueSummaryOfProjectVersionBadRequest) Error

func (*ListIssueSummaryOfProjectVersionBadRequest) GetPayload

type ListIssueSummaryOfProjectVersionConflict

type ListIssueSummaryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIssueSummaryOfProjectVersionConflict

func NewListIssueSummaryOfProjectVersionConflict() *ListIssueSummaryOfProjectVersionConflict

NewListIssueSummaryOfProjectVersionConflict creates a ListIssueSummaryOfProjectVersionConflict with default headers values

func (*ListIssueSummaryOfProjectVersionConflict) Error

func (*ListIssueSummaryOfProjectVersionConflict) GetPayload

type ListIssueSummaryOfProjectVersionForbidden

type ListIssueSummaryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIssueSummaryOfProjectVersionForbidden

func NewListIssueSummaryOfProjectVersionForbidden() *ListIssueSummaryOfProjectVersionForbidden

NewListIssueSummaryOfProjectVersionForbidden creates a ListIssueSummaryOfProjectVersionForbidden with default headers values

func (*ListIssueSummaryOfProjectVersionForbidden) Error

func (*ListIssueSummaryOfProjectVersionForbidden) GetPayload

type ListIssueSummaryOfProjectVersionInternalServerError

type ListIssueSummaryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueSummaryOfProjectVersionInternalServerError

func NewListIssueSummaryOfProjectVersionInternalServerError() *ListIssueSummaryOfProjectVersionInternalServerError

NewListIssueSummaryOfProjectVersionInternalServerError creates a ListIssueSummaryOfProjectVersionInternalServerError with default headers values

func (*ListIssueSummaryOfProjectVersionInternalServerError) Error

func (*ListIssueSummaryOfProjectVersionInternalServerError) GetPayload

type ListIssueSummaryOfProjectVersionNotFound

type ListIssueSummaryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIssueSummaryOfProjectVersionNotFound

func NewListIssueSummaryOfProjectVersionNotFound() *ListIssueSummaryOfProjectVersionNotFound

NewListIssueSummaryOfProjectVersionNotFound creates a ListIssueSummaryOfProjectVersionNotFound with default headers values

func (*ListIssueSummaryOfProjectVersionNotFound) Error

func (*ListIssueSummaryOfProjectVersionNotFound) GetPayload

type ListIssueSummaryOfProjectVersionOK

type ListIssueSummaryOfProjectVersionOK struct {
	Payload *models.APIResultListIssueSummary
}

ListIssueSummaryOfProjectVersionOK handles this case with default header values.

OK

func NewListIssueSummaryOfProjectVersionOK

func NewListIssueSummaryOfProjectVersionOK() *ListIssueSummaryOfProjectVersionOK

NewListIssueSummaryOfProjectVersionOK creates a ListIssueSummaryOfProjectVersionOK with default headers values

func (*ListIssueSummaryOfProjectVersionOK) Error

func (*ListIssueSummaryOfProjectVersionOK) GetPayload

type ListIssueSummaryOfProjectVersionParams

type ListIssueSummaryOfProjectVersionParams struct {

	/*Audited
	  audited

	*/
	Audited *string
	/*Filter
	  filter

	*/
	Filter *string
	/*Groupaxistype
	  List of allowed patterns: APP_NAME, SCAN_DATE, SCAN_PRODUCT, ISSUE_FOLDER, ISSUE_CATEGORY, ISSUE_KINGDOM, ISSUE_FILENAME, ISSUE_FRIORITY, ISSUE_AUDITED, ISSUE_PACKAGE_NAME, ISSUE_CLASS_NAME, ISSUE_FUNCTION_NAME, ISSUE_MAPPED_CATEGORY, FOLDER_FOLDER, ISSUE_{name of issue attribute}, EXTERNALLIST_{external category name}, CUSTOMTAG_{custom tag name}.

	*/
	Groupaxistype string
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Seriestype
	  seriestype

	*/
	Seriestype string
	/*Showhidden
	  showhidden

	*/
	Showhidden *bool
	/*Showremoved
	  showremoved

	*/
	Showremoved *bool
	/*Showsuppressed
	  showsuppressed

	*/
	Showsuppressed *bool

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

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

func NewListIssueSummaryOfProjectVersionParams

func NewListIssueSummaryOfProjectVersionParams() *ListIssueSummaryOfProjectVersionParams

NewListIssueSummaryOfProjectVersionParams creates a new ListIssueSummaryOfProjectVersionParams object with the default values initialized.

func NewListIssueSummaryOfProjectVersionParamsWithContext

func NewListIssueSummaryOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueSummaryOfProjectVersionParams

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

func NewListIssueSummaryOfProjectVersionParamsWithHTTPClient

func NewListIssueSummaryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueSummaryOfProjectVersionParams

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

func NewListIssueSummaryOfProjectVersionParamsWithTimeout

func NewListIssueSummaryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueSummaryOfProjectVersionParams

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

func (*ListIssueSummaryOfProjectVersionParams) SetAudited

func (o *ListIssueSummaryOfProjectVersionParams) SetAudited(audited *string)

SetAudited adds the audited to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) SetContext

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

func (*ListIssueSummaryOfProjectVersionParams) SetFilter

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

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

func (*ListIssueSummaryOfProjectVersionParams) SetGroupaxistype

func (o *ListIssueSummaryOfProjectVersionParams) SetGroupaxistype(groupaxistype string)

SetGroupaxistype adds the groupaxistype to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) SetHTTPClient

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

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

func (*ListIssueSummaryOfProjectVersionParams) SetParentID

func (o *ListIssueSummaryOfProjectVersionParams) SetParentID(parentID int64)

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

func (*ListIssueSummaryOfProjectVersionParams) SetSeriestype

func (o *ListIssueSummaryOfProjectVersionParams) SetSeriestype(seriestype string)

SetSeriestype adds the seriestype to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) SetShowhidden

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

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

func (*ListIssueSummaryOfProjectVersionParams) SetShowremoved

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

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

func (*ListIssueSummaryOfProjectVersionParams) SetShowsuppressed

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

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

func (*ListIssueSummaryOfProjectVersionParams) SetTimeout

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

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

func (*ListIssueSummaryOfProjectVersionParams) WithAudited

WithAudited adds the audited to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) WithContext

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

func (*ListIssueSummaryOfProjectVersionParams) WithFilter

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

func (*ListIssueSummaryOfProjectVersionParams) WithGroupaxistype

WithGroupaxistype adds the groupaxistype to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) WithHTTPClient

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

func (*ListIssueSummaryOfProjectVersionParams) WithParentID

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

func (*ListIssueSummaryOfProjectVersionParams) WithSeriestype

WithSeriestype adds the seriestype to the list issue summary of project version params

func (*ListIssueSummaryOfProjectVersionParams) WithShowhidden

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

func (*ListIssueSummaryOfProjectVersionParams) WithShowremoved

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

func (*ListIssueSummaryOfProjectVersionParams) WithShowsuppressed

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

func (*ListIssueSummaryOfProjectVersionParams) WithTimeout

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

func (*ListIssueSummaryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueSummaryOfProjectVersionReader

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

ListIssueSummaryOfProjectVersionReader is a Reader for the ListIssueSummaryOfProjectVersion structure.

func (*ListIssueSummaryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueSummaryOfProjectVersionUnauthorized

type ListIssueSummaryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIssueSummaryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueSummaryOfProjectVersionUnauthorized

func NewListIssueSummaryOfProjectVersionUnauthorized() *ListIssueSummaryOfProjectVersionUnauthorized

NewListIssueSummaryOfProjectVersionUnauthorized creates a ListIssueSummaryOfProjectVersionUnauthorized with default headers values

func (*ListIssueSummaryOfProjectVersionUnauthorized) Error

func (*ListIssueSummaryOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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