public class ChangeLogSetImpl extends hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
Modifier | Constructor and Description |
---|---|
protected |
ChangeLogSetImpl(hudson.model.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) |
protected static final Logger logger
protected ChangeLogSetImpl(hudson.model.AbstractBuild<?,?> build, List<ChangeLogEntryImpl> entries)
public Iterator<ChangeLogEntryImpl> iterator()
public boolean isEmptySet()
isEmptySet
in class hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
public List<ChangeLogEntryImpl> getEntries()
ChangeLogEntryImpl
public void setBaselineName(String baselineName)
public String getBaselineName()
Copyright © 2004-2016. All Rights Reserved.