public class PdeAntBuildTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
PdeAntBuildTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileProperty(java.lang.String key,
java.lang.Object value)
Adds a property to the build properties file.
|
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds a property to the build properties file.
|
void |
antFile(java.lang.Object antFile)
The directory from which plugins will be pulled, besides the delta pack.
|
void |
build() |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void antFile(java.lang.Object antFile)
public void addProperty(java.lang.String key,
java.lang.String value)
public void addFileProperty(java.lang.String key,
java.lang.Object value)
public void build()
throws java.lang.Exception
java.lang.Exception