public class HgChangeLogCommand extends AbstractChangeLogCommand implements Command
| Constructor and Description | 
|---|
HgChangeLogCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChangeLogScmResult | 
executeChangeLogCommand(ChangeLogScmRequest request) | 
protected ChangeLogScmResult | 
executeChangeLogCommand(ScmProviderRepository scmProviderRepository,
                                              ScmFileSet fileSet,
                                              Date startDate,
                                              Date endDate,
                                              ScmBranch branch,
                                              String datePattern) | 
protected ChangeLogScmResult | 
executeChangeLogCommand(ScmProviderRepository repository,
                                              ScmFileSet fileSet,
                                              ScmVersion startVersion,
                                              ScmVersion endVersion,
                                              String datePattern)  | 
executeChangeLogCommand, executeCommandexecute, getLogger, setLoggerpublic HgChangeLogCommand()
protected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.