Package org.jvnet.hudson.test.recipes
Annotation Interface WithPluginManager
@Documented
@Recipe(RunnerImpl.class)
@JenkinsRecipe(RuleRunnerImpl.class)
@Target(METHOD)
@Retention(RUNTIME)
public @interface WithPluginManager
Runs the test case with a custom plugin manager.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Required Element Summary
-
Element Details
-
value
Class<? extends hudson.PluginManager> value
-