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

Packages that use ChangeLogScmRequest
org.apache.maven.scm.command.changelog   
org.apache.maven.scm.manager   
org.apache.maven.scm.provider   
 

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

Methods in org.apache.maven.scm.command.changelog with parameters of type ChangeLogScmRequest
protected  ChangeLogScmResult AbstractChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request)
           
 

Uses of ChangeLogScmRequest in org.apache.maven.scm.manager
 

Methods in org.apache.maven.scm.manager with parameters of type ChangeLogScmRequest
 ChangeLogScmResult ScmManager.changeLog(ChangeLogScmRequest scmRequest)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult AbstractScmManager.changeLog(ChangeLogScmRequest scmRequest)
          Returns the changes that have happend in the source control system in a certain period of time.
 

Uses of ChangeLogScmRequest in org.apache.maven.scm.provider
 

Methods in org.apache.maven.scm.provider with parameters of type ChangeLogScmRequest
 ChangeLogScmResult ScmProvider.changeLog(ChangeLogScmRequest scmRequest)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult AbstractScmProvider.changeLog(ChangeLogScmRequest request)
          Returns the changes that have happend in the source control system in a certain period of time.
 



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