Class RangeAggregation.Builder
java.lang.Object
com.atlassian.jira.search.aggregation.bucket.range.RangeAggregation.Builder
- Enclosing class:
- RangeAggregation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdds a range to the aggregation.Adds a range to the aggregation.Adds the given ranges to the aggregation.build()withSubAggregation(String name, Aggregation aggregation) withSubAggregations(Map<String, Aggregation> aggregations) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
withField
- 
withSubAggregation
- 
withSubAggregations
- 
addRangesAdds the given ranges to the aggregation.- Parameters:
- ranges- the ranges to add
 
- 
addRangeAdds a range to the aggregation.- Parameters:
- from- inclusive
- to- exclusive
 
- 
addRangeAdds a range to the aggregation.- Parameters:
- from- inclusive
- to- exclusive
 
- 
build
 
-