Class AccuRevCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
org.apache.maven.scm.provider.accurev.command.checkin.AccuRevCheckInCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckIn
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResult
executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
executeCommand, getScmFiles
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AccuRevCheckInCommand
-
-
Method Details
-
executeAccurevCommand
protected ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException, AccuRevException - Specified by:
executeAccurevCommand
in classAbstractAccuRevCommand
- Throws:
ScmException
AccuRevException
-
checkIn
public CheckInScmResult checkIn(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Throws:
ScmException
-