public interface ExecutionResult
DefaultExecutionResult
Modifier and Type | Method and Description |
---|---|
AnAction [] |
getActions()
Returns the actions to display in the toolbar of the Run/Debug console tab.
|
ExecutionConsole |
getExecutionConsole()
Returns the component displaying the result of executing the process.
|
ProcessHandler |
getProcessHandler()
Returns the ProcessHandler attached to the running process.
|
ExecutionConsole getExecutionConsole()
AnAction [] getActions()
ProcessHandler getProcessHandler()