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 NameRevCommand
NameRevCommand. add(Iterable<ObjectId> ids)
Add multiple objects to search for.NameRevCommand
NameRevCommand. add(ObjectId id)
Add an object to search for.NameRevCommand
NameRevCommand. addAnnotatedTags()
Add all annotated tags underrefs/tags/
to the set that all results must match.NameRevCommand
NameRevCommand. addPrefix(String prefix)
Add a ref prefix to the set that results must match.NameRevCommand
NameRevCommand. addRef(Ref ref)
Add a ref to the set that all results must match.NameRevCommand
Git. nameRev()
Return a command object to find human-readable names of revisions.
-