Package org.gradle.execution

Interface Summary
BuildExecuter Selects and executes the tasks requested for a build.
TaskExecuter  
 

Class Summary
BuiltInTasksBuildExecuter A BuildExecuter which executes the built-in tasks which are executable from the command-line.
DefaultTaskExecuter  
DelegatingBuildExecuter  
ProjectDefaultsBuildExecuter A BuildExecuter which selects the default tasks for a project.
TaskNameResolvingBuildExecuter A BuildExecuter which selects tasks which match the provided names.
 

Enum Summary
BuiltInTasksBuildExecuter.Options