public static class NoteDbUpdateManager.OpenRepo
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description | 
|---|---|
ChainedReceiveCommands | 
cmds  | 
org.eclipse.jgit.lib.Repository | 
repo  | 
org.eclipse.jgit.revwalk.RevWalk | 
rw  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
java.util.Optional<org.eclipse.jgit.lib.ObjectId> | 
getObjectId(java.lang.String refName)  | 
public final org.eclipse.jgit.lib.Repository repo
public final org.eclipse.jgit.revwalk.RevWalk rw
public final ChainedReceiveCommands cmds