Package hudson.ivy

Interface IvyBuildProxy2

All Superinterfaces:
IvyBuildProxy
All Known Implementing Classes:
IvyBuildProxy2.Filter

public interface IvyBuildProxy2 extends IvyBuildProxy
A part of IvyBuildProxy that's used internally for aggregated build. Fired and consumed internally and not exposed to plugins.
Author:
Timothy Bingaman
  • Method Details

    • start

      void start()
      Notifies that the build has entered a module.
    • end

      void end()
      Notifies that the build has left a module.
    • appendLastLog

      void appendLastLog()
      Ant produces additional error message after the module build is done. So to catch those messages, invoke this method on the last module that was built after all the Ant processing is done, to append last messages to the console output of the module.