| Package | Description |
|---|---|
| org.gradle.api.internal.project | |
| org.gradle.configuration | |
| org.gradle.execution | |
| org.gradle.initialization | |
| org.gradle.invocation | |
| org.gradle.tooling.internal.provider |
| Modifier and Type | Method and Description |
|---|---|
GradleInternal |
ProjectInternal.getGradle() |
GradleInternal |
AbstractProject.getGradle() |
| Modifier and Type | Method and Description |
|---|---|
DefaultProject |
ProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
ProjectInternal |
IProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
| Constructor and Description |
|---|
AbstractProject(String name,
ProjectInternal parent,
File projectDir,
ScriptSource buildScriptSource,
GradleInternal gradle,
ServiceRegistryFactory serviceRegistryFactory) |
DefaultProject(String name,
ProjectInternal parent,
File projectDir,
ScriptSource buildScriptSource,
GradleInternal gradle,
ServiceRegistryFactory serviceRegistryFactory) |
GradleInternalServiceRegistry(ServiceRegistry parent,
GradleInternal gradle) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBuildConfigurer.configure(GradleInternal gradle) |
void |
BuildConfigurer.configure(GradleInternal gradleInternal) |
void |
InitScriptProcessor.process(ScriptSource initScript,
GradleInternal gradle) |
void |
DefaultInitScriptProcessor.process(ScriptSource initScript,
GradleInternal gradle) |
| Modifier and Type | Method and Description |
|---|---|
GradleInternal |
BuildExecutionContext.getGradle() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBuildExecuter.select(GradleInternal gradle) |
void |
BuildExecuter.select(GradleInternal gradle)
Selects the tasks to execute, if any.
|
void |
TaskSelector.selectTasks(GradleInternal gradle,
String path) |
| Modifier and Type | Method and Description |
|---|---|
GradleInternal |
NestedBuildTracker.getCurrentBuild() |
GradleInternal |
DefaultGradleLauncher.getGradle() |
GradleInternal |
BaseSettings.getGradle() |
| Modifier and Type | Method and Description |
|---|---|
SettingsInternal |
SettingsFactory.createSettings(GradleInternal gradle,
File settingsDir,
ScriptSource settingsScript,
Map<String,String> gradleProperties,
StartParameter startParameter,
URLClassLoader classloader) |
void |
InitScriptHandler.executeScripts(GradleInternal gradle) |
SettingsInternal |
SettingsHandler.findAndLoadSettings(GradleInternal gradle) |
void |
UserHomeInitScriptFinder.findScripts(GradleInternal gradle,
Collection<ScriptSource> scripts) |
void |
ProvidedInitScriptFinder.findScripts(GradleInternal gradle,
Collection<ScriptSource> scripts) |
void |
InitScriptFinder.findScripts(GradleInternal gradle,
Collection<ScriptSource> scripts) |
void |
DistributionInitScriptFinder.findScripts(GradleInternal gradle,
Collection<ScriptSource> scripts) |
void |
CompositeInitScriptFinder.findScripts(GradleInternal gradle,
Collection<ScriptSource> scripts) |
void |
ProjectPropertySettingBuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle) |
void |
InstantiatingBuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle)
Creates the
GradleInternal and ProjectInternal instances for the given root project,
ready for the projects to be evaluated. |
void |
BuildLoader.load(ProjectDescriptor rootProjectDescriptor,
GradleInternal gradle)
Creates the
GradleInternal and ProjectInternal instances for the given root project,
ready for the projects to be evaluated. |
void |
ModelConfigurationListener.onConfigure(GradleInternal model)
Invoked when the model has been configured.
|
SettingsInternal |
SettingsProcessor.process(GradleInternal gradle,
SettingsLocation settingsLocation,
URLClassLoader buildSourceClassLoader,
StartParameter startParameter) |
SettingsInternal |
ScriptEvaluatingSettingsProcessor.process(GradleInternal gradle,
SettingsLocation settingsLocation,
URLClassLoader buildSourceClassLoader,
StartParameter startParameter) |
SettingsInternal |
PropertiesLoadingSettingsProcessor.process(GradleInternal gradle,
SettingsLocation settingsLocation,
URLClassLoader buildSourceClassLoader,
StartParameter startParameter) |
| Constructor and Description |
|---|
BaseSettings(GradleInternal gradle,
IProjectDescriptorRegistry projectDescriptorRegistry,
URLClassLoader classloader,
File settingsDir,
ScriptSource settingsScript,
StartParameter startParameter) |
DefaultGradleLauncher(GradleInternal gradle,
InitScriptHandler initScriptHandler,
SettingsHandler settingsHandler,
BuildLoader buildLoader,
BuildConfigurer buildConfigurer,
BuildListener buildListener,
ExceptionAnalyser exceptionAnalyser,
LoggingManagerInternal loggingManager,
ModelConfigurationListener modelConfigurationListener,
BuildExecuter buildExecuter)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGradle |
| Modifier and Type | Method and Description |
|---|---|
ProjectVersion3 |
IdeaModelBuilder.buildAll(GradleInternal gradle) |
DefaultGradleProject |
GradleProjectBuilder.buildAll(GradleInternal gradle) |
EclipseProjectVersion3 |
EclipseModelBuilder.buildAll(GradleInternal gradle) |
ProjectVersion3 |
BuildsModel.buildAll(GradleInternal gradle) |
ProjectVersion3 |
BasicIdeaModelBuilder.buildAll(GradleInternal gradle) |
void |
ModelBuildingAdapter.onConfigure(GradleInternal model) |
Copyright © 2013. All rights reserved