Package com.atlassian.bamboo.core
Interface IdGenerator
-
- All Known Implementing Classes:
IdGeneratorEntity
@Internal public interface IdGeneratorHold next unique id for given generator (like entity name)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of id generatorlonggetNextId()Next id for this generator
-
-
-
Method Detail
-
getName
String getName()
Name of id generator
-
getNextId
long getNextId()
Next id for this generator
-
-