Package hudson.model
Interface PersistenceRoot
- All Superinterfaces:
 Saveable
- All Known Subinterfaces:
 BuildableItem,BuildableItemWithBuildWrappers,DirectlyModifiableTopLevelItemGroup,Item,ItemGroup<T>,ModifiableItemGroup<T>,ModifiableTopLevelItemGroup,ParameterizedJobMixIn.ParameterizedJob<JobT,,RunT> SCMedItem,TopLevelItem,TriggeredItem
- All Known Implementing Classes:
 AbstractBuild,AbstractCIBase,AbstractCloudSlave,AbstractItem,AbstractProject,AbstractTopLevelItem,Build,DumbSlave,FreeStyleBuild,FreeStyleProject,Hudson,Jenkins,Job,Node,Nodes,Project,Run,Slave,ViewJob
Root object of a persisted object tree
 that gets its own file system directory.
- Author:
 - Kohsuke Kawaguchi
 
- 
Field Summary
 - 
Method Summary
Modifier and TypeMethodDescriptionGets the root directory on the file system that thisItemcan use freely for storing the configuration data. 
- 
Method Details
- 
getRootDir
File getRootDir() 
 -