Uses of Interface
com.atlassian.bitbucket.scm.git.command.mv.GitMvBuilder
Packages that use GitMvBuilder
Package
Description
-
Uses of GitMvBuilder in com.atlassian.bitbucket.scm.git.command
Methods in com.atlassian.bitbucket.scm.git.command that return GitMvBuilderModifier and TypeMethodDescriptionGitWorkTreeCommandBuilder.mv()Creates a builder for thegit mvcommand. -
Uses of GitMvBuilder in com.atlassian.bitbucket.scm.git.command.mv
Methods in com.atlassian.bitbucket.scm.git.command.mv that return GitMvBuilderModifier and TypeMethodDescriptionGitMvBuilder.clearSources()Clears anysourcesthat have been added, allowing the builder to be reused to construct multiple commands.GitMvBuilder.destination(String value) Specifies the path that thesourcefile, directory or symlink should be renamed to.GitMvBuilder.force(boolean value) Specifies a path to move todestination.Specifies path(s) to move todestination.Specifies path(s) to move todestination.