Package | Description |
---|---|
org.netbeans.modules.gradle.api |
Domain and access classes for Gradle projects.
|
Modifier and Type | Method and Description |
---|---|
GradleReport.Severity |
GradleReport.getSeverity() |
static GradleReport.Severity |
GradleReport.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleReport.Severity[] |
GradleReport.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|