Annotation Interface WithJavaOptions
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@Documented
@RuleAnnotation(value=RuleImpl.class,
priority=-10)
public @interface WithJavaOptions
Indicates that the test and Jenkins instance will run with the specified
java options. These options are set as an array of pairs property=vale.
The options can be set only when the test are being run with a WinstoneController
.
This annotation is a way to extend JENKINS_JAVA_OPTS and JENKINS_OPTS at test level
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
String[] value
-