Uses of Class
com.atlassian.bamboo.utils.Range
Package
Description
-
Uses of Range in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionImmutablePlanCacheService.getBuildNumbersRange
(PlanKey planKey) Deprecated.since 5.10ImmutablePlanCacheServiceImpl.getBuildNumbersRange
(PlanKey planKey) -
Uses of Range in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescriptionBuildResultsSummaryManagerImpl.findBuildResultNumbersRange
(@NotNull PlanKey planKey) ResultsSummaryManager.findBuildResultNumbersRange
(@NotNull PlanKey planKey) Finds minimum and maximum build number for a plan.BuildResultsSummaryDao.findBuildResultsNumberRange
(PlanKey planKey) Finds minimum and maximum build number for a plan.BuildResultsSummaryHibernateDao.findBuildResultsNumberRange
(PlanKey planKey) -
Uses of Range in com.atlassian.bamboo.resultsummary.accessor
Modifier and TypeMethodDescriptionInternalResultsSummaryAccessor.findBuildResultNumbersRange
(@NotNull PlanKey planKey) Finds minimum and maximum build number for a plan.InternalResultsSummaryAccessorImpl.findBuildResultNumbersRange
(@NotNull PlanKey planKey) -
Uses of Range in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic <E extends Number & Comparable<? super E>>
Range<E>Range.make
(E min, E max) Create range.