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 VersionedObjectStore
InheritanceProject. versionStore
ThisVersionedObjectStore
is used to version all configurable properties of this class.Methods in hudson.plugins.project_inheritance.projects that return VersionedObjectStore Modifier and Type Method Description VersionedObjectStore
InheritanceProject. getVersionedObjectStore()
protected VersionedObjectStore
InheritanceProject. 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 VersionedObjectStore
VersionedObjectStore. load(File file)
Loads aVersionedObjectStore
from the given file.
-