net.praqma.hudson.scm
Class ChangeLogSetImpl
java.lang.Object
hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
net.praqma.hudson.scm.ChangeLogSetImpl
- All Implemented Interfaces:
- java.lang.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 |
|
Field Summary |
protected static net.praqma.util.debug.PraqmaLogger.Logger |
logger
|
| 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 net.praqma.util.debug.PraqmaLogger.Logger logger
ChangeLogSetImpl
protected ChangeLogSetImpl(hudson.model.AbstractBuild<?,?> build,
java.util.List<ChangeLogEntryImpl> entries)
iterator
public java.util.Iterator<ChangeLogEntryImpl> iterator()
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
getEntries
public java.util.List<ChangeLogEntryImpl> getEntries()
- Used by index.jelly to display list of entries
- Returns:
setBaselineName
public void setBaselineName(java.lang.String baselineName)
getBaselineName
public java.lang.String getBaselineName()
Copyright © 2011. All Rights Reserved.