Package hudson.scm
Class CVSChangeLogSet
- All Implemented Interfaces:
Iterable<CVSChangeLogSet.CVSChangeLog>
ChangeLogSet for CVS.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIn-memory representation of CVS Changelog.static classstatic classRepresents 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
ConstructorsConstructorDescriptionCVSChangeLogSet(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.booleaniterator()static CVSChangeLogSetparse(AbstractBuild<?, ?> build, File f) static CVSChangeLogSetparse(Run<?, ?> build, RepositoryBrowser<?> browser, File f) voidMethods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getRunMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isEmptySetin classChangeLogSet<CVSChangeLogSet.CVSChangeLog>
-
iterator
-
getKind
- Overrides:
getKindin classChangeLogSet<CVSChangeLogSet.CVSChangeLog>
-
parse
public static CVSChangeLogSet parse(AbstractBuild<?, ?> build, File f) throws IOException, SAXException- Throws:
IOExceptionSAXException
-
parse
public static CVSChangeLogSet parse(Run<?, ?> build, RepositoryBrowser<?> browser, File f) throws IOException, SAXException- Throws:
IOExceptionSAXException
-
toFile
- Throws:
IOException
-