public abstract class AbstractTagCommand extends AbstractCommand
logger| Constructor and Description |
|---|
AbstractTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message)
Deprecated.
|
executeprotected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException
executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters)repository - TODOfileSet - TODOtagName - TODOmessage - TODOScmException - if anyprotected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2024 The Apache Software Foundation. All rights reserved.