Uses of Class
hudson.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected XmlFile
Jenkins.getConfigFile()
The file we save our configuration.Nodes.getConfigFile
(Node node) Nodes.getConfigFile
(File dir) Nodes.getConfigFile
(String nodeName) -
Uses of XmlFile in jenkins.security.apitoken
Modifier and TypeMethodDescriptionprotected static XmlFile
ApiTokenStats.getConfigFile
(File parent)