public class SvnBranchCommand extends AbstractBranchCommand implements SvnCommand
logger
Constructor and Description |
---|
SvnBranchCommand() |
Modifier and Type | Method and Description |
---|---|
static 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) |
ScmResult |
executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
ScmResult |
executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
String message) |
executeCommand
execute
public SvnBranchCommand()
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) throws ScmException
AbstractBranchCommand
executeBranchCommand
in class AbstractBranchCommand
repo
- TODOfileSet
- TODObranch
- TODOscmBranchParameters
- TODOScmException
- if anypublic ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) throws ScmException
executeBranchCommand
in class AbstractBranchCommand
ScmException
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile)
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.