Uses of Class
hudson.XmlFile
Packages that use XmlFile
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Listener interfaces for various events that occur inside the server.
-
Uses of XmlFile in hudson
Modifier and TypeMethodDescriptionprotected XmlFile
Plugin.getConfigXml()
Controls the file wherePlugin.load()
andPlugin.save()
persists data.static XmlFile
ProxyConfiguration.getXmlFile()
-
Uses of XmlFile in hudson.model
Methods in hudson.model that return XmlFileModifier and TypeMethodDescriptionfinal XmlFile
AbstractItem.getConfigFile()
protected XmlFile
Descriptor.getConfigFile()
static XmlFile
Items.getConfigFile
(Item item) The file we save our configuration.static XmlFile
Items.getConfigFile
(File dir) The file we save our configuration.protected XmlFile
Node.getConfigFile()
-
Uses of XmlFile in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type XmlFileModifier and TypeMethodDescriptionstatic void
SaveableListener.fireOnChange
(Saveable o, XmlFile file) Fires theSaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile)
event.static void
SaveableListener.fireOnDeleted
(Saveable o, XmlFile file) Fires theSaveableListener.onDeleted(hudson.model.Saveable, hudson.XmlFile)
event.void
Called when a change is made to aSaveable
object.void
Called when aSaveable
object gets deleted. -
Uses of XmlFile in jenkins.model
Methods in jenkins.model that return XmlFileModifier and TypeMethodDescriptionprotected XmlFile
Jenkins.getConfigFile()
The file we save our configuration.Nodes.getConfigFile
(Node node) Nodes.getConfigFile
(File dir) Nodes.getConfigFile
(String nodeName) Methods in jenkins.model with parameters of type XmlFile -
Uses of XmlFile in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return XmlFileModifier and TypeMethodDescriptionprotected static XmlFile
ApiTokenStats.getConfigFile
(File parent)