|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface BuildExecuter
Selects and executes the tasks requested for a build.
| Method Summary | |
|---|---|
void
|
execute(TaskExecuter executer)
Executes the selected tasks. |
java.lang.String
|
getDisplayName()
Returns the description of this executer. |
void
|
select(Project project)
Selects the tasks to execute, if any. |
| Method Detail |
|---|
public void execute(TaskExecuter executer)
public java.lang.String getDisplayName()
public void select(Project project)
Groovy Documentation