Uses of Class
org.apache.maven.scm.command.changelog.ChangeLogScmResult
-
Packages that use ChangeLogScmResult Package Description org.apache.maven.scm.command.changelog org.apache.maven.scm.manager org.apache.maven.scm.provider -
-
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, 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 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, 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.ChangeLogScmResultAbstractScmManager. 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.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, 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, Date startDate, Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)Deprecated. -
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 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, String startTag, String endTag)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultAbstractScmProvider. 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.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, 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, String startTag, String endTag)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)Deprecated.
-