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 ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)
protected abstract ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. 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 ChangeLogScmResult 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
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.ChangeLogScmResult
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.ChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
ScmManager. changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
ScmManagerStub. changeLog(ChangeLogScmRequest request)
Returns the changes that have happend in the source control system in a certain period of time.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
ScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResult
AbstractScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
AbstractScmProvider. changeLog(ChangeLogScmRequest request)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)
Deprecated.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
ScmProvider. changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)
ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
ScmProviderStub. changeLog(ChangeLogScmRequest scmRequest)
ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
ScmProviderStub. getChangeLogScmResult()
Methods in org.apache.maven.scm.provider with parameters of type ChangeLogScmResult Modifier and Type Method Description void
ScmProviderStub. 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 ChangeLogScmResult
AbstractGitScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git.gitexe.command.changelog
-
Uses of ChangeLogScmResult in org.apache.maven.scm.provider.git.jgit.command.changelog
-
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 ChangeLogScmResult
HgScmProvider. 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 ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)
protected ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
protected ChangeLogScmResult
HgChangeLogCommand. 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 ChangeLogScmResult Modifier and Type Method Description protected ChangeLogScmResult
LocalScmProvider. 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 ChangeLogScmResult
LocalChangeLogCommand. 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 ChangeLogScmResult Modifier and Type Method Description ChangeLogScmResult
AbstractSvnScmProvider. 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 ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ChangeLogScmRequest request)
protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
Deprecated.protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
Deprecated.
-