public class SvnBranchCommand extends AbstractBranchCommand implements SvnCommand
Constructor and Description |
---|
SvnBranchCommand() |
Modifier and Type | Method and Description |
---|---|
static Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
String branch,
File messageFile) |
static 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, getLogger, setLogger
public SvnBranchCommand()
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) throws ScmException
AbstractBranchCommand
executeBranchCommand
in class AbstractBranchCommand
ScmException
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) throws ScmException
executeBranchCommand
in class AbstractBranchCommand
ScmException
public static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile)
public static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.