private class ScriptRunnerServlet.ScriptHistory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
callInfo
The call info.
|
java.util.List<ScriptResultObject> |
scriptResults
The script results.
|
| Modifier | Constructor and Description |
|---|---|
private |
ScriptRunnerServlet.ScriptHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
toHtml(java.io.PrintWriter out)
Show execution history
|
public java.lang.String callInfo
public java.util.List<ScriptResultObject> scriptResults