| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| org.gradle.api.initialization |
Classes for managing and monitoring build initialization.
|
| org.gradle.api.internal | |
| org.gradle.initialization | |
| org.gradle.profile |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildLogger.settingsEvaluated(Settings settings) |
void |
BuildListener.settingsEvaluated(Settings settings)
Called when the build settings have been loaded and evaluated.
|
void |
BuildAdapter.settingsEvaluated(Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.getSettings()
Returns this settings object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SettingsInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSettings |
| Modifier and Type | Method and Description |
|---|---|
Settings |
BaseSettings.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileEventAdapter.settingsEvaluated(Settings settings) |
Copyright © 2013. All rights reserved