Builder
Builder for a build action that hooks into different phases of the build.
A single BuildAction is allowed per build phase. Use composite actions if needed.
Functions
Link copied to clipboard
Builds the executer from the added actions.
Link copied to clipboard
abstract fun <T> buildFinished(buildAction: BuildAction<T>, handler: IntermediateResultHandler<out Any>): BuildActionExecuter.Builder
Executes the given action after tasks are run and sends its result to the given result handler.
Link copied to clipboard
abstract fun <T> projectsLoaded(buildAction: BuildAction<T>, handler: IntermediateResultHandler<out Any>): BuildActionExecuter.Builder
Executes the given action after projects are loaded and sends its result to the given result handler.