public class BuildTools
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
buildToolsURL |
java.lang.String |
mavenPath |
int |
maxRamAllowed |
boolean |
refreshBuildTools |
boolean |
refreshVersions |
boolean |
showBuildToolsLogs |
boolean |
showMavenInstallCheckLogs |
boolean |
stopOnError |
java.io.File |
workDir |
| Constructor and Description |
|---|
BuildTools() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
allVersions() |
void |
run() |
void |
versions(java.lang.String... versions) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic java.io.File workDir
public boolean refreshBuildTools
public boolean refreshVersions
public java.lang.String buildToolsURL
public boolean stopOnError
public boolean showMavenInstallCheckLogs
public boolean showBuildToolsLogs
public int maxRamAllowed
public java.lang.String mavenPath