Guvnor - Project API 6.2.0.Final

org.guvnor.common.services.project.builder.service
Interface PostBuildHandler


public interface PostBuildHandler

Provides hook for build and deploy operation to be notified when both build and deploy have been executed. Allows to take action after build and deploy to maven and report back its status by adding messages to buildResults


Method Summary
 void process(BuildResults buildResults)
          Process custom logic and all errors should be reported via buildResults.addBuildMessage()
 

Method Detail

process

void process(BuildResults buildResults)
Process custom logic and all errors should be reported via buildResults.addBuildMessage()

Parameters:
buildResults -

Guvnor - Project API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.