Package com.google.gerrit.server.notedb
Class NoteDbChangeState.RefState
- java.lang.Object
-
- com.google.gerrit.server.notedb.NoteDbChangeState.RefState
-
- Enclosing class:
- NoteDbChangeState
public abstract static class NoteDbChangeState.RefState extends Object
-
-
Constructor Summary
Constructors Constructor Description RefState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoteDbChangeState.RefState
create(org.eclipse.jgit.lib.ObjectId changeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> draftIds)
String
toString()
-
-
-
Method Detail
-
create
public static NoteDbChangeState.RefState create(org.eclipse.jgit.lib.ObjectId changeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> draftIds)
-
-