public class GolangTask extends GolangTaskSupport
| Constructor and Description |
|---|
GolangTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(groovy.lang.Closure<?> action) |
groovy.lang.Closure<?> |
getAction() |
void |
run() |
void |
setAction(groovy.lang.Closure<?> action) |
after, before, getAfter, getBefore, getBuild, getDependencies, getDependencyHandler, getGlobalSettings, getGolang, getSettings, getTaskSettings, getTesting, getToolchain, runAfter, runBare, runBefore, setAfter, setBefore, startProgressaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, 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, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProjectpublic void run()
throws java.lang.Exception
run in class GolangTaskSupportjava.lang.Exception@Nullable public groovy.lang.Closure<?> getAction()
public void setAction(@Nullable
groovy.lang.Closure<?> action)
public void action(@Nullable
groovy.lang.Closure<?> action)