issue_aging_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 aging controller API

func (*Client) ListIssueAging

func (a *Client) ListIssueAging(params *ListIssueAgingParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAgingOK, error)

ListIssueAging lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueAging(params *ListIssueAgingParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAgingOK, 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 aging controller API client.

type ListIssueAgingBadRequest

type ListIssueAgingBadRequest struct {
	Payload *models.APIResult
}

ListIssueAgingBadRequest handles this case with default header values.

Bad Request

func NewListIssueAgingBadRequest

func NewListIssueAgingBadRequest() *ListIssueAgingBadRequest

NewListIssueAgingBadRequest creates a ListIssueAgingBadRequest with default headers values

func (*ListIssueAgingBadRequest) Error

func (o *ListIssueAgingBadRequest) Error() string

func (*ListIssueAgingBadRequest) GetPayload

func (o *ListIssueAgingBadRequest) GetPayload() *models.APIResult

type ListIssueAgingConflict

type ListIssueAgingConflict struct {
	Payload *models.APIResult
}

ListIssueAgingConflict handles this case with default header values.

Conflict

func NewListIssueAgingConflict

func NewListIssueAgingConflict() *ListIssueAgingConflict

NewListIssueAgingConflict creates a ListIssueAgingConflict with default headers values

func (*ListIssueAgingConflict) Error

func (o *ListIssueAgingConflict) Error() string

func (*ListIssueAgingConflict) GetPayload

func (o *ListIssueAgingConflict) GetPayload() *models.APIResult

type ListIssueAgingForbidden

type ListIssueAgingForbidden struct {
	Payload *models.APIResult
}

ListIssueAgingForbidden handles this case with default header values.

Forbidden

func NewListIssueAgingForbidden

func NewListIssueAgingForbidden() *ListIssueAgingForbidden

NewListIssueAgingForbidden creates a ListIssueAgingForbidden with default headers values

func (*ListIssueAgingForbidden) Error

func (o *ListIssueAgingForbidden) Error() string

func (*ListIssueAgingForbidden) GetPayload

func (o *ListIssueAgingForbidden) GetPayload() *models.APIResult

type ListIssueAgingInternalServerError

type ListIssueAgingInternalServerError struct {
	Payload *models.APIResult
}

ListIssueAgingInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueAgingInternalServerError

func NewListIssueAgingInternalServerError() *ListIssueAgingInternalServerError

NewListIssueAgingInternalServerError creates a ListIssueAgingInternalServerError with default headers values

func (*ListIssueAgingInternalServerError) Error

func (*ListIssueAgingInternalServerError) GetPayload

type ListIssueAgingNotFound

type ListIssueAgingNotFound struct {
	Payload *models.APIResult
}

ListIssueAgingNotFound handles this case with default header values.

Not Found

func NewListIssueAgingNotFound

func NewListIssueAgingNotFound() *ListIssueAgingNotFound

NewListIssueAgingNotFound creates a ListIssueAgingNotFound with default headers values

func (*ListIssueAgingNotFound) Error

func (o *ListIssueAgingNotFound) Error() string

func (*ListIssueAgingNotFound) GetPayload

func (o *ListIssueAgingNotFound) GetPayload() *models.APIResult

type ListIssueAgingOK

type ListIssueAgingOK struct {
	Payload *models.APIResultListIssueAgingDto
}

ListIssueAgingOK handles this case with default header values.

OK

func NewListIssueAgingOK

func NewListIssueAgingOK() *ListIssueAgingOK

NewListIssueAgingOK creates a ListIssueAgingOK with default headers values

func (*ListIssueAgingOK) Error

func (o *ListIssueAgingOK) Error() string

func (*ListIssueAgingOK) GetPayload

type ListIssueAgingParams

type ListIssueAgingParams struct {

	/*Aggregateby
	  aggregateby

	*/
	Aggregateby *string
	/*AverageDaysToRemediate
	  averageDaysToRemediate

	*/
	AverageDaysToRemediate *string
	/*AverageDaysToReview
	  averageDaysToReview

	*/
	AverageDaysToReview *string
	/*BugDensity
	  bugDensity

	*/
	BugDensity *string
	/*Fields
	  Output fields

	*/
	Fields *string
	/*FilesScanned
	  filesScanned

	*/
	FilesScanned *string
	/*Filterby
	  filterby

	*/
	Filterby *string
	/*Groupguid
	  groupguid

	*/
	Groupguid *string
	/*Groupvalue
	  groupvalue

	*/
	Groupvalue *string
	/*IssuesPendingReview
	  issuesPendingReview

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

	*/
	Limit *int32
	/*LinesOfCode
	  linesOfCode

	*/
	LinesOfCode *string
	/*Name
	  name

	*/
	Name *string
	/*NumberOfApplicationVersions
	  numberOfApplicationVersions

	*/
	NumberOfApplicationVersions *string
	/*OpenIssues
	  openIssues

	*/
	OpenIssues *string
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListIssueAgingParams contains all the parameters to send to the API endpoint for the list issue aging operation typically these are written to a http.Request

func NewListIssueAgingParams

func NewListIssueAgingParams() *ListIssueAgingParams

NewListIssueAgingParams creates a new ListIssueAgingParams object with the default values initialized.

func NewListIssueAgingParamsWithContext

func NewListIssueAgingParamsWithContext(ctx context.Context) *ListIssueAgingParams

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

func NewListIssueAgingParamsWithHTTPClient

func NewListIssueAgingParamsWithHTTPClient(client *http.Client) *ListIssueAgingParams

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

func NewListIssueAgingParamsWithTimeout

func NewListIssueAgingParamsWithTimeout(timeout time.Duration) *ListIssueAgingParams

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

func (*ListIssueAgingParams) SetAggregateby

func (o *ListIssueAgingParams) SetAggregateby(aggregateby *string)

SetAggregateby adds the aggregateby to the list issue aging params

func (*ListIssueAgingParams) SetAverageDaysToRemediate

func (o *ListIssueAgingParams) SetAverageDaysToRemediate(averageDaysToRemediate *string)

SetAverageDaysToRemediate adds the averageDaysToRemediate to the list issue aging params

func (*ListIssueAgingParams) SetAverageDaysToReview

func (o *ListIssueAgingParams) SetAverageDaysToReview(averageDaysToReview *string)

SetAverageDaysToReview adds the averageDaysToReview to the list issue aging params

func (*ListIssueAgingParams) SetBugDensity

func (o *ListIssueAgingParams) SetBugDensity(bugDensity *string)

SetBugDensity adds the bugDensity to the list issue aging params

func (*ListIssueAgingParams) SetContext

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

SetContext adds the context to the list issue aging params

func (*ListIssueAgingParams) SetFields

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

SetFields adds the fields to the list issue aging params

func (*ListIssueAgingParams) SetFilesScanned

func (o *ListIssueAgingParams) SetFilesScanned(filesScanned *string)

SetFilesScanned adds the filesScanned to the list issue aging params

func (*ListIssueAgingParams) SetFilterby

func (o *ListIssueAgingParams) SetFilterby(filterby *string)

SetFilterby adds the filterby to the list issue aging params

func (*ListIssueAgingParams) SetGroupguid

func (o *ListIssueAgingParams) SetGroupguid(groupguid *string)

SetGroupguid adds the groupguid to the list issue aging params

func (*ListIssueAgingParams) SetGroupvalue

func (o *ListIssueAgingParams) SetGroupvalue(groupvalue *string)

SetGroupvalue adds the groupvalue to the list issue aging params

func (*ListIssueAgingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue aging params

func (*ListIssueAgingParams) SetIssuesPendingReview

func (o *ListIssueAgingParams) SetIssuesPendingReview(issuesPendingReview *string)

SetIssuesPendingReview adds the issuesPendingReview to the list issue aging params

func (*ListIssueAgingParams) SetLimit

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

SetLimit adds the limit to the list issue aging params

func (*ListIssueAgingParams) SetLinesOfCode

func (o *ListIssueAgingParams) SetLinesOfCode(linesOfCode *string)

SetLinesOfCode adds the linesOfCode to the list issue aging params

func (*ListIssueAgingParams) SetName

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

SetName adds the name to the list issue aging params

func (*ListIssueAgingParams) SetNumberOfApplicationVersions

func (o *ListIssueAgingParams) SetNumberOfApplicationVersions(numberOfApplicationVersions *string)

SetNumberOfApplicationVersions adds the numberOfApplicationVersions to the list issue aging params

func (*ListIssueAgingParams) SetOpenIssues

func (o *ListIssueAgingParams) SetOpenIssues(openIssues *string)

SetOpenIssues adds the openIssues to the list issue aging params

func (*ListIssueAgingParams) SetOrderby

func (o *ListIssueAgingParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list issue aging params

func (*ListIssueAgingParams) SetStart

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

SetStart adds the start to the list issue aging params

func (*ListIssueAgingParams) SetTimeout

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

SetTimeout adds the timeout to the list issue aging params

func (*ListIssueAgingParams) WithAggregateby

func (o *ListIssueAgingParams) WithAggregateby(aggregateby *string) *ListIssueAgingParams

WithAggregateby adds the aggregateby to the list issue aging params

func (*ListIssueAgingParams) WithAverageDaysToRemediate

func (o *ListIssueAgingParams) WithAverageDaysToRemediate(averageDaysToRemediate *string) *ListIssueAgingParams

WithAverageDaysToRemediate adds the averageDaysToRemediate to the list issue aging params

func (*ListIssueAgingParams) WithAverageDaysToReview

func (o *ListIssueAgingParams) WithAverageDaysToReview(averageDaysToReview *string) *ListIssueAgingParams

WithAverageDaysToReview adds the averageDaysToReview to the list issue aging params

func (*ListIssueAgingParams) WithBugDensity

func (o *ListIssueAgingParams) WithBugDensity(bugDensity *string) *ListIssueAgingParams

WithBugDensity adds the bugDensity to the list issue aging params

func (*ListIssueAgingParams) WithContext

WithContext adds the context to the list issue aging params

func (*ListIssueAgingParams) WithFields

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

WithFields adds the fields to the list issue aging params

func (*ListIssueAgingParams) WithFilesScanned

func (o *ListIssueAgingParams) WithFilesScanned(filesScanned *string) *ListIssueAgingParams

WithFilesScanned adds the filesScanned to the list issue aging params

func (*ListIssueAgingParams) WithFilterby

func (o *ListIssueAgingParams) WithFilterby(filterby *string) *ListIssueAgingParams

WithFilterby adds the filterby to the list issue aging params

func (*ListIssueAgingParams) WithGroupguid

func (o *ListIssueAgingParams) WithGroupguid(groupguid *string) *ListIssueAgingParams

WithGroupguid adds the groupguid to the list issue aging params

func (*ListIssueAgingParams) WithGroupvalue

func (o *ListIssueAgingParams) WithGroupvalue(groupvalue *string) *ListIssueAgingParams

WithGroupvalue adds the groupvalue to the list issue aging params

func (*ListIssueAgingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list issue aging params

func (*ListIssueAgingParams) WithIssuesPendingReview

func (o *ListIssueAgingParams) WithIssuesPendingReview(issuesPendingReview *string) *ListIssueAgingParams

WithIssuesPendingReview adds the issuesPendingReview to the list issue aging params

func (*ListIssueAgingParams) WithLimit

func (o *ListIssueAgingParams) WithLimit(limit *int32) *ListIssueAgingParams

WithLimit adds the limit to the list issue aging params

func (*ListIssueAgingParams) WithLinesOfCode

func (o *ListIssueAgingParams) WithLinesOfCode(linesOfCode *string) *ListIssueAgingParams

WithLinesOfCode adds the linesOfCode to the list issue aging params

func (*ListIssueAgingParams) WithName

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

WithName adds the name to the list issue aging params

func (*ListIssueAgingParams) WithNumberOfApplicationVersions

func (o *ListIssueAgingParams) WithNumberOfApplicationVersions(numberOfApplicationVersions *string) *ListIssueAgingParams

WithNumberOfApplicationVersions adds the numberOfApplicationVersions to the list issue aging params

func (*ListIssueAgingParams) WithOpenIssues

func (o *ListIssueAgingParams) WithOpenIssues(openIssues *string) *ListIssueAgingParams

WithOpenIssues adds the openIssues to the list issue aging params

func (*ListIssueAgingParams) WithOrderby

func (o *ListIssueAgingParams) WithOrderby(orderby *string) *ListIssueAgingParams

WithOrderby adds the orderby to the list issue aging params

func (*ListIssueAgingParams) WithStart

func (o *ListIssueAgingParams) WithStart(start *int32) *ListIssueAgingParams

WithStart adds the start to the list issue aging params

func (*ListIssueAgingParams) WithTimeout

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

WithTimeout adds the timeout to the list issue aging params

func (*ListIssueAgingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListIssueAgingReader

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

ListIssueAgingReader is a Reader for the ListIssueAging structure.

func (*ListIssueAgingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueAgingUnauthorized

type ListIssueAgingUnauthorized struct {
	Payload *models.APIResult
}

ListIssueAgingUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueAgingUnauthorized

func NewListIssueAgingUnauthorized() *ListIssueAgingUnauthorized

NewListIssueAgingUnauthorized creates a ListIssueAgingUnauthorized with default headers values

func (*ListIssueAgingUnauthorized) Error

func (*ListIssueAgingUnauthorized) GetPayload

func (o *ListIssueAgingUnauthorized) GetPayload() *models.APIResult

Jump to

Keyboard shortcuts

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