Package com.google.gerrit.server.update
Class BatchUpdates.Result
java.lang.Object
com.google.gerrit.server.update.BatchUpdates.Result
- Enclosing class:
- BatchUpdates
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeData
(Project.NameKey projectName, Change.Id changeId) Returns the updatedChangeData
for the given project and change ID.
-
Method Details
-
getChangeData
Returns the updatedChangeData
for the given project and change ID.If the requested
ChangeData
was already loaded after theBatchUpdate
has been executed the cachedChangeData
instance is returned, otherwise the requestedChangeData
is loaded and put into the cache.
-