Annotation Interface JenkinsRecipe


@Retention(RUNTIME) @Documented @Target(ANNOTATION_TYPE) public @interface JenkinsRecipe
Meta-annotation for recipe annotations, which controls the test environment set up. This is JUnit4 version of Recipe.
Since:
1.436
Author:
Kohsuke Kawaguchi
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The code that implements the recipe semantics.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the class that sets up the test environment.
  • Element Details

    • value

      Class<? extends JenkinsRecipe.Runner<?>> value
      Specifies the class that sets up the test environment.

      When a recipe annotation is placed on a test method,