| Package | Description |
|---|---|
| org.gradle.openapi.external.foundation | |
| org.gradle.openapi.wrappers.foundation |
| Modifier and Type | Method and Description |
|---|---|
RequestVersion1 |
GradleInterfaceVersion2.executeCommand2(String commandLineArguments,
String displayName)
Call this to execute the given gradle command.
|
RequestVersion1 |
GradleInterfaceVersion2.executeFavorites(List<FavoriteTaskVersion1> favorites)
Executes several favorites commands at once as a single command.
|
RequestVersion1 |
GradleInterfaceVersion2.refreshTaskTree2()
This refreshes the projects and task list.
|
RequestVersion1 |
GradleInterfaceVersion2.refreshTaskTree2(String additionalCommandLineArguments)
This refreshes the task tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestObserverVersion1.aboutToExecuteRequest(RequestVersion1 request)
Notification that a command is about to be executed.
|
void |
RequestObserverVersion1.executionRequestAdded(RequestVersion1 request)
Notification that an execution request was added to the queue.
|
void |
RequestObserverVersion1.refreshRequestAdded(RequestVersion1 request)
Notification that a refresh request was added to the queue.
|
void |
RequestObserverVersion1.requestExecutionComplete(RequestVersion1 request,
int result,
String output)
Notification that a request has completed execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestWrapper
Implementation of RequestVersion1 meant to help shield external users from internal changes.
|
| Modifier and Type | Method and Description |
|---|---|
RequestVersion1 |
GradleInterfaceWrapperVersion2.executeCommand2(String commandLineArguments,
String displayName) |
RequestVersion1 |
GradleInterfaceWrapperVersion2.executeFavorites(List<FavoriteTaskVersion1> favorites)
Executes several favorites commands at once as a single command.
|
RequestVersion1 |
GradleInterfaceWrapperVersion2.refreshTaskTree2() |
RequestVersion1 |
GradleInterfaceWrapperVersion2.refreshTaskTree2(String additionalCommandLineArguments)
This refreshes the task tree.
|
Copyright © 2013. All rights reserved