Package jetbrains.buildServer.util
Interface CachingTypedIdGenerator
-
- All Known Implementing Classes:
CloudProfileIdGenerator
,OAuthConnectionsIdGenerator
public interface CachingTypedIdGenerator
Generator that creates id based on properties. It doesn't have to be stable (i.e. return the same id for the same input twice)- Author:
- sergeypak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addGeneratedId(String id, Map<String,String> props)
String
newId(Map<String,String> props)
String
showNextId(Map<String,String> props)
-