Uses of Class
org.eclipse.jgit.api.NameRevCommand
-
Packages that use NameRevCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of NameRevCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return NameRevCommand Modifier and Type Method Description NameRevCommandNameRevCommand. add(Iterable<ObjectId> ids)Add multiple objects to search for.NameRevCommandNameRevCommand. add(ObjectId id)Add an object to search for.NameRevCommandNameRevCommand. addAnnotatedTags()Add all annotated tags underrefs/tags/to the set that all results must match.NameRevCommandNameRevCommand. addPrefix(String prefix)Add a ref prefix to the set that results must match.NameRevCommandNameRevCommand. addRef(Ref ref)Add a ref to the set that all results must match.NameRevCommandGit. nameRev()Return a command object to find human-readable names of revisions.
-