Package org.azd.interfaces
Interface TestDetails
- All Known Implementing Classes:
TestApi
public interface TestDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateTestRun
(RunCreateModel runCreateModel) deleteTestRun
(int runId) getTestRunById
(int runId) getTestRuns
(int top) getTestRuns
(int skip, int top, boolean automated, String buildUri, boolean includeRunDetails, String owner, int planId, String tmiRunId) getTestRuns
(String buildUri) getTestRunStatistics
(int runId) queryTestRuns
(String maxLastUpdatedDate, String minLastUpdatedDate) queryTestRuns
(String maxLastUpdatedDate, String minLastUpdatedDate, int top) queryTestRuns
(String maxLastUpdatedDate, String minLastUpdatedDate, String[] buildIds) queryTestRuns
(String maxLastUpdatedDate, String minLastUpdatedDate, String branchName, String[] buildDefIds, String continuationToken, boolean isAutomated, String[] planIds, TestRunPublishContext publishContext, String[] releaseDefIds, String[] releaseEnvDefIds, String[] releaseEnvIds, String[] releaseIds, String runTitle) queryTestRuns
(String maxLastUpdatedDate, String minLastUpdatedDate, TestRunState testRunState) updateTestRun
(int runId, TestRun testRun)
-
Method Details
-
createTestRun
- Throws:
AzDException
-
getTestRunById
- Throws:
AzDException
-
getTestRuns
- Throws:
AzDException
-
getTestRuns
- Throws:
AzDException
-
getTestRuns
- Throws:
AzDException
-
getTestRuns
TestRuns getTestRuns(int skip, int top, boolean automated, String buildUri, boolean includeRunDetails, String owner, int planId, String tmiRunId) throws AzDException - Throws:
AzDException
-
getTestRunStatistics
- Throws:
AzDException
-
deleteTestRun
- Throws:
AzDException
-
queryTestRuns
- Throws:
AzDException
-
queryTestRuns
TestRuns queryTestRuns(String maxLastUpdatedDate, String minLastUpdatedDate, int top) throws AzDException - Throws:
AzDException
-
queryTestRuns
TestRuns queryTestRuns(String maxLastUpdatedDate, String minLastUpdatedDate, String[] buildIds) throws AzDException - Throws:
AzDException
-
queryTestRuns
TestRuns queryTestRuns(String maxLastUpdatedDate, String minLastUpdatedDate, TestRunState testRunState) throws AzDException - Throws:
AzDException
-
queryTestRuns
TestRuns queryTestRuns(String maxLastUpdatedDate, String minLastUpdatedDate, String branchName, String[] buildDefIds, String continuationToken, boolean isAutomated, String[] planIds, TestRunPublishContext publishContext, String[] releaseDefIds, String[] releaseEnvDefIds, String[] releaseEnvIds, String[] releaseIds, String runTitle) throws AzDException - Throws:
AzDException
-
updateTestRun
- Throws:
AzDException
-