@CompileStatic
class ConditionEvaluationContext
extends Object
Delegate object for GroovyEnabledIf and GroovyDisabledIf closures, providing convenient access to environment, system properties, and JUnit context.
| Type | Name and description |
|---|---|
int |
javaVersion |
String |
junitDisplayName |
Set<String> |
junitTags |
String |
junitUniqueId |
Map<String, String> |
systemEnvironment |
Properties |
systemProperties |
| Constructor and description |
|---|
ConditionEvaluationContext(ExtensionContext extensionContext) |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.