Class NodeExtension
-
- All Implemented Interfaces:
-
java.io.Serializable
public class NodeExtension implements Serializable
The extension for configuring TypeScript plugin.
-
-
Constructor Summary
Constructors Constructor Description NodeExtension(ObjectFactory objects)
-
Method Summary
Modifier and Type Method Description final Property<Boolean>getShouldInstall()The path to the TypeScript source set. final Property<String>getZipUrl()The path to the TypeScript output directory. final Property<String>getVersion()The version of Node to install. -
-
Method Detail
-
getShouldInstall
final Property<Boolean> getShouldInstall()
The path to the TypeScript source set.
-
getZipUrl
final Property<String> getZipUrl()
The path to the TypeScript output directory. If specified, the plugin will download Node from this URL.
-
getVersion
final Property<String> getVersion()
The version of Node to install. Ignored if zipUrl is specified.
-
-
-
-