hudson.ivy.builder
Class NAntIvyBuilderType
java.lang.Object
hudson.ivy.builder.IvyBuilderType
hudson.ivy.builder.NAntIvyBuilderType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<IvyBuilderType>
public class NAntIvyBuilderType
- extends IvyBuilderType
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAntIvyBuilderType
@DataBoundConstructor
public NAntIvyBuilderType(String nantName,
String buildFile,
String targets,
String nantProperties,
String nantOpts)
getTargets
public String getTargets()
getNantName
public String getNantName()
getNantOpts
public String getNantOpts()
getBuildFile
public String getBuildFile()
getNantProperties
public String getNantProperties()
getEnvironment
public Map<String,String> getEnvironment()
- Specified by:
getEnvironment in class IvyBuilderType
getBuilder
public hudson.tasks.Builder getBuilder(Properties additionalProperties,
String overrideTargets,
List<hudson.model.Environment> environments)
- Specified by:
getBuilder in class IvyBuilderType
Copyright © 2004-2012 Hudson. All Rights Reserved.