Uses of Class
org.eclipse.jgit.api.RenameBranchCommand
-
Packages that use RenameBranchCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RenameBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RenameBranchCommand Modifier and Type Method Description RenameBranchCommandGit. branchRename()Return a command object used to rename branchesRenameBranchCommandRenameBranchCommand. setNewName(String newName)Sets the new short name of the branch.RenameBranchCommandRenameBranchCommand. setOldName(String oldName)Sets the old name of the branch.
-