Uses of Class
org.eclipse.jgit.api.RenameBranchCommand
Packages that use RenameBranchCommand
-
Uses of RenameBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RenameBranchCommandModifier and TypeMethodDescriptionGit.branchRename()Return a command object used to rename branchesRenameBranchCommand.setNewName(String newName) Sets the new short name of the branch.RenameBranchCommand.setOldName(String oldName) Sets the old name of the branch.