Class VssTagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.tag.AbstractTagCommand
org.apache.maven.scm.provider.vss.commands.tag.VssTagCommand
- All Implemented Interfaces:
Command
- Since:
- 1.3
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlinebuildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message) protected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Methods inherited from class org.apache.maven.scm.command.tag.AbstractTagCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
VssTagCommand
public VssTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException - Overrides:
executeTagCommandin classAbstractTagCommand- Parameters:
repository- TODOfileSet- TODOtagName- TODOmessage- TODO- Returns:
- TODO
- Throws:
ScmException- if any- See Also:
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message) throws ScmException - Throws:
ScmException
-