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 SummaryConstructors Constructor Description RefState()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoteDbChangeState.RefStatecreate(org.eclipse.jgit.lib.ObjectId changeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> draftIds)StringtoString()
 
- 
- 
- 
Method Detail- 
createpublic static NoteDbChangeState.RefState create(org.eclipse.jgit.lib.ObjectId changeMetaId, Map<Account.Id,org.eclipse.jgit.lib.ObjectId> draftIds) 
 
- 
 
-