Class NodeExtension

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class NodeExtension
     implements Serializable
                        

    The extension for configuring TypeScript plugin.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeExtension(ObjectFactory objects)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeExtension

        NodeExtension(ObjectFactory objects)
    • Method Detail

      • 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.