Package hudson.ivy.builder
Class AntIvyBuilderType
java.lang.Object
hudson.ivy.builder.IvyBuilderType
hudson.ivy.builder.AntIvyBuilderType
- All Implemented Interfaces:
ExtensionPoint,Describable<IvyBuilderType>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuilder(Properties additionalProperties, String overrideTargets, List<Environment> environments) protected StringgetCalculatedAntOpts(List<Environment> buildEnvironments) Possibly null, whitespace-separated (including TAB, NL, etc) VM options to be used to launch Ant process.protected StringgetCalculatedTargets(String targets, List<Environment> buildEnvironments) Methods inherited from class hudson.ivy.builder.IvyBuilderType
getDescriptor
-
Constructor Details
-
AntIvyBuilderType
-
-
Method Details
-
getTargets
-
getCalculatedTargets
-
getAntName
-
getAntOpts
-
getCalculatedAntOpts
Possibly null, whitespace-separated (including TAB, NL, etc) VM options to be used to launch Ant process.If antOpts is null or empty, we'll return the globally-defined ANT_OPTS. Also prepend any build-specific ANT_OPTS.
- Parameters:
buildEnvironments- build environments
-
getBuildFile
-
getAntProperties
-
getEnvironment
- Specified by:
getEnvironmentin classIvyBuilderType
-
getBuilder
public Builder getBuilder(Properties additionalProperties, String overrideTargets, List<Environment> environments) - Specified by:
getBuilderin classIvyBuilderType
-