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
public class VssTagCommand extends AbstractTagCommand
- Since:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description VssTagCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinebuildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)protected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)protected ScmResultexecuteTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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
-
-
-
-
Method Detail
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message) throws ScmException
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message) throws ScmException
- Throws:
ScmException
-
-