Interface | Description |
---|---|
ApplicationComponentDependencies |
The dependency buckets for an application component.
|
BaseNameAwareComponent | |
Binary |
A physical binary artifact, which can run on a particular platform or runtime.
|
BinaryAwareComponent |
A component with binaries.
|
BinaryView<T extends Binary> |
A view of the binaries that are created and configured as they are required.
|
BuildVariant |
A representation of the selected values for each dimension for a build.
|
Component |
A software component that is built by the Nokee plugins.
|
ComponentContainer | |
ComponentDependencies |
The dependency buckets for a component.
|
ComponentSources |
The sources for a component.
|
DependencyAwareComponent<T extends ComponentDependencies> |
A component with dependency buckets.
|
DependencyBucket | |
LibraryComponentDependencies |
The dependency buckets for a library component.
|
SourceAwareComponent<T extends ComponentSources> |
A component with sources.
|
TaskView<T extends Task> |
A view of the tasks that are created and configured as they are required.
|
Variant |
A variant realization of a component.
|
VariantAwareComponent<T extends Variant> |
A component with variants.
|
VariantView<T extends Variant> |
A view of the variants that are created and configured as they are required.
|
View<T> |
A view of a collection that are created and configured as they are required.
|