public class BaseGetTools extends GolangTaskSupport
| Constructor and Description |
|---|
BaseGetTools() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
buildIfRequired(GolangDependency dependency,
DependencyHandler.GetResult getResult,
org.gradle.internal.logging.progress.ProgressLogger progress) |
void |
run() |
protected java.nio.file.Path |
targetBinaryDirectory() |
protected java.nio.file.Path |
targetBinaryFilename(GolangDependency dependency) |
after, before, dependsOn, getAfter, getBefore, getBuild, getDependencies, getDependencyHandler, getGlobalSettings, getGolang, getSettings, getTaskSettings, getTesting, getToolchain, realTaskNameFor, runAfter, runBare, runBefore, setAfter, setBefore, startProgressaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, 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.Exceptionprotected boolean buildIfRequired(@Nonnull
GolangDependency dependency,
@Nonnull
DependencyHandler.GetResult getResult,
@Nonnull
org.gradle.internal.logging.progress.ProgressLogger progress)
throws java.lang.Exception
java.lang.Exception@Nonnull
protected java.nio.file.Path targetBinaryFilename(@Nonnull
GolangDependency dependency)
throws java.lang.Exception
java.lang.Exception@Nonnull
protected java.nio.file.Path targetBinaryDirectory()
throws java.lang.Exception
java.lang.Exception