Package hudson.scm
Class CVSChangeLogSet
- All Implemented Interfaces:
Iterable<CVSChangeLogSet.CVSChangeLog>
ChangeLogSet
for CVS.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
In-memory representation of CVS Changelog.static class
static class
Represents CVS revision number like "1.5.3.2".Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
-
Field Summary
Fields inherited from class hudson.scm.ChangeLogSet
build
-
Constructor Summary
ConstructorDescriptionCVSChangeLogSet
(AbstractBuild<?, ?> build, List<CVSChangeLogSet.CVSChangeLog> logs) CVSChangeLogSet
(Run<?, ?> build, RepositoryBrowser<?> browser, List<CVSChangeLogSet.CVSChangeLog> logs) -
Method Summary
Modifier and TypeMethodDescriptiongetKind()
getLogs()
Returns the read-only list of changes.boolean
iterator()
static CVSChangeLogSet
parse
(AbstractBuild<?, ?> build, File f) static CVSChangeLogSet
parse
(Run<?, ?> build, RepositoryBrowser<?> browser, File f) void
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getRun
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CVSChangeLogSet
-
CVSChangeLogSet
public CVSChangeLogSet(Run<?, ?> build, RepositoryBrowser<?> browser, List<CVSChangeLogSet.CVSChangeLog> logs)
-
-
Method Details
-
getLogs
Returns the read-only list of changes. -
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySet
in classChangeLogSet<CVSChangeLogSet.CVSChangeLog>
-
iterator
-
getKind
- Overrides:
getKind
in classChangeLogSet<CVSChangeLogSet.CVSChangeLog>
-
parse
public static CVSChangeLogSet parse(AbstractBuild<?, ?> build, File f) throws IOException, SAXException- Throws:
IOException
SAXException
-
parse
public static CVSChangeLogSet parse(Run<?, ?> build, RepositoryBrowser<?> browser, File f) throws IOException, SAXException- Throws:
IOException
SAXException
-
toFile
- Throws:
IOException
-