Class JazzChangeLogCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
-
- org.apache.maven.scm.provider.jazz.command.changelog.JazzChangeLogCommand
-
- All Implemented Interfaces:
ChangeLogCommand
,Command
public class JazzChangeLogCommand extends AbstractChangeLogCommand
- Author:
- Chris Graham
-
-
Constructor Summary
Constructors Constructor Description JazzChangeLogCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JazzScmCommand
createHistoryCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected JazzScmCommand
createListChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, List<ChangeSet> changeSets)
protected ChangeLogScmResult
executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
-
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeChangeLogCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
- Specified by:
executeChangeLogCommand
in classAbstractChangeLogCommand
- Throws:
ScmException
-
createHistoryCommand
protected JazzScmCommand createHistoryCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
createListChangesetCommand
protected JazzScmCommand createListChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, List<ChangeSet> changeSets)
-
-