Class PlanBuildNumbersImpl

    • Constructor Detail

      • PlanBuildNumbersImpl

        public PlanBuildNumbersImpl()
      • PlanBuildNumbersImpl

        public PlanBuildNumbersImpl​(@NotNull
                                    @NotNull PlanIdentifier planIdentifier)
    • Method Detail

      • getNextBuildNumber

        public int getNextBuildNumber()
        Description copied from interface: PlanBuildNumbers
        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.
        Specified by:
        getNextBuildNumber in interface PlanBuildNumbers
        Returns:
        a build number, starting with 1
      • setPlanId

        public void setPlanId​(long planId)
      • setNextBuildNumber

        public void setNextBuildNumber​(int nextBuildNumber)