Class GitUntagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.untag.AbstractUntagCommand
org.apache.maven.scm.provider.git.gitexe.command.untag.GitUntagCommand
- All Implemented Interfaces:
Command
,GitCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(GitScmProviderRepository repository, File workingDirectory, String tag) static org.codehaus.plexus.util.cli.Commandline
createPushCommandLine
(GitScmProviderRepository repository, ScmFileSet fileSet, String tag) executeUntagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag commandMethods inherited from class org.apache.maven.scm.command.untag.AbstractUntagCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
GitUntagCommand
public GitUntagCommand()
-
-
Method Details
-
executeUntagCommand
public ScmResult executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) throws ScmException execute untag command- Specified by:
executeUntagCommand
in classAbstractUntagCommand
- Parameters:
repo
- scm repofileSet
- set of files (unused)scmUntagParameters
- parameters used by untag implementations- Returns:
- result of untag command
- Throws:
ScmException
- in case of error
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag) -
createPushCommandLine
public static org.codehaus.plexus.util.cli.Commandline createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag)
-