Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogScmResult
-
-
Uses of ChangeLogScmResult in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog that return ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)protected abstract ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Deprecated. -
Uses of ChangeLogScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return ChangeLogScmResult 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.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmManager. changeLog(ChangeLogScmRequest scmRequest)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmManagerStub. changeLog(ChangeLogScmRequest request)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.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
Fields in org.apache.maven.scm.provider declared as ChangeLogScmResult Modifier and Type Field Description private ChangeLogScmResultScmProviderStub. changeLogScmResultMethods in org.apache.maven.scm.provider that return ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultAbstractScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)ChangeLogScmResultAbstractScmProvider. changeLog(ChangeLogScmRequest request)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProvider. changeLog(ChangeLogScmRequest scmRequest)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProviderStub. changeLog(ChangeLogScmRequest scmRequest)ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.String datePattern)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. getChangeLogScmResult()Methods in org.apache.maven.scm.provider with parameters of type ChangeLogScmResult Modifier and Type Method Description voidScmProviderStub. setChangeLogScmResult(ChangeLogScmResult changeLogScmResult) -
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ChangeLogScmResult Modifier and Type Method Description ChangeLogScmResultAbstractGitScmProvider. 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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit, ScmVersion version)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultJGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultJGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultJGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version)protected ChangeLogScmResultJGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)protected ChangeLogScmResultJGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return ChangeLogScmResult Modifier and Type Method Description ChangeLogScmResultHgScmProvider. 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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)protected ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)private ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit) -
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return ChangeLogScmResult Modifier and Type Method Description protected 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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultLocalChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) -
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ChangeLogScmResult Modifier and Type Method Description ChangeLogScmResultAbstractSvnScmProvider. 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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)protected ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)Deprecated.private ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)protected ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Deprecated.
-