| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.project | |
| org.gradle.invocation | |
| org.gradle.testfixtures.internal |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistryFactory |
GradleInternal.getServices() |
| Modifier and Type | Class and Description |
|---|---|
class |
GradleInternalServiceRegistry
Contains the services for a given
GradleInternal instance. |
class |
ProjectInternalServiceRegistry
Contains the services for a given project.
|
class |
TaskInternalServiceRegistry
Contains the services for a given task.
|
class |
TopLevelBuildServiceRegistry
Contains the singleton services which are shared by all builds executed by a single
GradleLauncher
invocation. |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistryFactory |
TopLevelBuildServiceRegistry.createFor(Object domainObject) |
ServiceRegistryFactory |
TaskInternalServiceRegistry.createFor(Object domainObject) |
ServiceRegistryFactory |
ServiceRegistryFactory.createFor(Object domainObject)
Creates the services for the given domain object.
|
ServiceRegistryFactory |
ProjectInternalServiceRegistry.createFor(Object domainObject) |
ServiceRegistryFactory |
GradleInternalServiceRegistry.createFor(Object domainObject) |
ServiceRegistryFactory |
ProjectInternal.getServices() |
ServiceRegistryFactory |
AbstractProject.getServices() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistryFactory |
DefaultGradle.getServices() |
| Constructor and Description |
|---|
DefaultGradle(Gradle parent,
StartParameter startParameter,
ServiceRegistryFactory parentRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestTopLevelBuildServiceRegistry |
Copyright © 2013. All rights reserved