See: Description
Interface | Description |
---|---|
ModuleSearchSupport |
Classes implementing this interface allows searching for
ModuleDependency . |
Class | Description |
---|---|
BuildPropertiesSupport |
API to access values of build properties.
|
BuildPropertiesSupport.Property |
Describes a property and its value.
|
GradleBaseProject |
This object holds the basic information of the Gradle project.
|
GradleConfiguration |
This object represents a configuration in a Gradle project.
|
GradleDependency |
This object represents a Gradle dependency element in a
GradleConfiguration . |
GradleDependency.FileCollectionDependency |
Dependency for files available on local filesystem.
|
GradleDependency.ModuleDependency |
Dependency for modules usually downloaded from a remote repository.
|
GradleDependency.ProjectDependency |
Dependency for sub-project in the current multi-project setup.
|
GradleDependency.UnresolvedDependency |
Dependency for modules which was not able to be resolved by Gradle.
|
GradleProjects |
Utility methods working with Gradle projects and Artifacts.
|
GradleReport |
Describes a problem in a buildscript reported by Gradle daemon and/or
our infrastructure.
|
GradleTask |
Represent a task in a Gradle project.
|
NbGradleProject |
Facade object for NetBeans Gradle project internals, with some convenience
methods.
|
NbGradleProject.LoadOptions |
Describes options for loading a Gradle project.
|
Enum | Description |
---|---|
BuildPropertiesSupport.PropertyKind |
Describes type / kind of the property.
|
GradleDependency.Type |
The type of a Dependency.
|
GradleReport.Severity |
Severity of the report.
|
NbGradleProject.Quality |
As loading a Gradle project information into the memory could be a time
consuming task each the Gradle Plugin uses heuristics and offline
evaluation of a project in order to provide optimal responsiveness.
|