public class AntExec
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
AntExec.DescriptorImpl |
Constructor and Description |
---|
AntExec(String scriptSource,
String extendedScriptSource,
String scriptName,
String properties,
String antName,
String antOpts,
Boolean keepBuildfile,
Boolean verbose,
Boolean emacs,
Boolean noAntcontrib) |
Modifier and Type | Method and Description |
---|---|
String |
getAntOpts()
Returns content of text field with java/ant options from job configuration screen.
|
AntExec.DescriptorImpl |
getDescriptor() |
Boolean |
getEmacs()
Returns checkbox boolean from job configuration screen
|
String |
getExtendedScriptSource()
Returns content of text area with script source from job configuration screen
|
Boolean |
getKeepBuildfile()
Returns checkbox boolean from job configuration screen
|
Boolean |
getNoAntcontrib()
Returns checkbox boolean from job configuration screen
|
String |
getProperties()
Returns content of text field with properties from job configuration screen
|
String |
getScriptName()
Returns content of text area with script name from job configuration screen
|
String |
getScriptSource()
Returns content of text area with script source from job configuration screen
|
Boolean |
getVerbose()
Returns checkbox boolean from job configuration screen
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
protected static final String buildXml
public String getScriptSource()
public String getExtendedScriptSource()
public String getScriptName()
public String getProperties()
public String getAntOpts()
public Boolean getKeepBuildfile()
public Boolean getVerbose()
public Boolean getEmacs()
public Boolean getNoAntcontrib()
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public AntExec.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004-2013. All Rights Reserved.