Class ResultSummarySearchCriteria

java.lang.Object
com.atlassian.bamboo.resultsummary.search.ResultSummarySearchCriteria

@ExperimentalApi public class ResultSummarySearchCriteria extends Object
  • Field Details

    • MAXIMUM_ARGUMENT_LIST_LENGTH

      public static final int MAXIMUM_ARGUMENT_LIST_LENGTH
      See Also:
  • Method Details

    • getMaxCount

      public int getMaxCount()
    • getLifeCycleStates

      public Set<LifeCycleState> getLifeCycleStates()
    • getAgentIds

      public List<Long> getAgentIds()
      List of related agent ids. The length of this list is capped at MAXIMUM_ARGUMENT_LIST_LENGTH elements when executing the query.
    • getPlanKeys

      public List<PlanKey> getPlanKeys()
      List of related plan keys. The length of this list is capped at MAXIMUM_ARGUMENT_LIST_LENGTH elements when executing the query.
    • getDateFrom

      public Date getDateFrom()
    • getDateTo

      public Date getDateTo()
    • getCompletedBefore

      public Date getCompletedBefore()
    • getCompletedAfter

      public Date getCompletedAfter()
    • isOrderedByDate

      public boolean isOrderedByDate()
    • getSpecsResultsFlag

      public Optional<Boolean> getSpecsResultsFlag()
      Select only specs or only regular results. Select all if empty.