Interface BuildEventListener

All Known Implementing Classes:
SimpleBuildEventListener

public interface BuildEventListener
An abstract build event sink.
  • Method Details

    • sessionStarted

      void sessionStarted(ExecutionEvent event)
    • projectStarted

      void projectStarted(String projectId)
    • projectLogMessage

      void projectLogMessage(String projectId, String event)
    • projectFinished

      void projectFinished(String projectId)
    • executionFailure

      void executionFailure(String projectId, boolean halted, String exception)
    • mojoStarted

      void mojoStarted(ExecutionEvent event)
    • finish

      void finish(int exitCode) throws Exception
      Throws:
      Exception
    • fail

      void fail(Throwable t) throws Exception
      Throws:
      Exception
    • log

      void log(String msg)
    • transfer

      void transfer(String projectId, org.eclipse.aether.transfer.TransferEvent e)