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> void
AzureDevopsRestClient. DELETE(RequestSpecification<T> spec, java.lang.Object... parameters)
<T> T
AzureDevopsRestClient. GET(RequestSpecification<T> spec, java.lang.Object... parameters)
<T> T
AzureDevopsRestClient. GET(RequestSpecification<T> spec, java.lang.Object[] parameters, java.lang.String urlSuffix)
<T> T
AzureDevopsRestClient. PATCH(RequestSpecification<T> spec, java.lang.Object requestEntity, java.lang.Object... requestParameters)
<T> T
AzureDevopsRestClient. 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. SPEC
static RequestSpecification<TestCase.Array>
TestCase.Array. SPEC
static RequestSpecification<TestCase>
TestCase. SPEC
static RequestSpecification<TestCaseResult.Array>
TestCaseResult.Array. SPEC
static RequestSpecification<TestCaseResult>
TestCaseResult. SPEC
static RequestSpecification<TestPlan.Array>
TestPlan.Array. SPEC
static RequestSpecification<TestPlan>
TestPlan. SPEC
static RequestSpecification<TestPoint.Array>
TestPoint.Array. SPEC
static RequestSpecification<TestPoint>
TestPoint. SPEC
static RequestSpecification<TestRun.Array>
TestRun.Array. SPEC
static RequestSpecification<TestRun>
TestRun. SPEC
static RequestSpecification<TestSuite.Array>
TestSuite.Array. SPEC
static RequestSpecification<TestSuite>
TestSuite. SPEC
-