Groovy Documentation

org.gradle.execution
Class BuiltInTasksBuildExecuter

java.lang.Object
  org.gradle.execution.BuiltInTasksBuildExecuter
All Implemented Interfaces:
BuildExecuter

class BuiltInTasksBuildExecuter
extends java.lang.Object

A org.gradle.execution.BuildExecuter which executes the built-in tasks which are executable from the command-line.


Nested Class Summary
enum BuiltInTasksBuildExecuter.Options

 
Constructor Summary
BuiltInTasksBuildExecuter(Options options)

 
Method Summary
void execute(TaskExecuter executer)

java.lang.String getDisplayName()

Task getTask()

void select(Project project)

void setOptions(Options options)

BuiltInTasksBuildExecuter valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

org.gradle.execution.BuiltInTasksBuildExecuter[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

BuiltInTasksBuildExecuter

public BuiltInTasksBuildExecuter(Options options)


 
Method Detail

execute

public void execute(TaskExecuter executer)


getDisplayName

public java.lang.String getDisplayName()


getTask

public Task getTask()


select

public void select(Project project)


setOptions

public void setOptions(Options options)


valueOf

BuiltInTasksBuildExecuter valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

org.gradle.execution.BuiltInTasksBuildExecuter[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation