org.jvnet.hudson.test
Class FakeChangeLogSCM.FakeChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
- All Implemented Interfaces:
- Iterable<FakeChangeLogSCM.EntryImpl>
- Enclosing class:
- FakeChangeLogSCM
public static class FakeChangeLogSCM.FakeChangeLogSet
- extends ChangeLogSet<FakeChangeLogSCM.EntryImpl>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FakeChangeLogSCM.FakeChangeLogSet
public FakeChangeLogSCM.FakeChangeLogSet(AbstractBuild<?,?> build,
List<FakeChangeLogSCM.EntryImpl> entries)
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.