public abstract class AbstractChangeLogCommand extends AbstractCommand implements ChangeLogCommand
| Constructor and Description |
|---|
AbstractChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
execute, getLogger, setLoggerprotected abstract ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
ScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in interface ChangeLogCommandexecuteCommand in class AbstractCommandScmExceptionCopyright © 2003–2014. All rights reserved.