net.praqma.hudson.scm
Class ChangeLogSetImpl
java.lang.Object
hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
net.praqma.hudson.scm.ChangeLogSetImpl
- All Implemented Interfaces:
- Iterable<ChangeLogEntryImpl>
public class ChangeLogSetImpl
- extends hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
This class represents a ChangeLogSet. This is the accumulation of all the
entries on a baseline
- Author:
- Troels Selch, Margit Bennetzen
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry |
Fields inherited from class hudson.scm.ChangeLogSet |
build |
Methods inherited from class hudson.scm.ChangeLogSet |
createEmpty, getItems, getKind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static Logger logger
ChangeLogSetImpl
protected ChangeLogSetImpl(hudson.model.AbstractBuild<?,?> build,
List<ChangeLogEntryImpl> entries)
iterator
public Iterator<ChangeLogEntryImpl> iterator()
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet
in class hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
getEntries
public List<ChangeLogEntryImpl> getEntries()
- Used by index.jelly to display list of entries
- Returns:
setBaselineName
public void setBaselineName(String baselineName)
getBaselineName
public String getBaselineName()
Copyright © 2004-2013. All Rights Reserved.