public abstract class AbstractBranchCommand extends AbstractCommand
logger
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
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
- TODOfileSet
- TODObranchName
- TODOscmBranchParameters
- TODOScmException
- if anypublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.