public class BazaarChangeLogCommand extends AbstractChangeLogCommand implements Command
| Constructor and Description |
|---|
BazaarChangeLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ChangeLogScmResult |
executeChangeLogCommand(ChangeLogScmRequest request) |
private ChangeLogScmResult |
executeChangeLogCommand(ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String datePattern,
java.lang.Integer limit) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
executeChangeLogCommand, executeChangeLogCommand, executeCommandexecute, getLogger, setLoggerprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprivate ChangeLogScmResult executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit) throws ScmException
ScmException