Package com.atlassian.bamboo.plan.number
Interface PlanBuildNumbers
- All Superinterfaces:
BambooIdProvider,BambooObject
- All Known Implementing Classes:
PlanBuildNumbersImpl
Object that keeps track of build number range for a plan.
- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionintThe next build number represents the number of the next build result that's to be executed.longMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getPlanId
long getPlanId() -
getNextBuildNumber
int getNextBuildNumber()The next build number represents the number of the next build result that's to be executed. As a rule, a build with this number does not exist and never did.- Returns:
- a build number, starting with 1
-