Class BazaarChangeLogCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
-
- org.apache.maven.scm.provider.bazaar.command.changelog.BazaarChangeLogCommand
-
- All Implemented Interfaces:
ChangeLogCommand
,Command
public class BazaarChangeLogCommand extends AbstractChangeLogCommand implements Command
-
-
Constructor Summary
Constructors Constructor Description BazaarChangeLogCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangeLogScmResult
executeChangeLogCommand(ChangeLogScmRequest request)
protected ChangeLogScmResult
executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
private ChangeLogScmResult
executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit)
-
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException
- Overrides:
executeChangeLogCommand
in classAbstractChangeLogCommand
- Throws:
ScmException
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) throws ScmException
- Specified by:
executeChangeLogCommand
in classAbstractChangeLogCommand
- Throws:
ScmException
-
executeChangeLogCommand
private ChangeLogScmResult executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit) throws ScmException
- Throws:
ScmException
-
-