public abstract class AbstractTagCommand extends AbstractCommand
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,
java.lang.String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String tagName,
java.lang.String message)
Deprecated.
|
execute, getLogger, setLogger
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message) throws ScmException
executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters)
repository
- fileSet
- tagName
- message
- ScmException
protected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException