public static class NoteDbUpdateManager.OpenRepo extends Object implements 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() |
Optional<org.eclipse.jgit.lib.ObjectId> |
getObjectId(String refName) |
public final org.eclipse.jgit.lib.Repository repo
public final org.eclipse.jgit.revwalk.RevWalk rw
public final ChainedReceiveCommands cmds
public Optional<org.eclipse.jgit.lib.ObjectId> getObjectId(String refName) throws IOException
IOException
public void close()
close
in interface AutoCloseable