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 hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
| 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, getItems, getKind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FakeChangeLogSCM.FakeChangeLogSet
public FakeChangeLogSCM.FakeChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<FakeChangeLogSCM.EntryImpl> entries)
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.