Package org.azd.test.runs
Class RunsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.test.runs.RunsRequestBuilder.GetQueryParameters
- Enclosing class:
RunsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionIf true, only returns automated runs.URI of the build that the runs used.If true, include all the properties of the runs.Team foundation ID of the owner of the runs.ID of the test plan that the runs are a part of.Number of test runs to skip.TMI Run id.Number of test runs to return. -
Constructor Summary
-
Method Summary
-
Field Details
-
skip
Number of test runs to skip. -
top
Number of test runs to return. -
automated
If true, only returns automated runs. -
buildUri
URI of the build that the runs used. -
includeRunDetails
If true, include all the properties of the runs. -
owner
Team foundation ID of the owner of the runs. -
planId
ID of the test plan that the runs are a part of. -
tmiRunId
TMI Run id.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-