@groovy.transform.CompileStatic final enum JRubyEnvironmentInheritance extends Enum<E<E>>
How the system environment should be applied
| Modifiers | Name | Description |
|---|---|---|
static JRubyEnvironmentInheritance |
ESSENTIAL_ONLY |
Only inherit the bare essential system environment. |
static JRubyEnvironmentInheritance |
EXCLUDE_JRUBY |
Exclude the JRuby environment. |
static JRubyEnvironmentInheritance |
FULL |
Inherit the full environment. |
static JRubyEnvironmentInheritance |
MAX_VALUE |
|
static JRubyEnvironmentInheritance |
MIN_VALUE |
| Type Params | Return Type | Name and description |
|---|---|---|
|
JRubyEnvironmentInheritance |
next() |
|
JRubyEnvironmentInheritance |
previous() |
|
static JRubyEnvironmentInheritance |
valueOf(String name) |
|
static final JRubyEnvironmentInheritance[] |
values() |
Only inherit the bare essential system environment.
Exclude the JRuby environment.
Inherit the full environment.