public class PatchListLoader extends com.google.common.cache.CacheLoader<PatchListKey,PatchList>
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jgit.revwalk.RevTree |
automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b) |
static org.eclipse.jgit.revwalk.RevTree |
automerge(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit b,
boolean save) |
PatchList |
load(PatchListKey key) |
public PatchList load(PatchListKey key) throws IOException, PatchListNotAvailableException
load
in class com.google.common.cache.CacheLoader<PatchListKey,PatchList>
IOException
PatchListNotAvailableException
public static org.eclipse.jgit.revwalk.RevTree automerge(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit b) throws IOException
IOException
public static org.eclipse.jgit.revwalk.RevTree automerge(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit b, boolean save) throws IOException
IOException