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()
           
 LiveLog getLiveLog(java.lang.Long buildId, StepPath stepPath, int fromIndex)
           
 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

getLiveLog

public LiveLog getLiveLog(java.lang.Long buildId,
                          StepPath stepPath,
                          int fromIndex)
Specified by:
getLiveLog 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.