| Interface | Description |
|---|---|
| BuildConfigurationAction | |
| BuildExecuter |
Selects and executes the tasks requested for a build.
|
| BuildExecutionAction | |
| BuildExecutionContext | |
| TaskFailureHandler | |
| TaskGraphExecuter |
| Class | Description |
|---|---|
| DefaultBuildExecuter | |
| DefaultTaskGraphExecuter | |
| DefaultTasksBuildExecutionAction |
A
BuildConfigurationAction that selects the default tasks for a project, or if none are defined, the 'help' task. |
| DryRunBuildExecutionAction |
A
BuildExecutionAction that disables all selected tasks before they are executed. |
| ExcludedTaskFilteringBuildConfigurationAction |
A
BuildConfigurationAction which filters excluded tasks. |
| SelectedTaskExecutionAction | |
| TaskNameResolver | |
| TaskNameResolvingBuildConfigurationAction |
A
BuildConfigurationAction which selects tasks which match the provided names. |
| TaskSelector |
| Exception | Description |
|---|---|
| TaskSelectionException |
A
TaskSelectionException is thrown when the tasks to execute cannot be selected due to some user input
problem. |
Copyright © 2013. All rights reserved