|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ProjectEvaluationListener
An ProjectEvaluationListener is notified when a project is evaluated. You add can add an ProjectEvaluationListener to a org.gradle.api.invocation.Build using org.gradle.api.invocation.Build#addProjectEvaluationListener(ProjectEvaluationListener).
Method Summary | |
---|---|
void
|
afterEvaluate(Project project, java.lang.Throwable failure)
This method is called when a project has been evaluated, and before the evaluated project is made available to other projects. |
void
|
beforeEvaluate(Project project)
This method is called immediately before a project is evaluated. |
Method Detail |
---|
public void afterEvaluate(Project project, java.lang.Throwable failure)
public void beforeEvaluate(Project project)
Groovy Documentation