net.praqma.hudson.scm
Class ChangeLogSetImpl

java.lang.Object
  extended by hudson.scm.ChangeLogSet<ChangeLogEntryImpl>
      extended by 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 Class Summary
 
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.Logger logger
           
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
protected ChangeLogSetImpl(hudson.model.AbstractBuild<?,?> build, List<ChangeLogEntryImpl> entries)
           
 
Method Summary
 String getBaselineName()
           
 List<ChangeLogEntryImpl> getEntries()
          Used by index.jelly to display list of entries
 boolean isEmptySet()
           
 Iterator<ChangeLogEntryImpl> iterator()
           
 void setBaselineName(String baselineName)
           
 
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
 

Field Detail

logger

protected static net.praqma.util.debug.Logger logger
Constructor Detail

ChangeLogSetImpl

protected ChangeLogSetImpl(hudson.model.AbstractBuild<?,?> build,
                           List<ChangeLogEntryImpl> entries)
Method Detail

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-2012. All Rights Reserved.