| Constructor and Description |
|---|
ExecuteGradleCommandServerProtocol(File currentDirectory,
File gradleHomeDirectory,
File customGradleExecutor,
String fullCommandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel,
ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRequest.DummyExecutionInteraction
This is a dummy ExecutionInteraction.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteGradleCommandServerProtocol.ExecutionInteraction |
AbstractRequest.executionInteraction |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setExecutionInteraction(ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
void |
AbstractRequest.setExecutionInteraction(ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
| Modifier and Type | Method and Description |
|---|---|
void |
GradleRunner.executeCommand(String commandLine,
LogLevel logLevel,
ShowStacktrace stackTraceLevel,
ExecuteGradleCommandServerProtocol.ExecutionInteraction executionInteraction) |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputPanel
This is a panel that displays the results of executing a gradle command.
|
class |
OutputTab
This just wraps up an OutputPanel so it has a tab header that can be dynamic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradleRunnerInteractionWrapper
Wrapper to shield version changes in GradleRunnerInteractionVersion1 from an external user of gradle open API.
|
Copyright © 2013. All rights reserved