Package org.jvnet.hudson.test
Class FakeChangeLogSCM.FakeChangeLogSet
java.lang.Object
hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
- All Implemented Interfaces:
Serializable
,Iterable<FakeChangeLogSCM.EntryImpl>
- Enclosing class:
- FakeChangeLogSCM
public static class FakeChangeLogSCM.FakeChangeLogSet
extends hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
implements Serializable
- See Also:
-
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
ConstructorDescriptionFakeChangeLogSet
(hudson.model.Run<?, ?> build, List<FakeChangeLogSCM.EntryImpl> entries) -
Method Summary
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getKind, getRun
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FakeChangeLogSet
-
-
Method Details
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySet
in classhudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
-
iterator
- Specified by:
iterator
in interfaceIterable<FakeChangeLogSCM.EntryImpl>
-