Class ResultSummarySearchCriteria
java.lang.Object
com.atlassian.bamboo.resultsummary.search.ResultSummarySearchCriteria
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionList of related agent ids.int
List of related plan keys.Select only specs or only regular results.boolean
-
Field Details
-
MAXIMUM_ARGUMENT_LIST_LENGTH
public static final int MAXIMUM_ARGUMENT_LIST_LENGTH- See Also:
-
-
Method Details
-
getMaxCount
public int getMaxCount() -
getLifeCycleStates
-
getAgentIds
List of related agent ids. The length of this list is capped atMAXIMUM_ARGUMENT_LIST_LENGTH
elements when executing the query. -
getPlanKeys
List of related plan keys. The length of this list is capped atMAXIMUM_ARGUMENT_LIST_LENGTH
elements when executing the query. -
getDateFrom
-
getDateTo
-
getCompletedBefore
-
getCompletedAfter
-
isOrderedByDate
public boolean isOrderedByDate() -
getSpecsResultsFlag
Select only specs or only regular results. Select all if empty.
-