Class RangeAggregationResult
java.lang.Object
com.atlassian.jira.search.aggregation.bucket.range.RangeAggregationResult
- All Implemented Interfaces:
AggregationResult,BucketAggregationResult
Result of a
RangeAggregation containing range-based Buckets.
The Bucket.getKey() in the RangeAggregation is represented by the range values as returned by Range.toString().
- Since:
- 10.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RangeAggregationResult
-
-
Method Details
-
getBuckets
- Specified by:
getBucketsin interfaceBucketAggregationResult- Returns:
- the ordered list of buckets produced by this aggregation
-
equals
-
hashCode
public int hashCode()
-