public interface ApiClient
| Modifier and Type | Method and Description |
|---|---|
void |
completeTestRun(java.lang.String uuid) |
void |
createAutoTest(ru.testit.client.model.AutoTestPostModel model) |
ru.testit.client.model.TestRunV2GetModel |
createTestRun(ru.testit.client.model.TestRunV2PostShortModel model) |
ru.testit.client.model.AutoTestModel |
getAutoTestByExternalId(java.lang.String projectId,
java.lang.String externalId) |
ru.testit.client.model.TestRunV2GetModel |
getTestRun(java.lang.String uuid) |
void |
sendTestResults(java.lang.String testRunUuid,
java.util.List<ru.testit.client.model.AutoTestResultsForTestRunModel> models) |
void |
updateAutoTest(ru.testit.client.model.AutoTestPutModel model) |
ru.testit.client.model.TestRunV2GetModel createTestRun(ru.testit.client.model.TestRunV2PostShortModel model)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionru.testit.client.model.TestRunV2GetModel getTestRun(java.lang.String uuid)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionvoid completeTestRun(java.lang.String uuid)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionvoid updateAutoTest(ru.testit.client.model.AutoTestPutModel model)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionvoid createAutoTest(ru.testit.client.model.AutoTestPostModel model)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionru.testit.client.model.AutoTestModel getAutoTestByExternalId(java.lang.String projectId,
java.lang.String externalId)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiExceptionvoid sendTestResults(java.lang.String testRunUuid,
java.util.List<ru.testit.client.model.AutoTestResultsForTestRunModel> models)
throws ru.testit.client.invoker.ApiException
ru.testit.client.invoker.ApiException