T
- The type of result produced by this action.Serializable
public interface BuildAction<T> extends 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.