@Extension public class PluginGlobalConfig extends jenkins.model.GlobalConfiguration implements IPluginConfig
Constructor and Description |
---|
PluginGlobalConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
java.lang.String |
getAdminEmail() |
jenkins.model.GlobalConfigurationCategory |
getCategory() |
java.lang.String |
getEmailFooter() |
boolean |
getEnabled() |
hudson.DescriptorExtensionList |
getRegistrationConfigDescriptors() |
RegistrationConfigCollection |
getRegistrationConfigurations() |
java.lang.String |
getReplyToEmail() |
java.util.List<RegistrationRulesSet> |
getRulesList() |
void |
setAdminEmail(java.lang.String value) |
void |
setEmailFooter(java.lang.String emailFooter) |
void |
setEnabled(boolean value) |
void |
setRegistrationConfigurations(RegistrationConfigCollection values) |
void |
setReplyToEmail(java.lang.String value) |
void |
setRulesList(java.util.List<RegistrationRulesSet> value) |
all, getDescriptor, getDisplayName, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMap
@DataBoundSetter public void setEnabled(boolean value)
public boolean getEnabled()
getEnabled
in interface IPluginConfig
@DataBoundSetter public void setRulesList(java.util.List<RegistrationRulesSet> value)
public java.util.List<RegistrationRulesSet> getRulesList()
getRulesList
in interface IPluginConfig
public java.lang.String getAdminEmail()
getAdminEmail
in interface IPluginConfig
@DataBoundSetter public void setAdminEmail(java.lang.String value)
public java.lang.String getReplyToEmail()
getReplyToEmail
in interface IPluginConfig
@DataBoundSetter public void setReplyToEmail(java.lang.String value)
public java.lang.String getEmailFooter()
getEmailFooter
in interface IPluginConfig
@DataBoundSetter public void setEmailFooter(java.lang.String emailFooter)
public RegistrationConfigCollection getRegistrationConfigurations()
getRegistrationConfigurations
in interface IPluginConfig
@DataBoundSetter public void setRegistrationConfigurations(RegistrationConfigCollection values)
public hudson.DescriptorExtensionList getRegistrationConfigDescriptors()
public jenkins.model.GlobalConfigurationCategory getCategory()
getCategory
in class 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.FormException