Uses of Class
io.qase.client.v2.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in io.qase.client.v2
Methods in io.qase.client.v2 that return ApiResponseModifier and TypeMethodDescription<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. -
Uses of ApiResponse in io.qase.client.v2.api
Methods in io.qase.client.v2.api that return ApiResponseModifier and TypeMethodDescriptionResultsApi.createResultsV2WithHttpInfo(String projectCode, Long runId, CreateResultsRequestV2 createResultsRequestV2) Bulk create test run result This method allows to create several test run results at once.ResultsApi.createResultV2WithHttpInfo(String projectCode, Long runId, ResultCreate resultCreate) Create test run result This method allows to create single test run result.