Package com.cloudbees.maven.license
Class LicenseScript
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.lang.Script
-
- com.cloudbees.maven.license.LicenseScript
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public abstract class LicenseScript extends groovy.lang.Script- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description ProcessMojomojoorg.apache.maven.project.MavenProjectproject
-
Constructor Summary
Constructors Constructor Description LicenseScript()LicenseScript(groovy.lang.Binding binding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(groovy.lang.Closure closure)voidfilter(groovy.lang.Closure closure)voidgenerate(groovy.lang.Closure closure)org.apache.maven.plugin.logging.LoggetLog()
-
-
-
Field Detail
-
project
public org.apache.maven.project.MavenProject project
-
mojo
public ProcessMojo mojo
-
-