Class JsonSchemaPlugin.CreekSpec

  • All Implemented Interfaces:
    org.gradle.api.plugins.ExtensionAware
    Enclosing class:
    JsonSchemaPlugin

    public abstract static class JsonSchemaPlugin.CreekSpec
    extends java.lang.Object
    implements org.gradle.api.plugins.ExtensionAware
    Simple extendable `creek` extension
    • Constructor Summary

      Constructors 
      Constructor Description
      CreekSpec()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract org.gradle.api.plugins.ExtensionContainer getExtensions()  
      • Methods inherited from class java.lang.Object

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

      • CreekSpec

        public CreekSpec()
    • Method Detail

      • getExtensions

        public abstract org.gradle.api.plugins.ExtensionContainer getExtensions()
        Specified by:
        getExtensions in interface org.gradle.api.plugins.ExtensionAware