org.apache.maven.scm.provider.integrity.command.changelog
Class IntegrityChangeLogCommand

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.integrity.command.changelog.IntegrityChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command

public class IntegrityChangeLogCommand
extends AbstractChangeLogCommand

MKS Integrity implementation for Maven's AbstractChangeLogCommand
Currently there is a limitation in the 'si rlog' command where changes can't be limited to a normal/variant/build configuration. In other words all revisions modified within the date range will be picked up for the Change Log report. By default the Change Log is grouped by Change Package ID. However, if no Change Package is found or Change Packages are not in use, then all the changes are grouped in one big Change Log Set

Since:
1.6
Version:
$Id: IntegrityChangeLogCommand.java 1.3 2011/08/22 13:06:19EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityChangeLogCommand()
           
 
Method Summary
 ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, 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

IntegrityChangeLogCommand

public IntegrityChangeLogCommand()
Method Detail

executeChangeLogCommand

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

Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException


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