T - The type of result produced by this action.java.io.Serializablepublic interface BuildAction<T>
extends java.io.Serializable
T.
 You can execute a BuildAction using the ProjectConnection.action(BuildAction) method.
| Modifier and Type | Method | Description | 
|---|---|---|
| T | execute(BuildController controller) | Executes this action and returns the result. | 
T execute(BuildController controller)
controller - The controller to use to access and control the build.