com.pmease.quickbuild.log
Class LiveLog

java.lang.Object
  extended by com.pmease.quickbuild.log.LiveLog
All Implemented Interfaces:
java.io.Serializable

public class LiveLog
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LiveLog()
           
 
Method Summary
 java.util.List<BuildLogEntryEx> getEntries()
           
 int getStartIndex()
           
 void setEntries(java.util.List<BuildLogEntryEx> entries)
           
 void setStartIndex(int startIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveLog

public LiveLog()
Method Detail

getStartIndex

public int getStartIndex()

setStartIndex

public void setStartIndex(int startIndex)

getEntries

public java.util.List<BuildLogEntryEx> getEntries()

setEntries

public void setEntries(java.util.List<BuildLogEntryEx> entries)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.