| Interface | Description |
|---|---|
| AbstractClassGenerator.ClassBuilder<T> | |
| ClassGenerator | |
| ClassPathProvider | |
| ClassPathRegistry | |
| ConventionMapping |
A
ConventionMapping maintains the convention mappings for the properties of a particular object. |
| ConventionMapping.MappedProperty | |
| DirectedGraph<N,V> |
A directed graph with nodes of type N.
|
| DirectedGraphWithEdgeValues<N,V> |
A directed graph with nodes of type N.
|
| DomainObjectContext | |
| DynamicObject |
An object that can be worked with in a dynamic fashion.
|
| DynamicObjectAware |
An object that can present a dynamic view of itself.
|
| ExceptionAnalyser | |
| Factory<T> | 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.
|
| GradleDistributionLocator | |
| GradleInternal |
An internal interface for Gradle that exposed objects and concepts that are not intended for public
consumption.
|
| HasConvention |
Demarcates objects that expose a convention.
|
| IConventionAware |
Allows default values for the properties of this object to be declared.
|
| Instantiator |
An object that can create new instances of a given type, which may be decorated in some fashion.
|
| MultiCauseException | |
| Operation |
Generic, parameter-less and void returning operation of some kind.
|
| ProcessOperations | |
| SettingsInternal | |
| TaskExecutionHistory | |
| TaskInternal | |
| TaskOutputsInternal |
| Enum | Description |
|---|---|
| ExtensibleDynamicObject.Location |
| Exception | Description |
|---|---|
| AbstractMultiCauseException | |
| LocationAwareException |
A
LocationAwareException is an exception which can be annotated with a location in a script. |
| Annotation Type | Description |
|---|---|
| Contextual |
This annotation is attached to an exception class to indicate that it provides contextual information about the
exception which might help the user determine what the failed operation was, or where it took place.
|
| NoConventionMapping |
Disables the application of convention mapping for the class it is attached to, and all superclasses.
|
| NoDynamicObject |
Disables the application of dynamic object behaviour for the class it is attached to.
|
Copyright © 2013. All rights reserved