public interface BuildOperationParametersVersion1 extends LongRunningOperationParametersVersion1
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
getDaemonMaxIdleTimeUnits()
Specifies the units for the maximum idle time.
|
Integer |
getDaemonMaxIdleTimeValue()
Specifies the maximum idle time for any daemon process launched by the provider, or null to use the default.
|
File |
getGradleUserHomeDir()
Returns the Gradle user home directory, or null to use default.
|
File |
getProjectDir() |
long |
getStartTime() |
boolean |
getVerboseLogging() |
Boolean |
isEmbedded()
Specifies whether to run the build in this process, or null to use default.
|
Boolean |
isSearchUpwards()
Specifies whether to search for root project, or null to use default.
|
getProgressListener, getStandardError, getStandardInput, getStandardOutputFile getProjectDir()
Boolean isSearchUpwards()
File getGradleUserHomeDir()
Boolean isEmbedded()
Integer getDaemonMaxIdleTimeValue()
TimeUnit getDaemonMaxIdleTimeUnits()
long getStartTime()
boolean getVerboseLogging()
Copyright © 2013. All rights reserved