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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) protected ScmResultexecuteTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, String message) protected ScmResultexecuteTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) Methods inherited from class org.apache.maven.scm.command.tag.AbstractTagCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
TfsTagCommand
public TfsTagCommand()
-
-
Method Details
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, String message) throws ScmException - Overrides:
executeTagCommandin classAbstractTagCommand- Parameters:
r- TODOf- TODOtag- TODOmessage- TODO- Returns:
- TODO
- Throws:
ScmException- if any
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) throws ScmException - Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
createCommand
public TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters)
-