@groovy.transform.CompileStatic class NodeJSExecSpec extends org.ysb33r.grolifant5.api.core.runnable.AbstractScriptExecSpec<NodeJSExecSpec>
Execution specification for running a Node.js script.
| Constructor and description |
|---|
NodeJSExecSpec
(org.ysb33r.grolifant5.api.core.ProjectOperations projectOperations, Provider<File> nodeLocation)Construct class and attach it to specific project. |
NodeJSExecSpec
(Project project, Provider<File> nodeLocation)Construct class and attach it to specific project. |
Construct class and attach it to specific project.
projectOperations - Project this exec spec is attached to.nodeLocation - Location of Node executable.