Package org.azd.test.runs
Class RunsRequestBuilder.QueryParameters
java.lang.Object
org.azd.test.runs.RunsRequestBuilder.QueryParameters
- Enclosing class:
RunsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionSource Branch name of the Runs to be queried.Integer[]
Build Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no.Integer[]
Build Ids of the Runs to be queried, comma separated list of valid ids (limit no.continuationToken received from previous batch or null for first batch.Automation type of the Runs to be queried.Maximum Last Modified Date of run to be queried (Mandatory, difference between min and max date can be atmost 7 days).Minimum Last Modified Date of run to be queried (Mandatory).Integer[]
Plan Ids of the Runs to be queried, comma separated list of valid ids (limit no.PublishContext of the Runs to be queried.Integer[]
Release Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no.Integer[]
Release Environment Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no.Integer[]
Release Environment Ids of the Runs to be queried, comma separated list of valid ids (limit no.Integer[]
Release Ids of the Runs to be queried, comma separated list of valid ids (limit no.Run Title of the Runs to be queried.Current state of the Runs to be queried.Number of runs to be queried. -
Constructor Summary
-
Method Summary
-
Field Details
-
maxLastUpdatedDate
Maximum Last Modified Date of run to be queried (Mandatory, difference between min and max date can be atmost 7 days). -
minLastUpdatedDate
Minimum Last Modified Date of run to be queried (Mandatory). -
top
Number of runs to be queried. Limit is 100 -
branchName
Source Branch name of the Runs to be queried. -
buildDefIds
Build Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
buildIds
Build Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
continuationToken
continuationToken received from previous batch or null for first batch. It is not supposed to be created (or altered, if received from last batch) by user. -
isAutomated
Automation type of the Runs to be queried. -
planIds
Plan Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
publishContext
PublishContext of the Runs to be queried. -
releaseDefIds
Release Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
releaseEnvDefIds
Release Environment Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
releaseEnvIds
Release Environment Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
releaseIds
Release Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10). -
runTitle
Run Title of the Runs to be queried. -
state
Current state of the Runs to be queried.
-
-
Constructor Details
-
QueryParameters
public QueryParameters()
-