public class NestedBuildTracker extends BuildAdapter
| Constructor and Description |
|---|
NestedBuildTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(BuildResult result)
Called when the build is completed.
|
void |
buildStarted(Gradle gradle)
Called when the build is started.
|
GradleInternal |
getCurrentBuild() |
projectsEvaluated, projectsLoaded, settingsEvaluatedpublic void buildStarted(Gradle gradle)
BuildListenerCalled when the build is started.
buildStarted in interface BuildListenerbuildStarted in class BuildAdaptergradle - The build which is being started. Never null.public void buildFinished(BuildResult result)
BuildListenerCalled when the build is completed. All selected tasks have been executed.
buildFinished in interface BuildListenerbuildFinished in class BuildAdapterresult - The result of the build. Never null.public GradleInternal getCurrentBuild()
Copyright © 2013. All rights reserved