public static class ScriptRunnerUtil.ScriptOutput extends ProcessAdapter
| Modifier and Type | Field and Description |
|---|---|
java.lang.StringBuilder |
myFilteredOutput |
java.lang.StringBuffer |
myMergedOutput |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptiveOutput() |
java.lang.String |
getFilteredOutput() |
java.lang.String |
getMergedOutput() |
java.lang.String[] |
getOutputToParseArray() |
void |
onTextAvailable(ProcessEvent event,
Key outputType) |
processTerminated, startNotifiedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessWillTerminatepublic final java.lang.StringBuilder myFilteredOutput
public final java.lang.StringBuffer myMergedOutput
public java.lang.String getFilteredOutput()
public java.lang.String getMergedOutput()
public java.lang.String[] getOutputToParseArray()
public java.lang.String getDescriptiveOutput()
public void onTextAvailable(ProcessEvent event, Key outputType)
onTextAvailable in interface ProcessListeneronTextAvailable in class ProcessAdapter