hudson.scm
Class BlameSubversionChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<BlameSubversionChangeLogSet.LogEntry>
      extended by 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 Class Summary
static class BlameSubversionChangeLogSet.LogEntry
          One commit.
static class BlameSubversionChangeLogSet.Path
          A file in a commit.
static class BlameSubversionChangeLogSet.RevisionInfo
           
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Method Summary
 String getKind()
           
 List<BlameSubversionChangeLogSet.LogEntry> getLogs()
           
 Map<String,Long> getRevisionMap()
           
 List<BlameSubversionChangeLogSet.RevisionInfo> getRevisions()
           
 boolean isEmptySet()
           
 Iterator<BlameSubversionChangeLogSet.LogEntry> iterator()
           
 
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
 

Method Detail

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.