public class DefaultExecutionResult extends java.lang.Object implements ExecutionResult
Constructor and Description |
---|
DefaultExecutionResult() |
DefaultExecutionResult(ExecutionConsole console,
ProcessHandler processHandler) |
DefaultExecutionResult(ExecutionConsole console,
ProcessHandler processHandler,
AnAction... actions) |
DefaultExecutionResult(ProcessHandler processHandler) |
Modifier and Type | Method and Description |
---|---|
AnAction [] |
getActions()
Returns the actions to display in the toolbar of the Run/Debug console tab.
|
AnAction [] |
getAdditionalStopActions()
Deprecated.
unused
|
ExecutionConsole |
getExecutionConsole()
Returns the component displaying the result of executing the process.
|
ProcessHandler |
getProcessHandler()
Returns the ProcessHandler attached to the running process.
|
AnAction [] |
getRestartActions() |
void |
setActions(AnAction... actions) |
void |
setRestartActions(AnAction... restartActions) |
public DefaultExecutionResult()
public DefaultExecutionResult(ExecutionConsole console, ProcessHandler processHandler)
public DefaultExecutionResult(ProcessHandler processHandler)
public DefaultExecutionResult(ExecutionConsole console, ProcessHandler processHandler, AnAction... actions)
public ExecutionConsole getExecutionConsole()
ExecutionResult
getExecutionConsole
in interface ExecutionResult
public AnAction [] getActions()
ExecutionResult
getActions
in interface ExecutionResult
public void setActions(AnAction... actions)
public AnAction [] getRestartActions()
public void setRestartActions(AnAction... restartActions)
@Deprecated public AnAction [] getAdditionalStopActions()
public ProcessHandler getProcessHandler()
ExecutionResult
getProcessHandler
in interface ExecutionResult