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
ConstructorsConstructorDescriptionFakeChangeLogSet(hudson.model.Run<?, ?> build, List<FakeChangeLogSCM.EntryImpl> entries) -
Method Summary
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, createEmpty, getBrowser, getItems, getKind, getRunMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FakeChangeLogSet
-
-
Method Details
-
isEmptySet
public boolean isEmptySet()- Specified by:
isEmptySetin classhudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
-
iterator
- Specified by:
iteratorin interfaceIterable<FakeChangeLogSCM.EntryImpl>
-