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 verbose,
Boolean emacs) |
| 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
|
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, prebuildprotected static final String buildXml
public String getScriptSource()
public String getExtendedScriptSource()
public String getScriptName()
public String getProperties()
public String getAntOpts()
public Boolean getVerbose()
public Boolean getEmacs()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic AntExec.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2012. All Rights Reserved.