| Modifier and Type | Method and Description |
|---|---|
RequestVersion1 |
GradleInterfaceVersion2.executeFavorites(List<FavoriteTaskVersion1> favorites)
Executes several favorites commands at once as a single command.
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.addFavorite(String fullCommandLine,
String displayName,
boolean alwaysShowOutput)
Adds the specified favorite.
|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.getFavorite(String fullCommandLine)
Returns the favorite with the specified command line
|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.getFavorite(TaskVersion1 task)
Returns the favorite with the specified task
|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.getFavoriteByDisplayName(String displayName)
Returns the favorite with the specified display name
|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.promptUserToAddFavorite(Window parent)
Display a Swing dialog prompting the user to enter a favorite.
|
| Modifier and Type | Method and Description |
|---|---|
List<FavoriteTaskVersion1> |
FavoritesEditorVersion1.getFavoriteTasks() |
| Modifier and Type | Method and Description |
|---|---|
String |
FavoritesEditorVersion1.editFavorite(FavoriteTaskVersion1 favoriteTask,
String newFullCommandLine,
String newDisplayName,
boolean newAlwaysShowOutput)
Sets new values on the specified favorite task.
|
boolean |
FavoritesEditorVersion1.promptUserToEditFavorite(Window parent,
FavoriteTaskVersion1 favorite)
Display a Swing dialog prompting the user to edit the specified favorite
|
| Modifier and Type | Method and Description |
|---|---|
void |
FavoritesEditorVersion1.removeFavorites(List<FavoriteTaskVersion1> favoritesToRemove)
Removes the specified favorites.
|
| Modifier and Type | Method and Description |
|---|---|
RequestVersion1 |
GradleInterfaceWrapperVersion2.executeFavorites(List<FavoriteTaskVersion1> favorites)
Executes several favorites commands at once as a single command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FavoriteTaskWrapper
Implementation of FavoriteTaskVersion1 meant to help shield external users from internal changes.
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteTaskVersion1 |
FavoritesEditorWrapper.addFavorite(String fullCommandLine,
String displayName,
boolean alwaysShowOutput) |
FavoriteTaskVersion1 |
FavoritesEditorWrapper.getFavorite(String fullCommandLine) |
FavoriteTaskVersion1 |
FavoritesEditorWrapper.getFavorite(TaskVersion1 task) |
FavoriteTaskVersion1 |
FavoritesEditorWrapper.getFavoriteByDisplayName(String displayName) |
FavoriteTaskVersion1 |
FavoritesEditorWrapper.promptUserToAddFavorite(Window parent) |
| Modifier and Type | Method and Description |
|---|---|
List<FavoriteTaskVersion1> |
FavoritesEditorWrapper.getFavoriteTasks() |
| Modifier and Type | Method and Description |
|---|---|
String |
FavoritesEditorWrapper.editFavorite(FavoriteTaskVersion1 favoriteTaskVersion1,
String newFullCommandLine,
String newDisplayName,
boolean newAlwaysShowOutput) |
boolean |
FavoritesEditorWrapper.promptUserToEditFavorite(Window parent,
FavoriteTaskVersion1 favorite) |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoritesEditorWrapper.removeFavorites(List<FavoriteTaskVersion1> favoritesToRemove) |
Copyright © 2013. All rights reserved