Class ClearCaseTagCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.tag.AbstractTagCommand
-
- org.apache.maven.scm.provider.clearcase.command.tag.ClearCaseTagCommand
-
- All Implemented Interfaces:
Command
,ClearCaseCommand
public class ClearCaseTagCommand extends AbstractTagCommand implements ClearCaseCommand
-
-
Constructor Summary
Constructors Constructor Description ClearCaseTagCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
private static org.codehaus.plexus.util.cli.Commandline
createNewLabelCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
protected ScmResult
executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
protected ScmResult
executeTagCommand(ScmProviderRepository scmProviderRepository, 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
protected ScmResult executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message) throws ScmException
- Overrides:
executeTagCommand
in classAbstractTagCommand
- Returns:
- Throws:
ScmException
-
executeTagCommand
protected ScmResult executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters) throws ScmException
- Specified by:
executeTagCommand
in classAbstractTagCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
-
createNewLabelCommandLine
private static org.codehaus.plexus.util.cli.Commandline createNewLabelCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
-
-