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, setLogger
public 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
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in interface ChangeLogCommand
executeCommand
in class AbstractCommand
ScmException
protected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
ScmException
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.