|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<Config>
org.jenkinsci.lib.configprovider.ConfigProvider
org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
org.jenkinsci.lib.configprovider.AbstractConfigProvider
AbstractConfigProviderImpl directly.
public abstract class AbstractConfigProvider
Backward compatibility layer for old subtypes of ConfigProvider
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
protected String |
ID_PREFIX
Deprecated. |
| Fields inherited from class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl |
|---|
configs |
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
AbstractConfigProvider()
Deprecated. |
|
| Method Summary | |
|---|---|
protected hudson.XmlFile |
getConfigXml()
Deprecated. |
String |
getProviderId()
Deprecated. An ID uniquely identifying this provider, the id of each Config must start with this ID separated by a '.'! |
protected String |
getXmlFileName()
Deprecated. |
void |
load()
Deprecated. Overridden for backward compatibility to let subtype customize the file name. |
void |
save()
Deprecated. Overridden for backward compatibility to let subtype customize the file name. |
| Methods inherited from class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl |
|---|
getAllConfigs, getConfigById, isResponsibleFor, newConfig, remove, save |
| Methods inherited from class org.jenkinsci.lib.configprovider.ConfigProvider |
|---|
all, getContentType |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final String ID_PREFIX
| Constructor Detail |
|---|
public AbstractConfigProvider()
| Method Detail |
|---|
public String getProviderId()
ConfigProviderConfig must start with this ID separated by a '.'!
getProviderId in class AbstractConfigProviderImplpublic void save()
save in interface hudson.model.Saveablesave in class AbstractConfigProviderImplpublic void load()
load in class AbstractConfigProviderImplprotected hudson.XmlFile getConfigXml()
getConfigXml in class AbstractConfigProviderImplprotected String getXmlFileName()
getXmlFileName in class AbstractConfigProviderImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||