Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogSet

Packages that use ChangeLogSet
org.apache.maven.scm.command.changelog   
org.apache.maven.scm.provider.integrity   
 

Uses of ChangeLogSet in org.apache.maven.scm.command.changelog
 

Methods in org.apache.maven.scm.command.changelog that return ChangeLogSet
 ChangeLogSet ChangeLogScmResult.getChangeLog()
           
 

Constructors in org.apache.maven.scm.command.changelog with parameters of type ChangeLogSet
ChangeLogScmResult(ChangeLogSet changeLog, ScmResult result)
           
ChangeLogScmResult(String commandLine, ChangeLogSet changeLog)
           
 

Uses of ChangeLogSet in org.apache.maven.scm.provider.integrity
 

Methods in org.apache.maven.scm.provider.integrity that return ChangeLogSet
 ChangeLogSet Sandbox.getChangeLog(Date startDate, Date endDate)
          Executes the 'si rlog' command to generate a list of changed revision found between startDate and endDate
 



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