Package ru.testit.clients
Interface ApiClient
- All Known Implementing Classes:
TmsApiClient
public interface ApiClient
-
Method Summary
Modifier and TypeMethodDescriptionaddAttachment(String path) voidcompleteTestRun(String uuid) createAutoTest(ru.testit.client.model.AutoTestPostModel model) ru.testit.client.model.TestRunV2GetModelcreateTestRun(ru.testit.client.model.TestRunV2PostShortModel model) ru.testit.client.model.AutoTestModelgetAutoTestByExternalId(String projectId, String externalId) ru.testit.client.model.TestRunV2GetModelgetTestRun(String uuid) voidlinkAutoTestToWorkItem(String id, String workItemId) voidsendTestResults(String testRunUuid, List<ru.testit.client.model.AutoTestResultsForTestRunModel> models) voidupdateAutoTest(ru.testit.client.model.AutoTestPutModel model)
-
Method Details
-
createTestRun
ru.testit.client.model.TestRunV2GetModel createTestRun(ru.testit.client.model.TestRunV2PostShortModel model) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
getTestRun
ru.testit.client.model.TestRunV2GetModel getTestRun(String uuid) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
completeTestRun
- Throws:
ru.testit.client.invoker.ApiException
-
updateAutoTest
void updateAutoTest(ru.testit.client.model.AutoTestPutModel model) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
createAutoTest
String createAutoTest(ru.testit.client.model.AutoTestPostModel model) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
getAutoTestByExternalId
ru.testit.client.model.AutoTestModel getAutoTestByExternalId(String projectId, String externalId) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
linkAutoTestToWorkItem
void linkAutoTestToWorkItem(String id, String workItemId) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
sendTestResults
void sendTestResults(String testRunUuid, List<ru.testit.client.model.AutoTestResultsForTestRunModel> models) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
addAttachment
- Throws:
ru.testit.client.invoker.ApiException
-