Class ClearCaseCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
org.apache.maven.scm.provider.clearcase.command.checkin.ClearCaseCheckInCommand
- All Implemented Interfaces:
Command
,ClearCaseCommand
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(ScmFileSet scmFileSet, String message) protected CheckInScmResult
executeCheckInCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String message, ScmVersion version) Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
ClearCaseCheckInCommand
public ClearCaseCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException - Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet, String message) throws ScmException - Throws:
ScmException
-