|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlFile | |
---|---|
hudson | |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.listeners | Listener interfaces for various events that occur inside the server. |
Uses of XmlFile in hudson |
---|
Methods in hudson that return XmlFile | |
---|---|
protected XmlFile |
Plugin.getConfigXml()
Controls the file where Plugin.load() and Plugin.save()
persists data. |
static XmlFile |
ProxyConfiguration.getXmlFile()
|
Uses of XmlFile in hudson.model |
---|
Methods in hudson.model that return XmlFile | |
---|---|
protected XmlFile |
User.getConfigFile()
The file we save our configuration. |
protected XmlFile |
Descriptor.getConfigFile()
|
XmlFile |
AbstractItem.getConfigFile()
|
static XmlFile |
Items.getConfigFile(File dir)
The file we save our configuration. |
static XmlFile |
Items.getConfigFile(Item item)
The file we save our configuration. |
Uses of XmlFile in hudson.model.listeners |
---|
Methods in hudson.model.listeners with parameters of type XmlFile | |
---|---|
static void |
SaveableListener.fireOnChange(Saveable o,
XmlFile file)
Fires the SaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile) event. |
void |
SaveableListener.onChange(Saveable o,
XmlFile file)
Called when a change is made to a Saveable object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |