| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.initialization.dsl |
Classes used in the initialization DSL.
|
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.artifacts.dsl | |
| org.gradle.api.internal.initialization | |
| org.gradle.api.internal.project | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
RepositoryHandler |
Project.getRepositories()
Returns a handler to create repositories which are used for retrieving dependencies and uploading artifacts
produced by the project.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryHandler |
ScriptHandler.getRepositories()
Returns a handler to create repositories which are used for retrieving dependencies for the script classpath.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryHandler |
ArtifactPublicationServices.getRepositoryHandler() |
RepositoryHandler |
DependencyResolutionServices.getResolveRepositoryHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRepositoryHandler |
| Modifier and Type | Method and Description |
|---|---|
RepositoryHandler |
AbstractScriptHandler.getRepositories() |
| Constructor and Description |
|---|
AbstractScriptHandler(MutableURLClassLoader classLoader,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ScriptSource scriptSource,
ConfigurationContainer configContainer) |
DefaultScriptHandler(ScriptSource scriptSource,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ConfigurationContainer configContainer,
MutableURLClassLoader classLoader) |
NoClassLoaderUpdateScriptHandler(MutableURLClassLoader classLoader,
RepositoryHandler repositoryHandler,
DependencyHandler dependencyHandler,
ScriptSource scriptSource,
ConfigurationContainer configContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryHandler |
ProjectInternalServiceRegistry.createRepositoryHandler() |
RepositoryHandler |
AbstractProject.getRepositories() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryHandler |
Upload.getRepositories()
Returns the repositories to upload to.
|
RepositoryHandler |
Upload.repositories(Closure configureClosure)
Configures the set of repositories to upload to.
|
Copyright © 2013. All rights reserved