hudson.scm
Class BlameSubversionChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
hudson.scm.BlameSubversionChangeLogSet
- All Implemented Interfaces:
- Iterable<BlameSubversionChangeLogSet.LogEntry>
public final class BlameSubversionChangeLogSet
- extends hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
ChangeLogSet for Subversion.
Modify: changed by tang
- Author:
- tang,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, getBuild, getItems |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmptySet
public boolean isEmptySet()
- Overrides:
isEmptySet in class hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
getLogs
public List<BlameSubversionChangeLogSet.LogEntry> getLogs()
- Specified by:
getLogs in class hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
iterator
public Iterator<BlameSubversionChangeLogSet.LogEntry> iterator()
- Specified by:
iterator in interface Iterable<BlameSubversionChangeLogSet.LogEntry>- Overrides:
iterator in class hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
getKind
public String getKind()
- Overrides:
getKind in class hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
getRevisionMap
public Map<String,Long> getRevisionMap()
throws IOException
- Throws:
IOException
getRevisions
@Exported
public List<BlameSubversionChangeLogSet.RevisionInfo> getRevisions()
throws IOException
- Throws:
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.