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)
-
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
-