public class ReportGeneratingProfileListener extends BuildAdapter implements ProfileListener
| Constructor and Description |
|---|
ReportGeneratingProfileListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(BuildProfile buildProfile) |
void |
projectsEvaluated(Gradle gradle)
Called when all projects for the build have been evaluated.
|
buildFinished, buildStarted, projectsLoaded, settingsEvaluatedpublic void projectsEvaluated(Gradle gradle)
BuildListenerCalled when all projects for the build have been evaluated. The project objects are fully configured and are ready to use to populate the task graph.
projectsEvaluated in interface BuildListenerprojectsEvaluated in class BuildAdaptergradle - The build which has been evaluated. Never null.public void buildFinished(BuildProfile buildProfile)
buildFinished in interface ProfileListenerCopyright © 2013. All rights reserved