Annotation Interface Since
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@Documented
@RuleAnnotation(RuleImpl.class)
public @interface Since
Minimal Jenkins version required to run the test.
Declares that running the test with older version is pointless, typically because of missing feature.
- Author:
- Oliver Gondza
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
String value
-