Class SvnUntagCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.untag.AbstractUntagCommand
org.apache.maven.scm.provider.svn.svnexe.command.untag.SvnUntagCommand
- All Implemented Interfaces:
Command,SvnCommand
scm:untag for provider svn is done by removing the tag dir
- Since:
- 1.11.2
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteUntagCommand(ScmProviderRepository repo, 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
-
Constructor Details
-
SvnUntagCommand
public SvnUntagCommand()
-
-
Method Details
-
executeUntagCommand
public ScmResult executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) throws ScmException execute untag command- Specified by:
executeUntagCommandin 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
-