public class AntInWorkspace
extends hudson.tasks.Ant
Modifier and Type | Class and Description |
---|---|
static class |
AntInWorkspace.DescriptorImpl |
hudson.tasks.Ant.AntInstallation, hudson.tasks.Ant.AntInstaller
Constructor and Description |
---|
AntInWorkspace(String targets,
String antName,
String antOpts,
String buildFile,
String properties) |
Modifier and Type | Method and Description |
---|---|
hudson.tasks.Ant.AntInstallation |
getAnt()
Return the Ant from super or if not defined the Ant from the workspace.
|
AntInWorkspace.DescriptorImpl |
getDescriptor() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getAntOpts, getBuildFile, getProperties, getTargets, toWindowsCommand
public AntInWorkspace.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Ant
public hudson.tasks.Ant.AntInstallation getAnt()
getAnt
in class hudson.tasks.Ant
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.Ant
InterruptedException
IOException
Copyright © 2016–2022. All rights reserved.