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 XmlFilePlugin.getConfigXml()Controls the file wherePlugin.load()andPlugin.save()persists data.static XmlFileProxyConfiguration.getXmlFile() -
Uses of XmlFile in hudson.model
Methods in hudson.model that return XmlFileModifier and TypeMethodDescriptionfinal XmlFileAbstractItem.getConfigFile()protected XmlFileDescriptor.getConfigFile()static XmlFileItems.getConfigFile(Item item) The file we save our configuration.static XmlFileItems.getConfigFile(File dir) The file we save our configuration.protected XmlFileNode.getConfigFile() -
Uses of XmlFile in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type XmlFileModifier and TypeMethodDescriptionstatic voidSaveableListener.fireOnChange(Saveable o, XmlFile file) Fires theSaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile)event.static voidSaveableListener.fireOnDeleted(Saveable o, XmlFile file) Fires theSaveableListener.onDeleted(hudson.model.Saveable, hudson.XmlFile)event.voidCalled when a change is made to aSaveableobject.voidCalled when aSaveableobject gets deleted. -
Uses of XmlFile in jenkins.model
Methods in jenkins.model that return XmlFileModifier and TypeMethodDescriptionprotected XmlFileJenkins.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 XmlFileApiTokenStats.getConfigFile(File parent)