public class ChangeLogSetImpl extends ChangeLogSet<ChangeLogEntryImpl>
ChangeLogSet.AffectedFile, ChangeLogSet.Entry
Modifier and Type | Field and Description |
---|---|
protected static Logger |
logger |
build
Modifier | Constructor and Description |
---|---|
protected |
ChangeLogSetImpl(AbstractBuild<?,?> build,
List<ChangeLogEntryImpl> entries) |
Modifier and Type | Method and Description |
---|---|
String |
getBaselineName() |
List<ChangeLogEntryImpl> |
getEntries()
Used by index.jelly to display list of entries
|
boolean |
isEmptySet() |
Iterator<ChangeLogEntryImpl> |
iterator() |
void |
setBaselineName(String baselineName) |
createEmpty, createEmpty, getBrowser, getItems, getKind, getRun
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected static final Logger logger
protected ChangeLogSetImpl(AbstractBuild<?,?> build, List<ChangeLogEntryImpl> entries)
public Iterator<ChangeLogEntryImpl> iterator()
public boolean isEmptySet()
isEmptySet
in class ChangeLogSet<ChangeLogEntryImpl>
public List<ChangeLogEntryImpl> getEntries()
ChangeLogEntryImpl
public void setBaselineName(String baselineName)
public String getBaselineName()
Copyright © 2016–2022. All rights reserved.