public class AntIvyBuildWrapper
extends hudson.tasks.BuildWrapper
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
| Modifier and Type | Class and Description |
|---|---|
class |
AntIvyBuildWrapper.AntIvyBuilderEnvironment |
| Constructor and Description |
|---|
AntIvyBuildWrapper() |