public abstract class AbstractBranchCommand extends AbstractCommand
Constructor and Description |
---|
AbstractBranchCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
protected abstract ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
String message) |
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
execute, getLogger, setLogger
public AbstractBranchCommand()
protected abstract ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message) throws ScmException
ScmException
protected ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) throws ScmException
repository
- fileSet
- branchName
- scmBranchParameters
- ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.