Methods Summary |
---|
public void | buildFinished(BuildEvent event)Signals that the last target has finished. This event
will still be fired if an error occurred during the build.
|
public void | buildStarted(BuildEvent event)Signals that a build has started. This event
is fired before any targets have started.
|
public void | messageLogged(BuildEvent event)Signals a message logging event.
|
public void | targetFinished(BuildEvent event)Signals that a target has finished. This event will
still be fired if an error occurred during the build.
|
public void | targetStarted(BuildEvent event)Signals that a target is starting.
|
public void | taskFinished(BuildEvent event)Signals that a task has finished. This event will still
be fired if an error occurred during the build.
|
public void | taskStarted(BuildEvent event)Signals that a task is starting.
|