hudson.scm
Class SubversionChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionChangeLogSet
- All Implemented Interfaces:
- Iterable<SubversionChangeLogSet.LogEntry>
public final class SubversionChangeLogSet
- extends hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>
ChangeLogSet for Subversion.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry |
| Fields inherited from class hudson.scm.ChangeLogSet |
build |
| Methods inherited from class hudson.scm.ChangeLogSet |
createEmpty, getItems |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>
getLogs
public List<SubversionChangeLogSet.LogEntry> getLogs()
iterator
public Iterator<SubversionChangeLogSet.LogEntry> iterator()
getKind
public String getKind()
- Overrides:
getKind in class hudson.scm.ChangeLogSet<SubversionChangeLogSet.LogEntry>
getRevisionMap
public Map<String,Long> getRevisionMap()
throws IOException
- Throws:
IOException
getRevisions
@Exported
public List<SubversionChangeLogSet.RevisionInfo> getRevisions()
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.