Package hudson.scm
Class SubversionChangeLogSet
- All Implemented Interfaces:
Iterable<SubversionChangeLogSet.LogEntry>
ChangeLogSet
for Subversion.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
One commit.static class
A file in a commit.static final class
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
-
Field Summary
Fields inherited from class hudson.scm.ChangeLogSet
build
-
Method Summary
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
-
Method Details
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySet
in classChangeLogSet<SubversionChangeLogSet.LogEntry>
-
getLogs
-
iterator
-
getKind
- Overrides:
getKind
in classChangeLogSet<SubversionChangeLogSet.LogEntry>
-
getRevisionMap
- Throws:
IOException
-
getRevisions
- Throws:
IOException
-