Class StarteamTagCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.tag.AbstractTagCommand
-
- org.apache.maven.scm.provider.starteam.command.tag.StarteamTagCommand
-
- All Implemented Interfaces:
Command,StarteamCommand
public class StarteamTagCommand extends AbstractTagCommand implements StarteamCommand
- Author:
- Dan T. Tran, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description StarteamTagCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(StarteamScmProviderRepository repo, java.io.File workingDirectory, java.lang.String tag)protected ScmResultexecuteTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)protected ScmResultexecuteTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, 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 repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message) throws ScmException
- Overrides:
executeTagCommandin classAbstractTagCommand- Returns:
- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, java.io.File workingDirectory, java.lang.String tag) throws ScmException
- Throws:
ScmException
-
-