| Package | Description |
|---|---|
| org.gradle.api.internal.project | |
| org.gradle.groovy.scripts | |
| org.gradle.groovy.scripts.internal | |
| org.gradle.initialization |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.afterCompile(ScriptPlugin configurer,
Script script) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Script> |
ScriptCompiler.compile(Class<T> scriptType)
Compiles the script into a
Script object of the given type. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptAware.afterCompile(ScriptPlugin configurer,
Script script) |
void |
ScriptExecutionListener.afterScript(Script script,
Throwable result) |
void |
ScriptExecutionListener.beforeScript(Script script) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Script> |
ScriptRunnerFactory.create(T script) |
<T extends Script> |
DefaultScriptRunnerFactory.create(T script) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExceptionAnalyser.afterScript(Script script,
Throwable result) |
void |
DefaultExceptionAnalyser.beforeScript(Script script) |
Copyright © 2013. All rights reserved