Uses of Class
step.repositories.azure.devops.rest.RequestSpecification
- 
Packages that use RequestSpecification Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model  - 
- 
Uses of RequestSpecification in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return RequestSpecification Modifier and Type Method Description <C extends DevOpsArray<T>>
RequestSpecification<C>RequestSpecification. deriveArray(java.lang.Class<C> otherClass)Methods in step.repositories.azure.devops.rest with parameters of type RequestSpecification Modifier and Type Method Description <T> voidAzureDevopsRestClient. DELETE(RequestSpecification<T> spec, java.lang.Object... parameters)<T> TAzureDevopsRestClient. GET(RequestSpecification<T> spec, java.lang.Object... parameters)<T> TAzureDevopsRestClient. GET(RequestSpecification<T> spec, java.lang.Object[] parameters, java.lang.String urlSuffix)<T> TAzureDevopsRestClient. PATCH(RequestSpecification<T> spec, java.lang.Object requestEntity, java.lang.Object... requestParameters)<T> TAzureDevopsRestClient. POST(RequestSpecification<T> spec, java.lang.Object requestEntity, java.lang.Object... specParameters) - 
Uses of RequestSpecification in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model declared as RequestSpecification Modifier and Type Field Description static RequestSpecification<ResultAttachment>ResultAttachment. SPECstatic RequestSpecification<TestCase.Array>TestCase.Array. SPECstatic RequestSpecification<TestCase>TestCase. SPECstatic RequestSpecification<TestCaseResult.Array>TestCaseResult.Array. SPECstatic RequestSpecification<TestCaseResult>TestCaseResult. SPECstatic RequestSpecification<TestPlan.Array>TestPlan.Array. SPECstatic RequestSpecification<TestPlan>TestPlan. SPECstatic RequestSpecification<TestPoint.Array>TestPoint.Array. SPECstatic RequestSpecification<TestPoint>TestPoint. SPECstatic RequestSpecification<TestRun.Array>TestRun.Array. SPECstatic RequestSpecification<TestRun>TestRun. SPECstatic RequestSpecification<TestSuite.Array>TestSuite.Array. SPECstatic RequestSpecification<TestSuite>TestSuite. SPEC 
 -