Uses of Class
step.repositories.azure.devops.rest.model.TestRun.Create
- 
Packages that use TestRun.Create Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model  - 
- 
Uses of TestRun.Create in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest with parameters of type TestRun.Create Modifier and Type Method Description TestRunAzureDevopsRestClient. createTestRun(TestRun.Create create) - 
Uses of TestRun.Create in step.repositories.azure.devops.rest.model
Methods in step.repositories.azure.devops.rest.model that return TestRun.Create Modifier and Type Method Description static TestRun.CreateTestRun.Create. apply(java.lang.String name, int planId, State state, java.lang.Integer... pointIds) 
 -