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.Commandline
buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message) protected ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResult
executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, 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
-
VssTagCommand
public VssTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException - Overrides:
executeTagCommand
in classAbstractTagCommand
- Parameters:
repository
-fileSet
-tagName
-message
-- Returns:
- Throws:
ScmException
- See Also:
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message) throws ScmException - Throws:
ScmException
-