test_suite_results

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.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 test suite results API

func (*Client) GetTestSuiteResultUsingGET

func (a *Client) GetTestSuiteResultUsingGET(params *GetTestSuiteResultUsingGETParams) (*GetTestSuiteResultUsingGETOK, error)

GetTestSuiteResultUsingGET retrieves test suite result

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetTestSuiteResultUsingGET(params *GetTestSuiteResultUsingGETParams) (*GetTestSuiteResultUsingGETOK, 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 test suite results API client.

type GetTestSuiteResultUsingGETForbidden

type GetTestSuiteResultUsingGETForbidden struct {
}

GetTestSuiteResultUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetTestSuiteResultUsingGETForbidden

func NewGetTestSuiteResultUsingGETForbidden() *GetTestSuiteResultUsingGETForbidden

NewGetTestSuiteResultUsingGETForbidden creates a GetTestSuiteResultUsingGETForbidden with default headers values

func (*GetTestSuiteResultUsingGETForbidden) Error

type GetTestSuiteResultUsingGETNotFound

type GetTestSuiteResultUsingGETNotFound struct {
}

GetTestSuiteResultUsingGETNotFound handles this case with default header values.

Not Found

func NewGetTestSuiteResultUsingGETNotFound

func NewGetTestSuiteResultUsingGETNotFound() *GetTestSuiteResultUsingGETNotFound

NewGetTestSuiteResultUsingGETNotFound creates a GetTestSuiteResultUsingGETNotFound with default headers values

func (*GetTestSuiteResultUsingGETNotFound) Error

type GetTestSuiteResultUsingGETOK

type GetTestSuiteResultUsingGETOK struct {
	Payload *models.PagedResultDtoTestSuiteResultDto
}

GetTestSuiteResultUsingGETOK handles this case with default header values.

OK

func NewGetTestSuiteResultUsingGETOK

func NewGetTestSuiteResultUsingGETOK() *GetTestSuiteResultUsingGETOK

NewGetTestSuiteResultUsingGETOK creates a GetTestSuiteResultUsingGETOK with default headers values

func (*GetTestSuiteResultUsingGETOK) Error

func (*GetTestSuiteResultUsingGETOK) GetPayload

type GetTestSuiteResultUsingGETParams

type GetTestSuiteResultUsingGETParams struct {

	/*ApplicationID
	  applicationId

	*/
	ApplicationID int64
	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*Embed
	  embed

	*/
	Embed []string
	/*EndpointID
	  endpointId

	*/
	EndpointID *int64
	/*Environment
	  environmentId

	*/
	Environment *int64
	/*Filter
	  filter

	*/
	Filter *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32
	/*PluginID
	  pluginId

	*/
	PluginID *int64
	/*SortDirection
	  sortDirection

	*/
	SortDirection *string
	/*SortField
	  sortField

	*/
	SortField *string
	/*Tag
	  tags

	*/
	Tag *string
	/*TestCaseResultStatus
	  testCaseStatuses

	*/
	TestCaseResultStatus []string
	/*TestSuiteExecutionID
	  testSuiteResultId

	*/
	TestSuiteExecutionID *string

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

GetTestSuiteResultUsingGETParams contains all the parameters to send to the API endpoint for the get test suite result using g e t operation typically these are written to a http.Request

func NewGetTestSuiteResultUsingGETParams

func NewGetTestSuiteResultUsingGETParams() *GetTestSuiteResultUsingGETParams

NewGetTestSuiteResultUsingGETParams creates a new GetTestSuiteResultUsingGETParams object with the default values initialized.

func NewGetTestSuiteResultUsingGETParamsWithContext

func NewGetTestSuiteResultUsingGETParamsWithContext(ctx context.Context) *GetTestSuiteResultUsingGETParams

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

func NewGetTestSuiteResultUsingGETParamsWithHTTPClient

func NewGetTestSuiteResultUsingGETParamsWithHTTPClient(client *http.Client) *GetTestSuiteResultUsingGETParams

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

func NewGetTestSuiteResultUsingGETParamsWithTimeout

func NewGetTestSuiteResultUsingGETParamsWithTimeout(timeout time.Duration) *GetTestSuiteResultUsingGETParams

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

func (*GetTestSuiteResultUsingGETParams) SetApplicationID

func (o *GetTestSuiteResultUsingGETParams) SetApplicationID(applicationID int64)

SetApplicationID adds the applicationId to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetApplicationVersionID

func (o *GetTestSuiteResultUsingGETParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetContext

SetContext adds the context to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetEmbed

func (o *GetTestSuiteResultUsingGETParams) SetEmbed(embed []string)

SetEmbed adds the embed to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetEndpointID

func (o *GetTestSuiteResultUsingGETParams) SetEndpointID(endpointID *int64)

SetEndpointID adds the endpointId to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetEnvironment

func (o *GetTestSuiteResultUsingGETParams) SetEnvironment(environment *int64)

SetEnvironment adds the environment to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetFilter

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

SetFilter adds the filter to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetPageNumber

func (o *GetTestSuiteResultUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetPageSize

func (o *GetTestSuiteResultUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetPluginID

func (o *GetTestSuiteResultUsingGETParams) SetPluginID(pluginID *int64)

SetPluginID adds the pluginId to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetSortDirection

func (o *GetTestSuiteResultUsingGETParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetSortField

func (o *GetTestSuiteResultUsingGETParams) SetSortField(sortField *string)

SetSortField adds the sortField to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetTag

func (o *GetTestSuiteResultUsingGETParams) SetTag(tag *string)

SetTag adds the tag to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetTestCaseResultStatus

func (o *GetTestSuiteResultUsingGETParams) SetTestCaseResultStatus(testCaseResultStatus []string)

SetTestCaseResultStatus adds the testCaseResultStatus to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetTestSuiteExecutionID

func (o *GetTestSuiteResultUsingGETParams) SetTestSuiteExecutionID(testSuiteExecutionID *string)

SetTestSuiteExecutionID adds the testSuiteExecutionId to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithApplicationID

func (o *GetTestSuiteResultUsingGETParams) WithApplicationID(applicationID int64) *GetTestSuiteResultUsingGETParams

WithApplicationID adds the applicationID to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithApplicationVersionID

func (o *GetTestSuiteResultUsingGETParams) WithApplicationVersionID(applicationVersionID int64) *GetTestSuiteResultUsingGETParams

WithApplicationVersionID adds the applicationVersionID to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithContext

WithContext adds the context to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithEmbed

WithEmbed adds the embed to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithEndpointID

WithEndpointID adds the endpointID to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithEnvironment

WithEnvironment adds the environment to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithFilter

WithFilter adds the filter to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithPageNumber

WithPageNumber adds the pageNumber to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithPluginID

WithPluginID adds the pluginID to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithSortDirection

func (o *GetTestSuiteResultUsingGETParams) WithSortDirection(sortDirection *string) *GetTestSuiteResultUsingGETParams

WithSortDirection adds the sortDirection to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithSortField

WithSortField adds the sortField to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithTag

WithTag adds the tag to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithTestCaseResultStatus

func (o *GetTestSuiteResultUsingGETParams) WithTestCaseResultStatus(testCaseResultStatus []string) *GetTestSuiteResultUsingGETParams

WithTestCaseResultStatus adds the testCaseResultStatus to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithTestSuiteExecutionID

func (o *GetTestSuiteResultUsingGETParams) WithTestSuiteExecutionID(testSuiteExecutionID *string) *GetTestSuiteResultUsingGETParams

WithTestSuiteExecutionID adds the testSuiteExecutionID to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get test suite result using g e t params

func (*GetTestSuiteResultUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTestSuiteResultUsingGETReader

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

GetTestSuiteResultUsingGETReader is a Reader for the GetTestSuiteResultUsingGET structure.

func (*GetTestSuiteResultUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTestSuiteResultUsingGETUnauthorized

type GetTestSuiteResultUsingGETUnauthorized struct {
}

GetTestSuiteResultUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetTestSuiteResultUsingGETUnauthorized

func NewGetTestSuiteResultUsingGETUnauthorized() *GetTestSuiteResultUsingGETUnauthorized

NewGetTestSuiteResultUsingGETUnauthorized creates a GetTestSuiteResultUsingGETUnauthorized with default headers values

func (*GetTestSuiteResultUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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