Class JGitTagCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.tag.AbstractTagCommand
-
- org.apache.maven.scm.provider.git.jgit.command.tag.JGitTagCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class JGitTagCommand extends AbstractTagCommand implements GitCommand
- Since:
- 1.9
-
-
Constructor Summary
Constructors Constructor Description JGitTagCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScmResult
executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
ScmResult
executeTagCommand(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
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message) throws ScmException
- Overrides:
executeTagCommand
in classAbstractTagCommand
- Parameters:
repo
- TODOfileSet
- TODOtag
- TODOmessage
- TODO- Returns:
- TODO
- Throws:
ScmException
- if any
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-
-