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() |
process
void process(BuildResults buildResults)
- Process custom logic and all errors should be reported via
buildResults.addBuildMessage()
- Parameters:
buildResults -
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.