Uses of Class
io.qase.client.v2.ApiException
Packages that use ApiException
-
Uses of ApiException in io.qase.client.v2
Methods in io.qase.client.v2 with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in io.qase.client.v2 that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> TApiClient.deserialize(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(okhttp3.Response response) Download file from the given response.<T> ApiResponse<T>ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T>Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type.voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in io.qase.client.v2.api
Methods in io.qase.client.v2.api that throw ApiExceptionModifier and TypeMethodDescriptionvoidResultsApi.createResultsV2(String projectCode, Long runId, CreateResultsRequestV2 createResultsRequestV2) Bulk create test run result This method allows to create several test run results at once.okhttp3.CallResultsApi.createResultsV2Async(String projectCode, Long runId, CreateResultsRequestV2 createResultsRequestV2, ApiCallback<Void> _callback) Bulk create test run result (asynchronously) This method allows to create several test run results at once.okhttp3.CallResultsApi.createResultsV2Call(String projectCode, Long runId, CreateResultsRequestV2 createResultsRequestV2, ApiCallback _callback) Build call for createResultsV2ResultsApi.createResultsV2WithHttpInfo(String projectCode, Long runId, CreateResultsRequestV2 createResultsRequestV2) Bulk create test run result This method allows to create several test run results at once.voidResultsApi.createResultV2(String projectCode, Long runId, ResultCreate resultCreate) Create test run result This method allows to create single test run result.okhttp3.CallResultsApi.createResultV2Async(String projectCode, Long runId, ResultCreate resultCreate, ApiCallback<Void> _callback) Create test run result (asynchronously) This method allows to create single test run result.okhttp3.CallResultsApi.createResultV2Call(String projectCode, Long runId, ResultCreate resultCreate, ApiCallback _callback) Build call for createResultV2ResultsApi.createResultV2WithHttpInfo(String projectCode, Long runId, ResultCreate resultCreate) Create test run result This method allows to create single test run result. -
Uses of ApiException in io.qase.client.v2.auth
Methods in io.qase.client.v2.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)