Class HgTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.hg.command.tag.HgTagCommand
- All Implemented Interfaces:
Command
Tag.
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message) protected ScmResultexecuteTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) private StringBuilderMethods inherited from class AbstractTagCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Constructor Details
-
HgTagCommand
public HgTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message) throws ScmException - Overrides:
executeTagCommandin classAbstractTagCommand- Parameters:
scmProviderRepository- TODOfileSet- TODOtag- TODOmessage- TODO- Returns:
- TODO
- Throws:
ScmException- if any
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
joinCmd
-