Uses of Class
org.eclipse.jgit.api.DeleteTagCommand
-
Packages that use DeleteTagCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of DeleteTagCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DeleteTagCommand Modifier and Type Method Description DeleteTagCommandDeleteTagCommand. setTags(String... tags)Set names of the tags to deleteDeleteTagCommandGit. tagDelete()Return a command object used to delete tags
-