Package | Description |
---|---|
org.netbeans.modules.gradle.api.execute |
API support for executing Gradle actions/commands in the IDE.
|
org.netbeans.modules.gradle.spi |
Modifier and Type | Method and Description |
---|---|
GradleCommandLine.LogLevel |
GradleCommandLine.getLoglevel() |
static GradleCommandLine.LogLevel |
GradleCommandLine.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleCommandLine.LogLevel[] |
GradleCommandLine.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GradleCommandLine.setLogLevel(GradleCommandLine.LogLevel level) |
Modifier and Type | Method and Description |
---|---|
GradleCommandLine.LogLevel |
GradleSettings.getDefaultLogLevel() |
Modifier and Type | Method and Description |
---|---|
void |
GradleSettings.setDefaultLogLevel(GradleCommandLine.LogLevel level) |