public class ResultsApi extends Object
| Constructor and Description |
|---|
ResultsApi() |
ResultsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CreateResult200Response |
createResult(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
okhttp3.Call |
createResultAsync(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback<CreateResult200Response> _callback)
Create test run result.
|
Response |
createResultBulk(String code,
Integer id,
ResultCreateBulk resultCreateBulk)
Bulk create test run result.
|
okhttp3.Call |
createResultBulkAsync(String code,
Integer id,
ResultCreateBulk resultCreateBulk,
ApiCallback<Response> _callback)
Bulk create test run result.
|
okhttp3.Call |
createResultBulkCall(String code,
Integer id,
ResultCreateBulk resultCreateBulk,
ApiCallback _callback)
Build call for createResultBulk
|
ApiResponse<Response> |
createResultBulkWithHttpInfo(String code,
Integer id,
ResultCreateBulk resultCreateBulk)
Bulk create test run result.
|
okhttp3.Call |
createResultCall(String code,
Integer id,
ResultCreate resultCreate,
ApiCallback _callback)
Build call for createResult
|
ApiResponse<CreateResult200Response> |
createResultWithHttpInfo(String code,
Integer id,
ResultCreate resultCreate)
Create test run result.
|
HashResponse |
deleteResult(String code,
Integer id,
String hash)
Delete test run result.
|
okhttp3.Call |
deleteResultAsync(String code,
Integer id,
String hash,
ApiCallback<HashResponse> _callback)
Delete test run result.
|
okhttp3.Call |
deleteResultCall(String code,
Integer id,
String hash,
ApiCallback _callback)
Build call for deleteResult
|
ApiResponse<HashResponse> |
deleteResultWithHttpInfo(String code,
Integer id,
String hash)
Delete test run result.
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
ResultResponse |
getResult(String code,
String hash)
Get test run result by code.
|
okhttp3.Call |
getResultAsync(String code,
String hash,
ApiCallback<ResultResponse> _callback)
Get test run result by code.
|
okhttp3.Call |
getResultCall(String code,
String hash,
ApiCallback _callback)
Build call for getResult
|
ResultListResponse |
getResults(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
okhttp3.Call |
getResultsAsync(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<ResultListResponse> _callback)
Get all test run results.
|
okhttp3.Call |
getResultsCall(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getResults
|
ApiResponse<ResultListResponse> |
getResultsWithHttpInfo(String code,
GetResultsFiltersParameter filters,
Integer limit,
Integer offset)
Get all test run results.
|
ApiResponse<ResultResponse> |
getResultWithHttpInfo(String code,
String hash)
Get test run result by code.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
HashResponse |
updateResult(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
okhttp3.Call |
updateResultAsync(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback<HashResponse> _callback)
Update test run result.
|
okhttp3.Call |
updateResultCall(String code,
Integer id,
String hash,
ResultUpdate resultUpdate,
ApiCallback _callback)
Build call for updateResult
|
ApiResponse<HashResponse> |
updateResultWithHttpInfo(String code,
Integer id,
String hash,
ResultUpdate resultUpdate)
Update test run result.
|
public ResultsApi()
public ResultsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createResultCall(String code, Integer id, ResultCreate resultCreate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic CreateResult200Response createResult(String code, Integer id, ResultCreate resultCreate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateResult200Response> createResultWithHttpInfo(String code, Integer id, ResultCreate resultCreate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createResultAsync(String code, Integer id, ResultCreate resultCreate, ApiCallback<CreateResult200Response> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call createResultBulkCall(String code, Integer id, ResultCreateBulk resultCreateBulk, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreateBulk - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic Response createResultBulk(String code, Integer id, ResultCreateBulk resultCreateBulk) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreateBulk - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Response> createResultBulkWithHttpInfo(String code, Integer id, ResultCreateBulk resultCreateBulk) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreateBulk - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createResultBulkAsync(String code, Integer id, ResultCreateBulk resultCreateBulk, ApiCallback<Response> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)resultCreateBulk - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteResultCall(String code, Integer id, String hash, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic HashResponse deleteResult(String code, Integer id, String hash) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HashResponse> deleteResultWithHttpInfo(String code, Integer id, String hash) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteResultAsync(String code, Integer id, String hash, ApiCallback<HashResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getResultCall(String code, String hash, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic ResultResponse getResult(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResultResponse> getResultWithHttpInfo(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getResultAsync(String code, String hash, ApiCallback<ResultResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getResultsCall(String code, GetResultsFiltersParameter filters, Integer limit, Integer offset, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic ResultListResponse getResults(String code, GetResultsFiltersParameter filters, Integer limit, Integer offset) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResultListResponse> getResultsWithHttpInfo(String code, GetResultsFiltersParameter filters, Integer limit, Integer offset) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getResultsAsync(String code, GetResultsFiltersParameter filters, Integer limit, Integer offset, ApiCallback<ResultListResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateResultCall(String code, Integer id, String hash, ResultUpdate resultUpdate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)resultUpdate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic HashResponse updateResult(String code, Integer id, String hash, ResultUpdate resultUpdate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)resultUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HashResponse> updateResultWithHttpInfo(String code, Integer id, String hash, ResultUpdate resultUpdate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)resultUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateResultAsync(String code, Integer id, String hash, ResultUpdate resultUpdate, ApiCallback<HashResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)hash - Hash. (required)resultUpdate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.