Interface | Description |
---|---|
JvmEcosystemAttributesDetails |
Allows configuration of attributes used for JVM related components.
|
JvmEcosystemUtilities |
This class exposes a number of utilities which can be used by plugin authors
to either replicate what the Gradle JVM plugins are doing, or integrate with
the existing Jvm plugins.
|
JvmLanguageGeneratedSourceDirectoryBuilder |
A source directory set builder which assumes that the sources are generated
by a task.
|
JvmLanguageSourceDirectoryBuilder |
A JVM language source directory builder, which allows the creation
of a source directory for an existing source set and associate a compile
task which produces classes to it.
|
JvmLanguageSourceDirectoryBuilder.CompileTaskDetails |
A builder for compilation tasks.
|
JvmVariantBuilder |
A Java component builder, allowing the automatic creation of a number of configurations,
tasks, ...
|
OutgoingElementsBuilder |
A builder to construct an "outgoing elements" configuration, that is to say something
which is consumable by other components (other projects or external projects)
|
ResolvableConfigurationBuilder |
An incoming configuration builder.
|