T
- The type of result produced by this action.@Incubating public interface BuildAction<T> extends Serializable
T
.
You can execute a BuildAction
using the ProjectConnection.action(BuildAction)
method.
Modifier and Type | Method and 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.