Class RunsRequestBuilder.QueryParameters

java.lang.Object
org.azd.test.runs.RunsRequestBuilder.QueryParameters
Enclosing class:
RunsRequestBuilder

public static class RunsRequestBuilder.QueryParameters extends Object
Represents the query parameters.
  • Field Details

    • maxLastUpdatedDate

      public String maxLastUpdatedDate
      Maximum Last Modified Date of run to be queried (Mandatory, difference between min and max date can be atmost 7 days).
    • minLastUpdatedDate

      public String minLastUpdatedDate
      Minimum Last Modified Date of run to be queried (Mandatory).
    • top

      public Integer top
      Number of runs to be queried. Limit is 100
    • branchName

      public String branchName
      Source Branch name of the Runs to be queried.
    • buildDefIds

      public Integer[] buildDefIds
      Build Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • buildIds

      public Integer[] buildIds
      Build Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • continuationToken

      public String 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

      public Boolean isAutomated
      Automation type of the Runs to be queried.
    • planIds

      public Integer[] planIds
      Plan Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • publishContext

      public TestRunPublishContext publishContext
      PublishContext of the Runs to be queried.
    • releaseDefIds

      public Integer[] releaseDefIds
      Release Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • releaseEnvDefIds

      public Integer[] releaseEnvDefIds
      Release Environment Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • releaseEnvIds

      public Integer[] releaseEnvIds
      Release Environment Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • releaseIds

      public Integer[] releaseIds
      Release Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
    • runTitle

      public String runTitle
      Run Title of the Runs to be queried.
    • state

      public TestRunState state
      Current state of the Runs to be queried.
  • Constructor Details

    • QueryParameters

      public QueryParameters()