| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts.ivyservice | |
| org.gradle.api.internal.artifacts.ivyservice.ivyresolve | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.cache | |
| org.gradle.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
GradleScriptException
A
GradleScriptException is thrown when an exception occurs in the compilation or execution of a
script. |
| Modifier and Type | Class and Description |
|---|---|
class |
PublishException
A
PublishException is thrown when a dependency configuration cannot be published for some reason. |
class |
ResolveException
A
ResolveException is thrown when a dependency configuration cannot be resolved for some reason. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleVersionResolveException |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactResolveException |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskExecutionException
A
TaskExecutionException is thrown when a task fails to execute successfully. |
class |
TaskValidationException
A
TaskValidationException is thrown when there is some validation problem with a task. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheOpenException |
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerNotificationException
A
ListenerNotificationException is thrown when a listener cannot be notified of an event. |
Copyright © 2013. All rights reserved