Uses of Class
step.repositories.azure.devops.rest.model.DevOpsArray
-
Packages that use DevOpsArray Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of DevOpsArray in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest with type parameters of type DevOpsArray Modifier and Type Method Description <C extends DevOpsArray<T>>
RequestSpecification<C>RequestSpecification. deriveArray(java.lang.Class<C> otherClass)
-
Uses of DevOpsArray in step.repositories.azure.devops.rest.model
Subclasses of DevOpsArray in step.repositories.azure.devops.rest.model Modifier and Type Class Description static class
TestCase.Array
static class
TestCaseResult.Array
static class
TestPlan.Array
static class
TestPoint.Array
static class
TestRun.Array
static class
TestSuite.Array
static class
TestSuiteTree.Array
static class
WorkItem.Array
Methods in step.repositories.azure.devops.rest.model with parameters of type DevOpsArray Modifier and Type Method Description void
DevOpsArray. append(DevOpsArray<T> other)
-