public final class SubversionChangeLogSet extends hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>
ChangeLogSet for Subversion.| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionChangeLogSet.LogEntry
One commit.
|
static class |
SubversionChangeLogSet.Path
A file in a commit.
|
static class |
SubversionChangeLogSet.RevisionInfo |
| Modifier and Type | Method and Description |
|---|---|
String |
getKind() |
List<SubversionChangeLogSet.LogEntry> |
getLogs() |
Map<String,Long> |
getRevisionMap() |
List<SubversionChangeLogSet.RevisionInfo> |
getRevisions() |
boolean |
isEmptySet() |
Iterator<SubversionChangeLogSet.LogEntry> |
iterator() |
createEmpty, createEmpty, getBrowser, getItems, getRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isEmptySet()
isEmptySet in class hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>public List<SubversionChangeLogSet.LogEntry> getLogs()
public Iterator<SubversionChangeLogSet.LogEntry> iterator()
public String getKind()
getKind in class hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>public Map<String,Long> getRevisionMap() throws IOException
IOException@Exported public List<SubversionChangeLogSet.RevisionInfo> getRevisions() throws IOException
IOExceptionCopyright © 2004–2015. All rights reserved.