Package com.blackbuild.groovycps.plugin
Class GroovyCpsPluginExtension
- java.lang.Object
-
- com.blackbuild.groovycps.plugin.GroovyCpsPluginExtension
-
public abstract class GroovyCpsPluginExtension extends java.lang.ObjectExtension forGroovyCpsPlugin.
-
-
Constructor Summary
Constructors Constructor Description GroovyCpsPluginExtension()
-
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.
-
-
-
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.
-
-