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
 java.util.List<BuildLogEntry> getEntries(java.lang.Long buildId, java.util.Date from, java.util.Date to)
           
 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)

getEntries

java.util.List<BuildLogEntry> getEntries(java.lang.Long buildId,
                                         java.util.Date from,
                                         java.util.Date to)


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