public interface BuildNumberGeneratorService
| Modifier and Type | Method and Description |
|---|---|
int |
generateBuildNumber(PlanIdentifier planIdentifier)
Returns a unique(consecutive) build number for a plan with the given key.
|
void |
initBuildNumbers(PlanIdentifier planIdentifier)
Initialise build numbers for a plan.
|
int generateBuildNumber(@NotNull
PlanIdentifier planIdentifier)
planIdentifier - @Internal
void initBuildNumbers(@NotNull
PlanIdentifier planIdentifier)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.