Uses of Class
org.eclipse.jgit.api.DescribeCommand
-
Packages that use DescribeCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of DescribeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DescribeCommand Modifier and Type Method Description DescribeCommand
Git. describe()
Returns a command object to come up with a short name that describes a commit in terms of the nearest git tag.DescribeCommand
DescribeCommand. setTarget(java.lang.String rev)
Sets the commit to be described.DescribeCommand
DescribeCommand. setTarget(ObjectId target)
Sets the commit to be described.
-