Uses of Class
hudson.plugins.project_inheritance.util.VersionedObjectStore
-
Packages that use VersionedObjectStore Package Description hudson.plugins.project_inheritance.projects hudson.plugins.project_inheritance.util -
-
Uses of VersionedObjectStore in hudson.plugins.project_inheritance.projects
Fields in hudson.plugins.project_inheritance.projects declared as VersionedObjectStore Modifier and Type Field Description protected VersionedObjectStoreInheritanceProject. versionStoreThisVersionedObjectStoreis used to version all configurable properties of this class.Methods in hudson.plugins.project_inheritance.projects that return VersionedObjectStore Modifier and Type Method Description VersionedObjectStoreInheritanceProject. getVersionedObjectStore()protected VersionedObjectStoreInheritanceProject. loadVersionedObjectStore() -
Uses of VersionedObjectStore in hudson.plugins.project_inheritance.util
Methods in hudson.plugins.project_inheritance.util that return VersionedObjectStore Modifier and Type Method Description static VersionedObjectStoreVersionedObjectStore. load(File file)Loads aVersionedObjectStorefrom the given file.
-