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 Detail

      • process

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