Package com.google.gerrit.server.notedb
Class NoteDbChangeState.Delta
- java.lang.Object
-
- com.google.gerrit.server.notedb.NoteDbChangeState.Delta
-
- Enclosing class:
- NoteDbChangeState
public abstract static class NoteDbChangeState.Delta extends Object
-
-
Constructor Summary
Constructors Constructor Description Delta()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NoteDbChangeState.Delta
create(Change.Id changeId, Optional<org.eclipse.jgit.lib.ObjectId> newChangeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> newDraftIds)
-
-
-
Method Detail
-
create
public static NoteDbChangeState.Delta create(Change.Id changeId, Optional<org.eclipse.jgit.lib.ObjectId> newChangeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> newDraftIds)
-
-