| Modifier and Type | Method and Description |
|---|---|
Request |
GradlePluginLord.addExecutionRequestToQueue(List<FavoriteTask> favorites)
Executes several favorites commands at once as a single command.
|
Request |
GradlePluginLord.addExecutionRequestToQueue(List<TaskView> tasks,
boolean forceOutputToBeShown,
String... additionCommandLineOptions)
This executes all the tasks together in a background thread.
|
Request |
GradlePluginLord.addExecutionRequestToQueue(String fullCommandLine,
String displayName) |
Request |
GradlePluginLord.addExecutionRequestToQueue(String fullCommandLine,
String displayName,
boolean forceOutputToBeShown)
Call this to execute a task in a background thread.
|
Request |
GradlePluginLord.addExecutionRequestToQueue(TaskView task,
boolean forceOutputToBeShown,
String... additionCommandLineOptions)
This executes a task in a background thread.
|
Request |
GradlePluginLord.addRefreshRequestToQueue()
This will refresh the project/task tree.
|
Request |
GradlePluginLord.addRefreshRequestToQueue(String additionalCommandLineArguments)
This will refresh the project/task tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradlePluginLord.RequestObserver.aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
void |
GradlePluginLord.RequestObserver.requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRequest
This represents a basic reques to gradle that is executed in a separate process using the ProcessLauncherServer.
|
class |
ExecutionRequest
This represents a reques to gradle that is executed in a separate process using the ProcessLauncherServer.
|
class |
RefreshTaskListRequest
This represents a request to gradle that is executed in a separate process using the ProcessLauncherServer.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
OutputPanel.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputPanelLord.aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
void |
OutputPanelLord.executeAgain(Request request,
OutputPanel outputPanel) |
void |
OutputPanel.OutputPanelParent.executeAgain(Request request,
OutputPanel outputPanel) |
void |
OutputUILord.OutputObserver.outputTabClosed(Request request)
Notification that an output tab was closed.
|
void |
OutputUILord.OutputObserver.reportExecuteFinished(Request request,
boolean wasSuccessful)
Notification that execution of a request is complete
|
void |
OutputPanelLord.reportExecuteFinished(Request request,
boolean wasSuccessful) |
void |
OutputPanel.OutputPanelParent.reportExecuteFinished(Request request,
boolean wasSuccessful) |
void |
OutputPanelLord.requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
void |
OutputPanel.setRequest(Request request,
boolean onlyShowOutputOnErrors)
This is called whenever a new request is made.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTreeTab.aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
void |
TaskTreeTab.requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestObserverWrapper.aboutToExecuteRequest(Request request)
Notification that a command is about to be executed.
|
void |
RequestObserverWrapper.requestExecutionComplete(Request request,
int result,
String output)
Notification that the command has completed execution.
|
| Constructor and Description |
|---|
RequestWrapper(Request request) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputObserverWrapper.outputTabClosed(Request request)
Notification that an output tab was closed.
|
void |
OutputObserverWrapper.reportExecuteFinished(Request request,
boolean wasSuccessful)
Notification that execution of a request is complete
|
Copyright © 2013. All rights reserved