public interface PostBuilder
PostBuilder interface provides the API to define a method to be called once compile() is being completed in the background| Modifier and Type | Method and Description | 
|---|---|
void | 
postBuild(boolean compilationSuccessful)
postBuild -- method called after the compile() step completes and pass success/failure information to the method 
 |