public abstract class AbstractBranchCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractBranchCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String branchName,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
protected abstract ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String branchName,
java.lang.String message) |
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
execute, getLogger, setLoggerprotected abstract ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message) throws ScmException
ScmExceptionprotected ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters) throws ScmException
repository - fileSet - branchName - scmBranchParameters - ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmException