Interface BuildEventListener
- All Known Implementing Classes:
SimpleBuildEventListener
public interface BuildEventListener
An abstract build event sink.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionFailure(String projectId, boolean halted, String exception) voidvoidfinish(int exitCode) voidvoidmojoStarted(ExecutionEvent event) voidprojectFinished(String projectId) voidprojectLogMessage(String projectId, String event) voidprojectStarted(String projectId) voidsessionStarted(ExecutionEvent event) void
-
Method Details
-
sessionStarted
-
projectStarted
-
projectLogMessage
-
projectFinished
-
executionFailure
-
mojoStarted
-
finish
-
fail
-
log
-
transfer
-