public class VssTagCommand extends AbstractTagCommand
| Constructor and Description |
|---|
VssTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.plexus.util.cli.Commandline |
buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
String tagName,
String message) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message) |
executeCommandexecute, getLogger, setLoggerpublic VssTagCommand()
protected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionprotected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException
executeTagCommand in class AbstractTagCommandrepository - TODOfileSet - TODOtagName - TODOmessage - TODOScmException - if anyAbstractTagCommand.executeTagCommand(org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, java.lang.String, java.lang.String)public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.