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) | 
executeCommandexecute, getLogger, setLoggerpublic SvnBranchCommand()
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) throws ScmException
AbstractBranchCommandexecuteBranchCommand in class AbstractBranchCommandScmExceptionpublic ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) throws ScmException
executeBranchCommand in class AbstractBranchCommandScmExceptionpublic 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–2018 The Apache Software Foundation. All rights reserved.