com.pmease.quickbuild.extensionpoint
Interface BuildListener

All Known Implementing Classes:
AbstractReportBuildListener

public interface BuildListener

This extension point can be used to listen for build events.


Method Summary
 void buildFinished()
          Called when build is finished.
 void buildRecommended()
          Called when build is recommended.
 void buildStarted()
          Called when build is started.
 void buildUnRecommended()
          Called when build is unrecommended.
 

Method Detail

buildStarted

void buildStarted()
Called when build is started. Current build can be obtained by calling Context.getBuild().


buildFinished

void buildFinished()
Called when build is finished. Current build can be obtained by calling Context.getBuild().


buildRecommended

void buildRecommended()
Called when build is recommended. Current build can be obtained by calling Context.getBuild().


buildUnRecommended

void buildUnRecommended()
Called when build is unrecommended. Current build can be obtained by calling Context.getBuild().



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.