com.pmease.quickbuild.log
Class DefaultLivelogManager

java.lang.Object
  extended by com.pmease.quickbuild.log.DefaultLivelogManager
All Implemented Interfaces:
LivelogManager, SchedulableTask

public class DefaultLivelogManager
extends java.lang.Object
implements LivelogManager


Field Summary
 
Fields inherited from interface com.pmease.quickbuild.log.LivelogManager
instance
 
Constructor Summary
DefaultLivelogManager()
           
 
Method Summary
 void execute()
           
 java.util.List<BuildLogEntry> getEntries(java.lang.Long buildId, java.util.Date from, java.util.Date to)
           
 Schedule getSchedule()
           
 void log(java.lang.Long buildId, BuildLogEntry logEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLivelogManager

public DefaultLivelogManager()
Method Detail

getEntries

public java.util.List<BuildLogEntry> getEntries(java.lang.Long buildId,
                                                java.util.Date from,
                                                java.util.Date to)
Specified by:
getEntries in interface LivelogManager

log

public void log(java.lang.Long buildId,
                BuildLogEntry logEntry)
Specified by:
log in interface LivelogManager

execute

public void execute()
Specified by:
execute in interface SchedulableTask

getSchedule

public Schedule getSchedule()
Specified by:
getSchedule in interface SchedulableTask


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