Class H2PluginExtension


  • public class H2PluginExtension
    extends java.lang.Object
    This is the Gradle extension that configures the H2 plugin. All configuration options will be in the h2 block of the build.gradle file. This block consists of optional configuration settings to run H2 tasks.
    • Constructor Detail

      • H2PluginExtension

        public H2PluginExtension()
    • Method Detail

      • getTcpPort

        public int getTcpPort()
      • setTcpPort

        public void setTcpPort​(int tcpPort)
      • getTcpPassword

        public java.lang.String getTcpPassword()
      • setTcpPassword

        public void setTcpPassword​(java.lang.String tcpPassword)
      • getWebPort

        public int getWebPort()
      • setWebPort

        public void setWebPort​(int webPort)