Package org.azd.test.points
Class PointsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.test.points.PointsRequestBuilder.GetQueryParameters
- Enclosing class:
PointsRequestBuilder
Represents the query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGet test points for specific configuration.Include all properties for the test point.Number of test points to skip.Get test points for a specific test case, valid when configurationId is not set.Get test points for comma-separated list of test point IDs, valid only when configurationId and testCaseId are not set.Number of test points to return.Comma-separated list of work item field names. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
skip
Number of test points to skip. -
top
Number of test points to return. -
configurationId
Get test points for specific configuration. -
includePointDetails
Include all properties for the test point. -
testCaseId
Get test points for a specific test case, valid when configurationId is not set. -
testPointIds
Get test points for comma-separated list of test point IDs, valid only when configurationId and testCaseId are not set. -
witFields
Comma-separated list of work item field names.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-