Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogScmRequest
Packages that use ChangeLogScmRequest
Package
Description
-
Uses of ChangeLogScmRequest in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog with parameters of type ChangeLogScmRequestModifier and TypeMethodDescriptionprotected 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 ChangeLogScmRequestModifier and TypeMethodDescriptionAbstractScmManager.changeLog
(ChangeLogScmRequest scmRequest) Returns the changes that have happend in the source control system in a certain period of time.ScmManager.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 ChangeLogScmRequestModifier and TypeMethodDescriptionAbstractScmProvider.changeLog
(ChangeLogScmRequest request) Returns the changes that have happened in the source control system in a certain period of time.ScmProvider.changeLog
(ChangeLogScmRequest scmRequest) Returns the changes that have happened in the source control system in a certain period of time.