Uses of Class
hudson.scm.CVSChangeLogSet.CVSChangeLog
-
Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm
Modifier 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()
Modifier and TypeMethodDescriptionboolean
CVSChangeLogSet.CVSChangeLog.canBeMergedWith
(CVSChangeLogSet.CVSChangeLog that) Checks if twoCVSChangeLogSet.CVSChangeLog
entries can be merged.void
CVSChangeLogSet.CVSChangeLog.merge
(CVSChangeLogSet.CVSChangeLog that) ModifierConstructorDescriptionCVSChangeLogSet
(AbstractBuild<?, ?> build, List<CVSChangeLogSet.CVSChangeLog> logs) CVSChangeLogSet
(Run<?, ?> build, RepositoryBrowser<?> browser, List<CVSChangeLogSet.CVSChangeLog> logs) -
Uses of CVSChangeLogSet.CVSChangeLog in hudson.scm.browsers
Modifier 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)