Class JGitUntagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.untag.AbstractUntagCommand
org.apache.maven.scm.provider.git.jgit.command.untag.JGitUntagCommand
- All Implemented Interfaces:
Command,GitCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag commandMethods inherited from class org.apache.maven.scm.command.untag.AbstractUntagCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
JGitUntagCommand
public JGitUntagCommand()
-
-
Method Details
-
executeUntagCommand
protected ScmResult executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) throws ScmException Description copied from class:AbstractUntagCommandexecute untag command- Specified by:
executeUntagCommandin classAbstractUntagCommand- Parameters:
repository- scm repofileSet- set of files (unused)scmUntagParameters- parameters used by untag implementations- Returns:
- result of untag command
- Throws:
ScmException- in case of error
-