public interface ConnectionParameters
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
getDaemonMaxIdleTimeUnits() |
Integer |
getDaemonMaxIdleTimeValue() |
File |
getGradleUserHomeDir()
Returns the Gradle user home directory, or null to use default.
|
File |
getProjectDir() |
boolean |
getVerboseLogging()
Whether to log debug statements eagerly
|
Boolean |
isEmbedded() |
Boolean |
isSearchUpwards()
Specifies whether to search for root project, or null to use default.
|
File getProjectDir()
Boolean isSearchUpwards()
File getGradleUserHomeDir()
Boolean isEmbedded()
Integer getDaemonMaxIdleTimeValue()
TimeUnit getDaemonMaxIdleTimeUnits()
boolean getVerboseLogging()
Copyright © 2013. All rights reserved