Class SvnTagCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.tag.AbstractTagCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.tag.SvnTagCommand
-
- All Implemented Interfaces:
Command,SvnCommand
public class SvnTagCommand extends AbstractTagCommand implements SvnCommand
- Author:
- Brett Porter, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description SvnTagCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile)Deprecated.static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, ScmTagParameters scmTagParameters)ScmResultexecuteTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)ScmResultexecuteTagCommand(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:
executeTagCommandin classAbstractTagCommand- Returns:
- Throws:
ScmException
-
executeTagCommand
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommandin classAbstractTagCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile)
Deprecated.- Parameters:
repository-workingDirectory-tag-messageFile-- Returns:
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, ScmTagParameters scmTagParameters)
-
-