Class SvnBranchCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.branch.AbstractBranchCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.branch.SvnBranchCommand
-
- All Implemented Interfaces:
Command
,SvnCommand
public class SvnBranchCommand extends AbstractBranchCommand implements SvnCommand
-
-
Constructor Summary
Constructors Constructor Description SvnBranchCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)
static org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters)
ScmResult
executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message)
ScmResult
executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, ScmBranchParameters scmBranchParameters)
default impl to provide backward comp-
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeBranchCommand
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, ScmBranchParameters scmBranchParameters) throws ScmException
Description copied from class:AbstractBranchCommand
default impl to provide backward comp- Overrides:
executeBranchCommand
in classAbstractBranchCommand
- Parameters:
repo
- TODOfileSet
- TODObranch
- TODOscmBranchParameters
- TODO- Returns:
- TODO
- Throws:
ScmException
- if any
-
executeBranchCommand
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message) throws ScmException
- Specified by:
executeBranchCommand
in classAbstractBranchCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters)
-
-