Package com.google.gerrit.pgm.init.api
Class VersionedMetaDataOnInit
java.lang.Object
com.google.gerrit.server.git.meta.VersionedMetaData
com.google.gerrit.pgm.init.api.VersionedMetaDataOnInit
- Direct Known Subclasses:
- AllProjectsConfig
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gerrit.server.git.meta.VersionedMetaDataVersionedMetaData.BatchMetaDataUpdate, VersionedMetaData.PathInfo
- 
Field SummaryFieldsFields inherited from class com.google.gerrit.server.git.meta.VersionedMetaDatainserter, newTree, projectName, reader, revision, rw
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedVersionedMetaDataOnInit(InitFlags flags, SitePaths site, String project, String ref) 
- 
Method SummaryMethods inherited from class com.google.gerrit.server.git.meta.VersionedMetaDatacommit, commit, commitToNewRef, getObjectId, getPathInfos, getRevision, load, load, load, load, load, onLoad, onSave, openUpdate, openUpdate, readConfig, readConfig, readFile, readTree, readUTF8, saveConfig, saveFile, saveUTF8, set, set, set
- 
Field Details- 
project
 
- 
- 
Constructor Details- 
VersionedMetaDataOnInit
 
- 
- 
Method Details- 
getRefNameDescription copied from class:VersionedMetaDataReturns name of the reference storing this configuration.- Specified by:
- getRefNamein class- VersionedMetaData
 
- 
load@CanIgnoreReturnValue public VersionedMetaDataOnInit load() throws IOException, org.eclipse.jgit.errors.ConfigInvalidException- Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
- 
save- Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
- 
saveprotected void save(org.eclipse.jgit.lib.PersonIdent ident, String msg) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
- IOException
- org.eclipse.jgit.errors.ConfigInvalidException
 
 
-