Package | Description |
---|---|
com.atlassian.bamboo.plan.cache | |
com.atlassian.bamboo.resultsummary | |
com.atlassian.bamboo.utils |
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
ImmutablePlanCacheServiceImpl.getBuildNumbersRange(PlanKey planKey) |
Range<Integer> |
ImmutablePlanCacheService.getBuildNumbersRange(PlanKey planKey)
Deprecated.
since 5.10
|
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
BuildResultsSummaryManagerImpl.findBuildResultNumbersRange(PlanKey planKey) |
Range<Integer> |
ResultsSummaryManager.findBuildResultNumbersRange(PlanKey planKey)
Finds minimum and maximum build number for a plan.
|
Range<Integer> |
BuildResultsSummaryHibernateDao.findBuildResultsNumberRange(PlanKey planKey) |
Range<Integer> |
BuildResultsSummaryDao.findBuildResultsNumberRange(PlanKey planKey)
Finds minimum and maximum build number for a plan.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Number & Comparable<? super E>> |
Range.make(E min,
E max)
Create range.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.