|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface BuildAction extends Serializable
An action that executes against a Gradle build and produces a result of type T.
You can execute a BuildAction using the ProjectConnection#action(BuildAction)#action(BuildAction) method.
- The type of result produced by this action.Method Summary | |
---|---|
Object
|
execute(BuildController controller)
Executes this action and returns the result. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public Object execute(BuildController controller)
controller
- The controller to use to access and control the build.
Gradle API 1.12