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   
org.apache.maven.scm.provider.bazaar.command.changelog   
org.apache.maven.scm.provider.git.gitexe.command.changelog   
org.apache.maven.scm.provider.hg.command.changelog   
org.apache.maven.scm.provider.svn.svnexe.command.changelog   
 

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 ScmManagerStub.changeLog(ChangeLogScmRequest request)
          Returns the changes that have happend in the source control system in a certain period of time.
 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 ScmProviderStub.changeLog(ChangeLogScmRequest scmRequest)
           
 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.
 

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

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

Uses of ChangeLogScmRequest in org.apache.maven.scm.provider.git.gitexe.command.changelog
 

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

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

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

Uses of ChangeLogScmRequest in org.apache.maven.scm.provider.svn.svnexe.command.changelog
 

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



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