org.apache.maven.scm.provider.jazz.command.changelog
Class JazzChangeLogCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
          extended by org.apache.maven.scm.provider.jazz.command.changelog.JazzChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command

public class JazzChangeLogCommand
extends AbstractChangeLogCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzChangeLogCommand()
           
 
Method Summary
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, executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzChangeLogCommand

public JazzChangeLogCommand()
Method Detail

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo,
                                                     ScmFileSet fileSet,
                                                     Date startDate,
                                                     Date endDate,
                                                     ScmBranch branch,
                                                     String datePattern)
                                              throws ScmException

Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

createHistoryCommand

protected JazzScmCommand createHistoryCommand(ScmProviderRepository repo,
                                              ScmFileSet fileSet)

createListChangesetCommand

protected JazzScmCommand createListChangesetCommand(ScmProviderRepository repo,
                                                    ScmFileSet fileSet,
                                                    List<ChangeSet> changeSets)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.