Class HgCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
org.apache.maven.scm.provider.hg.command.checkin.HgCheckInCommand
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class AbstractCheckInCommand
NAMEFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag) Methods inherited from class AbstractCheckInCommand
executeCheckInCommand, executeCommandMethods inherited from class AbstractCommand
execute
-
Constructor Details
-
HgCheckInCommand
public HgCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag) throws ScmException - Specified by:
executeCheckInCommandin classAbstractCheckInCommand- Parameters:
repo-fileSet-message-tag-- Returns:
- Throws:
ScmException
-