@groovy.transform.CompileStatic class UnpackParameters extends Object implements Parameters
An implementation of GrolifantUnpacker.Parameters
| Type | Name and description |
|---|---|
Object |
baseRelativePath |
| Constructor and description |
|---|
UnpackParameters
(ConfigCacheSafeOperations gtc) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
environment(java.util.Map<String, ?> envVars)Add to the environment variables. |
|
Provider<String> |
getBaseRelativePath()Relative path below Gradle User Home to create cache for all versions of the distribution type. |
|
Provider<java.util.Map<String, String>> |
getEnvironment()Customised environment to run under. |
|
void |
setBaseRelativePath(Object path)Sets the relative path. |
Add to the environment variables.
envVars - Additional variables.Relative path below Gradle User Home to create cache for all versions of the distribution type. @return
Customised environment to run under.
Typically used when running an external binary.
Sets the relative path.
path - Anything convertible to a string using StringTools.stringizeGroovy Documentation