Class SynergyTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.synergy.command.tag.SynergyTagCommand
- All Implemented Interfaces:
Command
,SynergyCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tag, String message) protected ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) Methods inherited from class org.apache.maven.scm.command.tag.AbstractTagCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
SynergyTagCommand
public SynergyTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag, String message) throws ScmException - Overrides:
executeTagCommand
in classAbstractTagCommand
- Parameters:
repository
- TODOfileSet
- TODOtag
- TODOmessage
- TODO- Returns:
- TODO
- Throws:
ScmException
- if any
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-