org.jvnet.hudson.test
Class FakeChangeLogSCM.FakeChangeLogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
      extended by org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
All Implemented Interfaces:
Iterable<FakeChangeLogSCM.EntryImpl>
Enclosing class:
FakeChangeLogSCM

public static class FakeChangeLogSCM.FakeChangeLogSet
extends ChangeLogSet<FakeChangeLogSCM.EntryImpl>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
FakeChangeLogSCM.FakeChangeLogSet(AbstractBuild<?,?> build, List<FakeChangeLogSCM.EntryImpl> entries)
           
 
Method Summary
 boolean isEmptySet()
          Returns true if there's no change.
 Iterator<FakeChangeLogSCM.EntryImpl> iterator()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getItems, getKind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeChangeLogSCM.FakeChangeLogSet

public FakeChangeLogSCM.FakeChangeLogSet(AbstractBuild<?,?> build,
                                         List<FakeChangeLogSCM.EntryImpl> entries)
Method Detail

isEmptySet

public boolean isEmptySet()
Description copied from class: ChangeLogSet
Returns true if there's no change.

Specified by:
isEmptySet in class ChangeLogSet<FakeChangeLogSCM.EntryImpl>

iterator

public Iterator<FakeChangeLogSCM.EntryImpl> iterator()


Copyright © 2004-2013. All Rights Reserved.