Class TfsTagCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.tag.AbstractTagCommand
-
- org.apache.maven.scm.provider.tfs.command.TfsTagCommand
-
- All Implemented Interfaces:
Command
public class TfsTagCommand extends AbstractTagCommand
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description TfsTagCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, ScmTagParameters scmTagParameters)
protected ScmResult
executeTagCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, java.lang.String message)
protected ScmResult
executeTagCommand(ScmProviderRepository r, ScmFileSet f, 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 r, ScmFileSet f, java.lang.String tag, java.lang.String message) throws ScmException
- Overrides:
executeTagCommand
in classAbstractTagCommand
- Returns:
- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-
createCommand
public TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, ScmTagParameters scmTagParameters)
-
-