Class GroovyCpsPluginExtension


  • public abstract class GroovyCpsPluginExtension
    extends java.lang.Object
    Extension for GroovyCpsPlugin.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract org.gradle.api.provider.Property<java.lang.String> getCpsVersion()
      The version of the groovy cps build version to use.
      protected abstract org.gradle.api.provider.Property<java.lang.String> getGroovyVersion()
      The version of groovy to use.
      • Methods inherited from class java.lang.Object

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

      • GroovyCpsPluginExtension

        public GroovyCpsPluginExtension()
    • Method Detail

      • getCpsVersion

        protected abstract org.gradle.api.provider.Property<java.lang.String> getCpsVersion()
        The version of the groovy cps build version to use.
      • getGroovyVersion

        protected abstract org.gradle.api.provider.Property<java.lang.String> getGroovyVersion()
        The version of groovy to use.