public final class HieraConfig extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteKey(String key,
String scope) |
static void |
deleteScope(String scope) |
static hudson.XmlFile |
getConfigFile() |
static Set<String> |
getKeys(String scope) |
static String |
getKeySource(String scope,
String key) |
static Object |
getKeyValue(String scope,
String key) |
static Set<String> |
getScopes() |
static void |
loadGlobalConfig() |
static void |
save() |
static void |
setKeyValue(String scope,
String key,
String source,
Object value) |
public static void deleteScope(String scope)
public static void loadGlobalConfig()
public static void save()
throws IOException
IOExceptionpublic static hudson.XmlFile getConfigFile()
Copyright © 2016. All rights reserved.