private class ScriptRunnerServlet.ScriptHistory
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | callInfoThe call info. | 
| java.util.List<ScriptResultObject> | scriptResultsThe 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