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 ChangeLogScmResultAbstractChangeLogCommand. 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 ChangeLogScmResultAbstractScmManager. changeLog(ChangeLogScmRequest scmRequest)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManager. changeLog(ChangeLogScmRequest scmRequest)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManagerStub. 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 ChangeLogScmResultAbstractScmProvider. changeLog(ChangeLogScmRequest request)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProvider. changeLog(ChangeLogScmRequest scmRequest)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProviderStub. 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 ChangeLogScmResultGitChangeLogCommand. 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 ChangeLogScmResultHgChangeLogCommand. 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 ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)
-