public static class FakeChangeLogSCM.FakeChangeLogSet extends hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl> implements Serializable
Constructor and Description |
---|
FakeChangeLogSet(hudson.model.Run<?,?> build,
List<FakeChangeLogSCM.EntryImpl> entries) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmptySet() |
Iterator<FakeChangeLogSCM.EntryImpl> |
iterator() |
createEmpty, createEmpty, getBrowser, getItems, getKind, getRun
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public FakeChangeLogSet(hudson.model.Run<?,?> build, List<FakeChangeLogSCM.EntryImpl> entries)
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<FakeChangeLogSCM.EntryImpl>
public Iterator<FakeChangeLogSCM.EntryImpl> iterator()
iterator
in interface Iterable<FakeChangeLogSCM.EntryImpl>
Copyright © 2004–2022. All rights reserved.