Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogScmResult
Packages that use ChangeLogScmResult
Package
Description
- 
Uses of ChangeLogScmResult in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) protected abstract ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated. - 
Uses of ChangeLogScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return ChangeLogScmResultModifier and TypeMethodDescriptionAbstractScmManager.changeLog(ChangeLogScmRequest scmRequest) Returns the changes that have happend in the source control system in a certain period of time.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happend in the source control system in a certain period of time.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happend in the source control system in a certain period of time.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags.ScmManager.changeLog(ChangeLogScmRequest scmRequest) Returns the changes that have happend in the source control system in a certain period of time.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmManagerStub.changeLog(ChangeLogScmRequest request) Returns the changes that have happend in the source control system in a certain period of time.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happend in the source control system in a certain period of time.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happend in the source control system in a certain period of time.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags. - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultAbstractScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.changeLog(ChangeLogScmRequest request) Returns the changes that have happened in the source control system in a certain period of time.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happened in the source control system in a certain period of time.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProvider.changeLog(ChangeLogScmRequest scmRequest) Returns the changes that have happened in the source control system in a certain period of time.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmProviderStub.changeLog(ChangeLogScmRequest scmRequest) ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.getChangeLogScmResult()Methods in org.apache.maven.scm.provider with parameters of type ChangeLogScmResultModifier and TypeMethodDescriptionvoidScmProviderStub.setChangeLogScmResult(ChangeLogScmResult changeLogScmResult)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ChangeLogScmResultModifier and TypeMethodDescriptionAbstractGitScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResultGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git.jgit.command.changelog
Methods in org.apache.maven.scm.provider.git.jgit.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResultJGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return ChangeLogScmResultModifier and TypeMethodDescriptionHgScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.hg.command.changelog
Methods in org.apache.maven.scm.provider.hg.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultHgChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) protected ChangeLogScmResultHgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResultHgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultLocalScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.local.command.changelog
Methods in org.apache.maven.scm.provider.local.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultLocalChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ChangeLogScmResultModifier and TypeMethodDescriptionAbstractSvnScmProvider.changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)  - 
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog that return ChangeLogScmResultModifier and TypeMethodDescriptionprotected ChangeLogScmResultSvnChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) protected ChangeLogScmResultSvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.protected ChangeLogScmResultSvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated. 
ScmManager.changeLog(org.apache.maven.scm.command.changelog.ChangeLogScmRequest)instead