Package com.google.gerrit.server.change
Class IncludedInResolver
- java.lang.Object
-
- com.google.gerrit.server.change.IncludedInResolver
-
public class IncludedInResolver extends Object
Resolve in which tags and branches a commit is included.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IncludedInResolver.Result
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
includedInAny(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit commit, 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)
-
-
-
Method Detail
-
resolve
public static IncludedInResolver.Result resolve(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit commit) throws IOException
- Throws:
IOException
-
includedInAny
public static boolean includedInAny(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit commit, Collection<org.eclipse.jgit.lib.Ref> refs) throws IOException
- Throws:
IOException
-
-