Class RunsRequestBuilder.GetQueryParameters

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

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

    • skip

      public Integer skip
      Number of test runs to skip.
    • top

      public Integer top
      Number of test runs to return.
    • automated

      public Boolean automated
      If true, only returns automated runs.
    • buildUri

      public String buildUri
      URI of the build that the runs used.
    • includeRunDetails

      public Boolean includeRunDetails
      If true, include all the properties of the runs.
    • owner

      public String owner
      Team foundation ID of the owner of the runs.
    • planId

      public Integer planId
      ID of the test plan that the runs are a part of.
    • tmiRunId

      public String tmiRunId
      TMI Run id.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()