Package com.atlassian.bamboo.plan.number
Interface PlanBuildNumbers
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
PlanBuildNumbersImpl
@Internal public interface PlanBuildNumbers extends BambooObject
Object that keeps track of build number range for a plan.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNextBuildNumber()
The next build number represents the number of the next build result that's to be executed.long
getPlanId()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-