com.pmease.quickbuild.log
Interface LivelogManager

All Superinterfaces:
SchedulableTask
All Known Implementing Classes:
DefaultLivelogManager

public interface LivelogManager
extends SchedulableTask


Field Summary
static LivelogManager instance
           
 
Method Summary
 LiveLog getLiveLog(java.lang.Long buildId, StepPath stepPath, int fromIndex)
           
 void log(java.lang.Long buildId, BuildLogEntry logEntry)
           
 
Methods inherited from interface com.pmease.quickbuild.taskschedule.SchedulableTask
execute, getSchedule
 

Field Detail

instance

static final LivelogManager instance
Method Detail

log

void log(java.lang.Long buildId,
         BuildLogEntry logEntry)

getLiveLog

LiveLog getLiveLog(java.lang.Long buildId,
                   StepPath stepPath,
                   int fromIndex)


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