|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Script
org.gradle.groovy.scripts.ScriptWithSource
org.gradle.api.internal.project.ProjectScript
class ProjectScript extends ScriptWithSource
| Property Summary | |
|---|---|
static Logger |
logger
|
| Constructor Summary | |
ProjectScript()
|
|
| Method Summary | |
|---|---|
void
|
setProperty(java.lang.String property, def newValue)
|
| Methods inherited from class ScriptWithSource | |
|---|---|
| getScriptSource, setScriptSource |
| Methods inherited from class groovy.lang.Script | |
|---|---|
| invokeMethod, getBinding, setBinding, println, println, run, run, setProperty, getProperty, print, evaluate, evaluate, getMetaClass, setMetaClass, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Methods inherited from class groovy.lang.GroovyObjectSupport | |
|---|---|
| getMetaClass, setMetaClass, invokeMethod, setProperty, getProperty, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Property Detail |
|---|
static Logger logger
| Constructor Detail |
|---|
ProjectScript()
| Method Detail |
|---|
void setProperty(java.lang.String property, def newValue)
Groovy Documentation