public class ExecuteNpmTask extends ExecuteNodeScriptTask
| Constructor and Description |
|---|
ExecuteNpmTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeNode() |
java.io.File |
getCacheDir() |
protected java.util.List<java.lang.String> |
getCompleteArgs() |
java.lang.String |
getLogLevel() |
java.lang.String |
getRegistry() |
boolean |
isCacheConcurrent() |
boolean |
isProduction() |
boolean |
isProgress() |
void |
setCacheConcurrent(java.lang.Object cacheConcurrent) |
void |
setCacheDir(java.lang.Object cacheDir) |
void |
setLogLevel(java.lang.Object logLevel) |
void |
setProduction(boolean production) |
void |
setProgress(boolean progress) |
void |
setRegistry(java.lang.Object registry) |
getScriptFile, setScriptFileargs, args, environment, environment, getArgs, getCommand, getEnvironment, getNodeDir, getNpmInstallRetries, getResult, getWorkingDir, isInheritProxy, isUseGradleExec, setArgs, setArgs, setCommand, setEnvironment, setInheritProxy, setNodeDir, setNpmInstallRetries, setUseGradleExec, setWorkingDirnewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void executeNode()
throws java.lang.Exception
executeNode in class ExecuteNodeScriptTaskjava.lang.Exceptionpublic java.io.File getCacheDir()
public java.lang.String getLogLevel()
public java.lang.String getRegistry()
public boolean isCacheConcurrent()
public boolean isProduction()
public boolean isProgress()
public void setCacheConcurrent(java.lang.Object cacheConcurrent)
public void setCacheDir(java.lang.Object cacheDir)
public void setLogLevel(java.lang.Object logLevel)
public void setProduction(boolean production)
public void setProgress(boolean progress)
public void setRegistry(java.lang.Object registry)
protected java.util.List<java.lang.String> getCompleteArgs()
getCompleteArgs in class ExecuteNodeScriptTask