hudson.ivy
Class AntIvyBuildWrapper

java.lang.Object
  extended by hudson.tasks.BuildWrapper
      extended by hudson.ivy.AntIvyBuildWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class AntIvyBuildWrapper
extends hudson.tasks.BuildWrapper

A custom wrapper providing an extended AntIvyBuildWrapper.AntIvyBuilderEnvironment 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

Nested Class Summary
 class AntIvyBuildWrapper.AntIvyBuilderEnvironment
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AntIvyBuildWrapper()
           
 
Method Summary
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, getDescriptor, getProjectAction, getProjectActions, setUp, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntIvyBuildWrapper

public AntIvyBuildWrapper()


Copyright © 2010. All Rights Reserved.