|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildNumberGeneratorService
Service that generates unique build numbers for build plans.
Method Summary | |
---|---|
int |
generateBuildNumber(java.lang.String planKey)
Returns a unique(consecutive) build number for a plan with the given key. |
void |
synchroniseJobsBuildNumbers(java.util.Set<PlanKey> jobKeys,
PlanKey chainKey)
Synchronises build number between chain and job |
Method Detail |
---|
int generateBuildNumber(@NotNull java.lang.String planKey)
planKey
-
void synchroniseJobsBuildNumbers(@NotNull java.util.Set<PlanKey> jobKeys, @NotNull PlanKey chainKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |