public class TimerScriptManager
extends java.lang.Object
Constructor and Description |
---|
TimerScriptManager(java.lang.String projectName,
ScriptManager manager,
IScriptsEnabled scriptsEnabled,
java.util.Map<TimerKey,java.lang.String> timerScripts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProjectScriptDiagnostic> |
getScriptDiagnostics() |
java.util.List<ScriptExecutionReport> |
getScriptExecutionReports() |
void |
reportExecution(TimerKey key,
ScriptExecutionReport report) |
void |
stop() |
public TimerScriptManager(java.lang.String projectName, ScriptManager manager, IScriptsEnabled scriptsEnabled, java.util.Map<TimerKey,java.lang.String> timerScripts)
public void stop()
public void reportExecution(TimerKey key, ScriptExecutionReport report)
public java.util.List<ScriptExecutionReport> getScriptExecutionReports()
public java.util.List<ProjectScriptDiagnostic> getScriptDiagnostics()