Schnittstelle ILifecycleAware


public interface ILifecycleAware
Interface that can be implemented by MessageHandlers that need to perform some additional processing when a build is starting and when it has finished.
Seit:
1.5.1
Autor:
Adrian Colyer
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    buildFinished(boolean wasIncremental)
    called when a batch build finishes
    void
    buildStarting(boolean isIncremental)
    called when a build starts
  • Methodendetails

    • buildStarting

      void buildStarting(boolean isIncremental)
      called when a build starts
    • buildFinished

      void buildFinished(boolean wasIncremental)
      called when a batch build finishes