| Modifier and Type | Method and Description |
|---|---|
Request |
GradlePluginLord.addExecutionRequestToQueue(List<FavoriteTask> favorites)
Executes several favorites commands at once as a single command.
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteTask |
FavoritesEditor.addFavorite(FavoritesEditor.EditFavoriteInteraction addFavoriteInteraction)
Call this to add a favorite that isn't in the task list.
|
FavoriteTask |
FavoritesEditor.addFavorite(String fullCommandLine,
boolean alwaysShowOutput) |
FavoriteTask |
FavoritesEditor.addFavorite(String fullCommandLine,
String displayName,
boolean alwaysShowOutput) |
FavoriteTask |
FavoritesEditor.addFavorite(TaskView task,
boolean alwaysShowOutput) |
FavoriteTask |
FavoritesEditor.duplicateFavorite(FavoriteTask taskToCopy,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
This makes a copy of the selected task.
|
FavoriteTask |
FavoritesEditor.getFavorite(String fullCommandLine) |
FavoriteTask |
FavoritesEditor.getFavorite(TaskView task) |
FavoriteTask |
FavoritesEditor.getFavoriteByDisplayName(String displayName) |
| Modifier and Type | Method and Description |
|---|---|
List<FavoriteTask> |
FavoritesEditor.getFavoriteTasks() |
| Modifier and Type | Method and Description |
|---|---|
FavoriteTask |
FavoritesEditor.duplicateFavorite(FavoriteTask taskToCopy,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
This makes a copy of the selected task.
|
boolean |
FavoritesEditor.editFavorite(FavoriteTask favoriteTask,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
Edits the specified favorite task.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FavoritesEditor.combineFavoriteCommandLines(List<FavoriteTask> favoriteTasks)
This combines all the command lines of the favorites list into a single command line.
|
void |
FavoritesEditor.duplicateFavorites(List<FavoriteTask> tasksToCopy,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
This makes a copy of all the selected tasks.
|
void |
FavoritesEditor.FavoriteTasksObserver.favoritesReordered(List<FavoriteTask> favoritesReordered)
Notification that the favorites were re-ordered
|
void |
FavoritesEditor.moveFavoritesAfter(List<FavoriteTask> favoritesToMove) |
void |
FavoritesEditor.moveFavoritesBefore(List<FavoriteTask> favoritesToMove)
This moves the specified favorites up.
|
void |
FavoritesEditor.removeFavorites(List<FavoriteTask> favoritesToRemove)
Call this to remove the specified favorites from the favorite tasks.
|
| Constructor and Description |
|---|
FavoritesEditor.EditibleFavoriteTask(FavoriteTask favoriteTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteTasksTab.favoritesReordered(List<FavoriteTask> favoritesReordered)
Notification that the favorites were re-ordered.
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteTask |
FavoriteTaskWrapper.getFavoriteTask() |
| Constructor and Description |
|---|
FavoriteTaskWrapper(FavoriteTask favoriteTask) |
Copyright © 2013. All rights reserved