| Modifier and Type | Method and Description |
|---|---|
protected ServiceRegistry |
AbstractTask.getServices() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DependencyManagementServices
Factory for various types related to dependency management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDependencyManagementServices |
| Constructor and Description |
|---|
DefaultDependencyManagementServices(ServiceRegistry parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedServiceRegistry
by Szczepan Faber, created at: 11/24/11
|
| Constructor and Description |
|---|
SynchronizedServiceRegistry(ServiceRegistry delegate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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.
|
interface |
ServiceRegistryFactory
A hierarchical service registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalServicesRegistry
Contains the services shared by all builds in a given process.
|
class |
GradleInternalServiceRegistry
Contains the services for a given
GradleInternal instance. |
class |
ProjectInternalServiceRegistry
Contains the services for a given project.
|
class |
TaskExecutionServices |
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. |
| Constructor and Description |
|---|
GlobalServicesRegistry(ServiceRegistry loggingServices) |
GradleInternalServiceRegistry(ServiceRegistry parent,
GradleInternal gradle) |
ProjectInternalServiceRegistry(ServiceRegistry parent,
ProjectInternal project) |
TaskExecutionServices(ServiceRegistry parent,
Gradle gradle) |
TaskInternalServiceRegistry(ServiceRegistry parent,
ProjectInternal project,
TaskInternal taskInternal) |
TopLevelBuildServiceRegistry(ServiceRegistry parent,
StartParameter startParameter) |
| Modifier and Type | Method and Description |
|---|---|
TestClassProcessor |
WorkerTestClassProcessorFactory.create(ServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Script.init(Object target,
ServiceRegistry services) |
| Constructor and Description |
|---|
DefaultGradleLauncherFactory(ServiceRegistry loggingServices) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeServices
Provides various native platform integration services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceRegistry
A hierarchical
ServiceRegistry implementation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServiceRegistry.add(ServiceRegistry nested)
Adds a set of services to this registry.
|
| Constructor and Description |
|---|
DefaultServiceRegistry(ServiceRegistry parent) |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
CommandLineActionFactory.createLoggingServices() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandLineActionFactory.createActionFactories(ServiceRegistry loggingServices,
Collection<CommandLineAction> actions) |
| Constructor and Description |
|---|
RunBuildAction(StartParameter startParameter,
ServiceRegistry loggingServices,
BuildRequestMetaData requestMetaData) |
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonClientServices
Takes care of instantiating and wiring together the services required by the daemon client.
|
class |
DaemonClientServicesSupport
Some support wiring for daemon clients.
|
class |
EmbeddedDaemonClientServices
Wires together the embedded daemon client.
|
class |
SingleUseDaemonClientServices |
class |
StopDaemonClientServices |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistry |
DaemonClientServicesSupport.getLoggingServices() |
| Constructor and Description |
|---|
DaemonClientServices(ServiceRegistry loggingServices,
DaemonParameters daemonParameters,
InputStream buildStandardInput) |
DaemonClientServicesSupport(ServiceRegistry loggingServices,
InputStream buildStandardInput) |
EmbeddedDaemonClientServices(ServiceRegistry loggingServices,
boolean displayOutput) |
SingleUseDaemonClientServices(ServiceRegistry loggingServices,
DaemonParameters daemonParameters,
InputStream buildStandardInput) |
StopDaemonClientServices(ServiceRegistry loggingServices,
DaemonParameters daemonParameters,
InputStream buildStandardInput) |
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonRegistryServices
Takes care of instantiating and wiring together the services required for a daemon registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonServices
Takes care of instantiating and wiring together the services required by the daemon server.
|
| Constructor and Description |
|---|
DaemonServices(DaemonServerConfiguration configuration,
ServiceRegistry loggingServices,
LoggingManagerInternal loggingManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingServiceRegistry
A
ServiceRegistry implementation which provides the logging services. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessagingServices
A factory for a set of messaging services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalTestServices |
class |
TestTopLevelBuildServiceRegistry |
| Constructor and Description |
|---|
TestTopLevelBuildServiceRegistry(ServiceRegistry parent,
StartParameter startParameter,
File homeDir) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceLocator
Uses the Jar service resource specification to locate service implementations.
|
Copyright © 2013. All rights reserved