@Extension public class HieraDataStore extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
HieraDataStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteKey(String key,
String scope) |
void |
deleteScope(String scope) |
void |
doLookup(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
String[] |
getKeys(String scope) |
String |
getKeySource(String scope,
String key) |
String |
getKeyValue(String scope,
String key) |
String[] |
getScopes() |
String |
getUrlName() |
public String[] getScopes()
@JavaScriptMethod public void deleteScope(String scope)
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic void doLookup(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.