@Extension
public static final class ConsulGlobalConfigurations.DescriptorImpl
extends hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckGlobalConsulDatacenter(String value) |
hudson.util.FormValidation |
doCheckGlobalConsulMasters(String value) |
String |
getDisplayName() |
String |
getGlobalConsulDatacenter() |
String |
getGlobalConsulMasters() |
String |
getGlobalConsulToken() |
void |
setGlobalConsulDatacenter(String globalConsulDatacenter) |
void |
setGlobalConsulMasters(String globalConsulMasters) |
void |
setGlobalConsulToken(String globalConsulToken) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getGlobalConsulMasters()
public String getGlobalConsulDatacenter()
public String getGlobalConsulToken()
public void setGlobalConsulMasters(String globalConsulMasters)
public void setGlobalConsulDatacenter(String globalConsulDatacenter)
public void setGlobalConsulToken(String globalConsulToken)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckGlobalConsulMasters(@QueryParameter
String value)
public hudson.util.FormValidation doCheckGlobalConsulDatacenter(@QueryParameter
String value)
Copyright © 2016–2017. All rights reserved.