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

    Modifier and Type
    Method
    Description
    int
    The next build number represents the number of the next build result that's to be executed.
    long
     

    Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider

    getId

    Methods 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