public interface DebugEnvironment
Modifier and Type | Field and Description |
---|---|
static int |
LOCAL_START_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
createExecutionResult() |
default Sdk |
getAlternativeJre() |
default RemoteConnection |
getLocalConnection() |
long |
getPollTimeout() |
RemoteConnection |
getRemoteConnection() |
default Sdk |
getRunJre() |
GlobalSearchScope |
getSearchScope() |
java.lang.String |
getSessionName() |
boolean |
isRemote() |
static final int LOCAL_START_TIMEOUT
ExecutionResult createExecutionResult() throws ExecutionException
ExecutionException
GlobalSearchScope getSearchScope()
default Sdk getAlternativeJre()
default Sdk getRunJre()
boolean isRemote()
RemoteConnection getRemoteConnection()
default RemoteConnection getLocalConnection()
long getPollTimeout()
java.lang.String getSessionName()