Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogScmRequest
-
-
Uses of ChangeLogScmRequest in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog with parameters of type ChangeLogScmRequest Modifier and Type Method Description 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 Modifier and Type Method Description ChangeLogScmResult
AbstractScmManager. changeLog(ChangeLogScmRequest scmRequest)
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
ScmManagerStub. 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
Methods in org.apache.maven.scm.provider with parameters of type ChangeLogScmRequest Modifier and Type Method Description ChangeLogScmResult
AbstractScmProvider. changeLog(ChangeLogScmRequest request)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
ScmProvider. changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
ScmProviderStub. changeLog(ChangeLogScmRequest scmRequest)
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)
-