public class GoBuildTask extends Go
buildManager| Constructor and Description |
|---|
GoBuildTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAddDefaultAction() |
org.gradle.api.Task |
doFirst(groovy.lang.Closure closure) |
org.gradle.api.Task |
doLast(groovy.lang.Closure closure) |
org.gradle.api.Task |
leftShift(groovy.lang.Closure action) |
void |
setOutputLocation(java.lang.String outputLocation) |
void |
setTargetPlatform(java.lang.String targetPlatform) |
addDefaultActionIfNoCustomActions, extractArgs, getEnv, go, go, go, go, run, run, run, run, setContinueWhenFail, setEnvgetTaskaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void setTargetPlatform(java.lang.String targetPlatform)
public void setOutputLocation(java.lang.String outputLocation)
protected void doAddDefaultAction()
doAddDefaultAction in class Gopublic org.gradle.api.Task doLast(groovy.lang.Closure closure)
doLast in interface org.gradle.api.TaskdoLast in class org.gradle.api.internal.AbstractTaskpublic org.gradle.api.Task doFirst(groovy.lang.Closure closure)
doFirst in interface org.gradle.api.TaskdoFirst in class org.gradle.api.internal.AbstractTaskpublic org.gradle.api.Task leftShift(groovy.lang.Closure action)
leftShift in interface org.gradle.api.TaskleftShift in class org.gradle.api.internal.AbstractTask