public abstract class AbstractChangeLogCommand extends AbstractCommand implements ChangeLogCommand
| Constructor and Description |
|---|
AbstractChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ChangeLogScmResult |
executeChangeLogCommand(ChangeLogScmRequest request) |
protected abstract ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
Deprecated.
|
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Deprecated.
|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
execute, getLogger, setLoggerpublic AbstractChangeLogCommand()
@Deprecated protected abstract ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
ScmException@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
ScmException@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in interface ChangeLogCommandexecuteCommand in class AbstractCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.