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
- 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 Constructor Description SvnBranchCommand(boolean interactive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile)
org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)
ScmResult
executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)
ScmResult
executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, 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
-
-
-
-
Constructor Detail
-
SvnBranchCommand
public SvnBranchCommand(boolean interactive)
-
-
Method Detail
-
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 org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile)
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)
-
-