Uses of Class
hudson.scm.CVSChangeLogSet.CVSChangeLog
Packages that use CVSChangeLogSet.CVSChangeLog
-
Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm
Methods in hudson.scm that return CVSChangeLogSet.CVSChangeLogMethods in hudson.scm that return types with arguments of type CVSChangeLogSet.CVSChangeLogModifier and TypeMethodDescriptionprotected List<CVSChangeLogSet.CVSChangeLog>
AbstractCvs.calculateChangeLog
(Date startTime, Date endTime, CvsRepository repository, TaskListener listener, EnvVars envVars, FilePath workspace) Builds a list of changes that have occurred in the given repository between any 2 time-stamps.CvsChangeSet.getChanges()
CVSChangeLogSet.getLogs()
Returns the read-only list of changes.CVSChangeLogSet.iterator()
Methods in hudson.scm with parameters of type CVSChangeLogSet.CVSChangeLogModifier and TypeMethodDescriptionboolean
CVSChangeLogSet.CVSChangeLog.canBeMergedWith
(CVSChangeLogSet.CVSChangeLog that) Checks if twoCVSChangeLogSet.CVSChangeLog
entries can be merged.void
CVSChangeLogSet.CVSChangeLog.merge
(CVSChangeLogSet.CVSChangeLog that) Constructor parameters in hudson.scm with type arguments of type CVSChangeLogSet.CVSChangeLogModifierConstructorDescriptionCVSChangeLogSet
(AbstractBuild<?, ?> build, List<CVSChangeLogSet.CVSChangeLog> logs) CVSChangeLogSet
(Run<?, ?> build, RepositoryBrowser<?> browser, List<CVSChangeLogSet.CVSChangeLog> logs) -
Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm.browsers
Methods in hudson.scm.browsers with parameters of type CVSChangeLogSet.CVSChangeLogModifier and TypeMethodDescriptionCvsFacadeRepositoryBrowser.getChangeSetLink
(CVSChangeLogSet.CVSChangeLog changeSet) FishEyeCVS.getChangeSetLink
(CVSChangeLogSet.CVSChangeLog changeSet) OpenGrok.getChangeSetLink
(CVSChangeLogSet.CVSChangeLog changeSet) ViewCVS.getChangeSetLink
(CVSChangeLogSet.CVSChangeLog changeSet) No changeset support in ViewCVS.protected CVSRepositoryBrowser
CvsFacadeRepositoryBrowser.resolveRepositoryBrowser
(CVSChangeLogSet.CVSChangeLog changelog)