| Interface | Description |
|---|---|
| IProjectFactory |
Creates a
ProjectInternal implementation. |
| IProjectRegistry<T extends ProjectIdentifier> | |
| IsolatedAntBuilder |
Executes a closure against an isolated
AntBuilder instance. |
| ProjectIdentifier | |
| ProjectInternal | |
| ServiceRegistry | Deprecated
This is here because Groovy tasks compiled against older versions have this type baked into their byte-code, and cannot be loaded if it's not found.
|
| ServiceRegistryFactory |
A hierarchical service registry.
|
| Class | Description |
|---|---|
| AbstractProject | |
| DefaultAntBuilderFactory | |
| DefaultProject | |
| DefaultProjectRegistry<T extends ProjectIdentifier> | |
| GlobalServicesRegistry |
Contains the services shared by all builds in a given process.
|
| GradleInternalServiceRegistry |
Contains the services for a given
GradleInternal instance. |
| ProjectFactory | |
| ProjectInternalServiceRegistry |
Contains the services for a given project.
|
| ProjectStateInternal | |
| TaskExecutionServices | |
| TaskInternalServiceRegistry |
Contains the services for a given task.
|
| TopLevelBuildServiceRegistry |
Contains the singleton services which are shared by all builds executed by a single
GradleLauncher
invocation. |
Copyright © 2013. All rights reserved