public class GradleInterfaceWrapperVersion2 extends GradleInterfaceWrapperVersion1 implements GradleInterfaceVersion2
gradlePluginLord| Constructor and Description |
|---|
GradleInterfaceWrapperVersion2(GradlePluginLord gradlePluginLord) |
| Modifier and Type | Method and Description |
|---|---|
RequestVersion1 |
executeCommand2(String commandLineArguments,
String displayName)
Call this to execute the given gradle command.
|
RequestVersion1 |
executeFavorites(List<FavoriteTaskVersion1> favorites)
Executes several favorites commands at once as a single command.
|
RequestVersion1 |
refreshTaskTree2()
This refreshes the projects and task list.
|
RequestVersion1 |
refreshTaskTree2(String additionalCommandLineArguments)
This refreshes the task tree.
|
addCommandLineArgumentAlteringListener, addRequestObserver, executeCommand, getCurrentDirectory, getCustomGradleExecutable, getGradleHomeDirectory, getRootProjects, getVersion, isBusy, refreshTaskTree, removeCommandLineArgumentAlteringListener, removeRequestObserver, setCurrentDirectory, setCustomGradleExecutableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestObserver, getVersion, removeRequestObserver, setCustomGradleExecutableaddCommandLineArgumentAlteringListener, executeCommand, getCurrentDirectory, getCustomGradleExecutable, getGradleHomeDirectory, getRootProjects, isBusy, refreshTaskTree, removeCommandLineArgumentAlteringListener, setCurrentDirectorypublic GradleInterfaceWrapperVersion2(GradlePluginLord gradlePluginLord)
public RequestVersion1 refreshTaskTree2()
GradleInterfaceVersion2refreshTaskTree2 in interface GradleInterfaceVersion2public RequestVersion1 refreshTaskTree2(String additionalCommandLineArguments)
refreshTaskTree2 in interface GradleInterfaceVersion2additionalCommandLineArguments - additional command line arguments to be passed to gradle when refreshing the task tree.public RequestVersion1 executeCommand2(String commandLineArguments, String displayName)
GradleInterfaceVersion2executeCommand2 in interface GradleInterfaceVersion2commandLineArguments - the command line arguments to pass to gradle.displayName - the name displayed in the UI for this commandpublic RequestVersion1 executeFavorites(List<FavoriteTaskVersion1> favorites)
executeFavorites in interface GradleInterfaceVersion2favorites - a list of favorites. If just one favorite, it executes it normally. If multiple favorites, it executes them all at once as a single command.Copyright © 2013. All rights reserved