Uses of Class
hudson.XmlFile
-
Packages that use XmlFile Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.jenkins.security.apitoken -
-
Uses of XmlFile in hudson
Methods in hudson that return XmlFile Modifier and Type Method Description protected 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 XmlFile Modifier and Type Method Description 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. -
Uses of XmlFile in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type XmlFile Modifier and Type Method Description static void
SaveableListener. fireOnChange(Saveable o, XmlFile file)
Fires theSaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile)
event.void
SaveableListener. onChange(Saveable o, XmlFile file)
Called when a change is made to aSaveable
object. -
Uses of XmlFile in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return XmlFile Modifier and Type Method Description protected static XmlFile
ApiTokenStats. getConfigFile(File parent)
-