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
- Author:
- Emmanuel Venisse, Olivier Lamy TODO since this is just a copy, use that instead.
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile) static org.codehaus.plexus.util.cli.Commandline
createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters) executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) default impl to provide backward compMethods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
SvnBranchCommand
public SvnBranchCommand()
-
-
Method Details
-
executeBranchCommand
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, 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, String branch, String message) throws ScmException - Specified by:
executeBranchCommand
in classAbstractBranchCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile) -
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)
-