Package ru.testit.syncstorage.api
Class CompletionApi
java.lang.Object
ru.testit.syncstorage.api.CompletionApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.11.0")
public class CompletionApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforceCompletionGet(String testRunId) Force completion of a test run Force processing completion for a specific test run.forceCompletionGetWithHttpInfo(String testRunId) Force completion of a test run Force processing completion for a specific test run.Get the API clientvoidsetApiClient(ApiClient apiClient) Set the API clientwaitCompletionGet(String testRunId) Wait for completion Wait until processing is completed for a test run.waitCompletionGetWithHttpInfo(String testRunId) Wait for completion Wait until processing is completed for a test run.
-
Constructor Details
-
CompletionApi
public CompletionApi() -
CompletionApi
-
-
Method Details
-
getApiClient
Get the API client- Returns:
- API client
-
setApiClient
Set the API client- Parameters:
apiClient- an instance of API client
-
forceCompletionGet
Force completion of a test run Force processing completion for a specific test run.- Parameters:
testRunId- Test Run ID (required)- Returns:
- CompletionResponse
- Throws:
ApiException- if fails to make API call
-
forceCompletionGetWithHttpInfo
public ApiResponse<CompletionResponse> forceCompletionGetWithHttpInfo(String testRunId) throws ApiException Force completion of a test run Force processing completion for a specific test run.- Parameters:
testRunId- Test Run ID (required)- Returns:
- ApiResponse<CompletionResponse>
- Throws:
ApiException- if fails to make API call
-
waitCompletionGet
Wait for completion Wait until processing is completed for a test run.- Parameters:
testRunId- Test Run ID (required)- Returns:
- CompletionResponse
- Throws:
ApiException- if fails to make API call
-
waitCompletionGetWithHttpInfo
public ApiResponse<CompletionResponse> waitCompletionGetWithHttpInfo(String testRunId) throws ApiException Wait for completion Wait until processing is completed for a test run.- Parameters:
testRunId- Test Run ID (required)- Returns:
- ApiResponse<CompletionResponse>
- Throws:
ApiException- if fails to make API call
-