public abstract class GolangTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
GolangTask() |
| Modifier and Type | Method and Description |
|---|---|
protected BuildSettings |
getBuild() |
protected DependenciesSettings |
getDependencies() |
protected DependencyHandler |
getDependencyHandler() |
Settings |
getGlobalSettings() |
protected GolangSettings |
getGolang() |
Settings |
getSettings() |
Settings |
getTaskSettings() |
protected TestingSettings |
getTesting() |
protected ToolchainSettings |
getToolchain() |
abstract void |
run() |
void |
runBare() |
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, toString@Nonnull public Settings getGlobalSettings()
@Nonnull public Settings getTaskSettings()
@Nonnull public Settings getSettings()
@Nonnull protected GolangSettings getGolang()
@Nonnull protected BuildSettings getBuild()
@Nonnull protected DependenciesSettings getDependencies()
@Nonnull protected ToolchainSettings getToolchain()
@Nonnull protected TestingSettings getTesting()
public final void runBare()
throws java.lang.Exception
java.lang.Exception@Nonnull protected DependencyHandler getDependencyHandler()
public abstract void run()
throws java.lang.Exception
java.lang.Exception