public interface BuildNumberGeneratorService
| Modifier and Type | Method and Description |
|---|---|
int |
generateBuildNumber(String planKey)
Returns a unique(consecutive) build number for a plan with the given key.
|
void |
synchroniseJobsBuildNumbers(Set<PlanKey> jobKeys,
PlanKey chainKey)
Synchronises build number between chain and job
|
int generateBuildNumber(@NotNull
String planKey)
planKey - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.