Uses of Interface
io.qase.client.v2.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in io.qase.client.v2
Methods in io.qase.client.v2 with parameters of type ApiCallbackModifier 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> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) <T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in io.qase.client.v2 with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in io.qase.client.v2.api
Methods in io.qase.client.v2.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.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 createResultsV2okhttp3.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 createResultV2