Package step.repositories.jira.xray
Class PersistentSettings
- java.lang.Object
-
- step.repositories.jira.xray.PersistentSettings
-
public class PersistentSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PersistentSettings.Domains
-
Constructor Summary
Constructors Constructor Description PersistentSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getOrCreate(String key, String domain, Supplier<T> initializer)
static void
put(String key, String domain, Object value)
-