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() |
protected List<SubversionChangeLogSet.LogEntry> |
prepareChangeLogEntries(List<SubversionChangeLogSet.LogEntry> items) |
protected static List<SubversionChangeLogSet.LogEntry> |
removeDuplicatedEntries(List<SubversionChangeLogSet.LogEntry> items)
Removes duplicate entries, ie those coming form svn:externals.
|
public List<SubversionChangeLogSet.LogEntry> getLogs()
getLogs in class hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>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
IOExceptionprotected List<SubversionChangeLogSet.LogEntry> prepareChangeLogEntries(List<SubversionChangeLogSet.LogEntry> items)
protected static List<SubversionChangeLogSet.LogEntry> removeDuplicatedEntries(List<SubversionChangeLogSet.LogEntry> items)
items - list of itemsCopyright © 2004-2015 Hudson. All Rights Reserved.