Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected XmlFile |
Plugin.getConfigXml()
Controls the file where
Plugin.load() and Plugin.save()
persists data. |
static XmlFile |
ProxyConfiguration.getXmlFile() |
Modifier and Type | Method and Description |
---|---|
XmlFile |
AbstractItem.getConfigFile() |
protected XmlFile |
User.getConfigFile()
The file we save our configuration.
|
protected XmlFile |
Descriptor.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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2017. All rights reserved.