Uses of Class
step.repositories.azure.devops.rest.model.TestRun
-
Packages that use TestRun Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestRun in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return TestRun Modifier and Type Method Description TestRun
AzureDevopsRestClient. createTestRun(TestRun.Create create)
TestRun
AzureDevopsRestClient. getTestRun(int runId)
TestRun
AzureDevopsRestClient. updateTestRun(TestRun run)
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestRun Modifier and Type Method Description java.util.List<TestRun>
AzureDevopsRestClient. getTestRuns()
java.util.List<TestRun>
AzureDevopsRestClient. getTestRuns(int planId)
Methods in step.repositories.azure.devops.rest with parameters of type TestRun Modifier and Type Method Description TestRun
AzureDevopsRestClient. updateTestRun(TestRun run)
-
Uses of TestRun in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestRun Modifier and Type Field Description static RequestSpecification<TestRun>
TestRun. SPEC
-