public class IncludedInResolver
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IncludedInResolver.Result |
Modifier and Type | Method and Description |
---|---|
static boolean |
includedInOne(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit commit,
java.util.Collection<org.eclipse.jgit.lib.Ref> refs) |
static IncludedInResolver.Result |
resolve(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit commit) |
public static IncludedInResolver.Result resolve(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit commit) throws java.io.IOException
java.io.IOException
public static boolean includedInOne(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit commit, java.util.Collection<org.eclipse.jgit.lib.Ref> refs) throws java.io.IOException
java.io.IOException