Uses of Class
com.atlassian.bamboo.utils.Range
-
Packages that use Range Package Description com.atlassian.bamboo.plan.cache com.atlassian.bamboo.resultsummary com.atlassian.bamboo.utils -
-
Uses of Range in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return Range Modifier and Type Method Description @NotNull Range<Integer>ImmutablePlanCacheService. getBuildNumbersRange(PlanKey planKey)Deprecated.since 5.10@NotNull Range<Integer>ImmutablePlanCacheServiceImpl. getBuildNumbersRange(PlanKey planKey) -
Uses of Range in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return Range Modifier and Type Method Description @NotNull Range<Integer>BuildResultsSummaryManagerImpl. findBuildResultNumbersRange(@NotNull PlanKey planKey)@NotNull Range<Integer>ResultsSummaryManager. findBuildResultNumbersRange(@NotNull PlanKey planKey)Finds minimum and maximum build number for a plan.@NotNull Range<Integer>BuildResultsSummaryDao. findBuildResultsNumberRange(PlanKey planKey)Finds minimum and maximum build number for a plan.@NotNull Range<Integer>BuildResultsSummaryHibernateDao. findBuildResultsNumberRange(PlanKey planKey) -
Uses of Range in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return Range Modifier and Type Method Description static <E extends Number & Comparable<? super E>>
Range<E>Range. make(E min, E max)Create range.
-