Uses of Class
step.repositories.azure.devops.rest.model.TestPlan
-
Packages that use TestPlan Package Description step.repositories.azure.devops step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestPlan in step.repositories.azure.devops
Methods in step.repositories.azure.devops that return types with arguments of type TestPlan Modifier and Type Method Description java.util.List<TestPlan>
AzureDevopsRepositoryServices. getPlans(java.lang.String organization, java.lang.String project)
-
Uses of TestPlan in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestPlan Modifier and Type Method Description java.util.List<TestPlan>
AzureDevopsRestClient. getTestPlans()
-
Uses of TestPlan in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestPlan Modifier and Type Field Description static RequestSpecification<TestPlan>
TestPlan. SPEC
Methods in step.repositories.azure.devops.rest.model with parameters of type TestPlan Modifier and Type Method Description int
TestPlan. compareTo(TestPlan that)
-