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 hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>


Nested Class Summary
 
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
 
Constructor Summary
FakeChangeLogSCM.FakeChangeLogSet(hudson.model.AbstractBuild<?,?> build, List<FakeChangeLogSCM.EntryImpl> entries)
           
 
Method Summary
 boolean isEmptySet()
           
 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(hudson.model.AbstractBuild<?,?> build,
                                         List<FakeChangeLogSCM.EntryImpl> entries)
Method Detail

isEmptySet

public boolean isEmptySet()
Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>

iterator

public Iterator<FakeChangeLogSCM.EntryImpl> iterator()


Copyright © 2004-2014. All Rights Reserved.