| Modifier and Type | Method and Description |
|---|---|
TaskView |
ProjectView.getTask(String name) |
TaskView |
ProjectView.getTaskFromFullPath(String fullTaskName)
This gets the task based on the given full path.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskView> |
ProjectView.getDefaultTasks()
Builds a list of default tasks.
|
List<TaskView> |
ProjectView.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommandLineAssistant.appendAdditionalCommandLineOptions(TaskView task,
String... additionCommandLineOptions)
This appends additional command line options to a task name to generate a full command line option.
|
int |
TaskView.compareTo(TaskView otherTask) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommandLineAssistant.combineTasks(List<TaskView> tasks,
String... additionCommandLineOptions) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskTreePopulationVisitor.AlphabeticalTaskNameComparator.compare(TaskView o1,
TaskView o2) |
T |
TaskTreePopulationVisitor.Visitor.visitTask(TaskView task,
int indexOfTask,
ProjectView tasksProject,
P userProjectObject) |
Object |
UniqueNameProjectAndTaskVisitor.visitTask(TaskView task,
ProjectView tasksProject,
Object userProjectObject) |
T |
AllProjectsAndTasksVisitor.Visitor.visitTask(TaskView task,
ProjectView tasksProject,
P userProjectObject) |
| Modifier and Type | Method and Description |
|---|---|
Request |
GradlePluginLord.addExecutionRequestToQueue(TaskView task,
boolean forceOutputToBeShown,
String... additionCommandLineOptions)
This executes a task in a background thread.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
GradlePluginLord.addExecutionRequestToQueue(List<TaskView> tasks,
boolean forceOutputToBeShown,
String... additionCommandLineOptions)
This executes all the tasks together in a background thread.
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteTask |
FavoritesEditor.addFavorite(TaskView task,
boolean alwaysShowOutput) |
FavoriteTask |
FavoritesEditor.getFavorite(TaskView task) |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoritesEditor.addFavorites(List<TaskView> tasks,
boolean alwaysShowOutput)
Call this to add the specified tasks as favorite tasks
|
void |
FavoritesEditor.addMutlipleFavorites(List<TaskView> tasks,
boolean alwaysShowOutput,
FavoritesEditor.AddMultipleFavoritesInteraction interaction)
Call this to add tasks as favorites.
|
FavoritesEditor.AddMultipleResult |
FavoritesEditor.AddMultipleFavoritesInteraction.promptUserToCombineTasks(List<TaskView> tasksSample,
String singleCommandSample)
This is called when you try to add multiple tasks at once.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProjectAndTaskFilter.doesAllowTask(TaskView task)
Determines if the specified task should be allowed or not.
|
boolean |
BasicProjectAndTaskFilter.doesAllowTask(TaskView task)
Determines if the specified task should be allowed or not.
|
boolean |
BasicFilterEditor.doesAllowTask(TaskView task)
Determines if the specified task should be allowed or not.
|
boolean |
AllowAllProjectAndTaskFilter.doesAllowTask(TaskView task)
Determines if the specified task should be allowed or not.
|
static boolean |
BasicProjectAndTaskFilter.doesAllowTask(TaskView task,
List<String> filteredOutTasks,
boolean filterOutTasksWithNoDescription)
Determines if the specified task should be allowed or not.
|
void |
BasicFilterEditor.hideTasks(TaskView... filteredTasks) |
void |
BasicFilterEditor.showTasks(TaskView... filteredTasks) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicFilterEditor.hideTasks(List<TaskView> filteredTasks) |
void |
BasicFilterEditor.showTasks(List<TaskView> filteredTasks) |
| Modifier and Type | Field and Description |
|---|---|
List<TaskView> |
TaskTreeComponent.MultipleSelection.tasks |
| Modifier and Type | Method and Description |
|---|---|
TaskView |
TaskTreeComponent.TaskTreeNode.getTask() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskView> |
TaskTreeComponent.getSelectedTasks()
This returns a list of selected tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTreeComponent.Interaction.taskInvoked(TaskView task,
boolean isCtrlKeyDown)
Notification that a task was invoked (double-clicked).
|
| Modifier and Type | Method and Description |
|---|---|
FavoritesEditor.AddMultipleResult |
SwingAddMultipleFavoritesInteraction.promptUserToCombineTasks(List<TaskView> tasksSample,
String singleCommandSample) |
FavoritesEditor.AddMultipleResult |
SwingAddMultipleFavoritesInteraction.PromptToCombineTasksDialog.show(Window parent,
List<TaskView> tasksSample,
String singleCommandSample) |
| Modifier and Type | Method and Description |
|---|---|
static List<TaskVersion1> |
TaskWrapper.convertTasks(List<TaskView> taskViewList)
Converts the list of TaskView objects to TaskVersion1 objects.
|
| Constructor and Description |
|---|
TaskWrapper(TaskView taskView) |
Copyright © 2013. All rights reserved