@CacheableTask public class DownloadNodeModuleTask extends ExecutePackageManagerTask
| Constructor and Description |
|---|
DownloadNodeModuleTask() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
getCompleteArgs() |
java.io.File |
getModuleDir() |
java.lang.String |
getModuleName() |
java.lang.String |
getModuleVersion() |
void |
setModuleName(java.lang.Object moduleName) |
void |
setModuleVersion(java.lang.Object moduleVersion) |
executeNode, getCacheDir, getLogLevel, getNodeModulesDir, getRegistry, isCacheConcurrent, isOffline, isProduction, isProgress, isUseNpm, setCacheConcurrent, setCacheDir, setLogLevel, setNodeModulesDir, setOffline, setProduction, setProgress, setRegistry, setUseNpmgetScriptFile, setScriptFileargs, args, environment, environment, getArgs, getCommand, getEnvironment, getNodeDir, getNpmInstallRetries, getResult, getWorkingDir, isInheritProxy, isUseGradleExec, setArgs, setArgs, setCommand, setEnvironment, setInheritProxy, setNodeDir, setNpmInstallRetries, setUseGradleExec, setWorkingDircompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@OutputDirectory public java.io.File getModuleDir()
@Input public java.lang.String getModuleName()
@Input public java.lang.String getModuleVersion()
public void setModuleName(java.lang.Object moduleName)
public void setModuleVersion(java.lang.Object moduleVersion)
@Internal protected java.util.List<java.lang.String> getCompleteArgs()
getCompleteArgs in class ExecutePackageManagerTask