Package hudson.ivy

Class AntIvyBuildWrapper

All Implemented Interfaces:
ExtensionPoint, Describable<BuildWrapper>

public class AntIvyBuildWrapper extends BuildWrapper
A custom wrapper providing an extended Environment that can be used to customize the execution of Ant. Additional Ant opts and command line arguments/targets that will be prepended to the build specified values.

Sample values may be:

 getAdditionalArgs=-lib /my-custom-tasks-dir -listener com.acme.MyBuildListener
 getAdditionalOpts=-javaagent:path-to-agent.jar -DmyProp=prop
 
Author:
Tomer Cohen
  • Constructor Details

    • AntIvyBuildWrapper

      public AntIvyBuildWrapper()