Uses of Class
org.jvnet.hudson.test.recipes.Recipe.Runner
-
Packages that use Recipe.Runner Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins.org.jvnet.hudson.test.recipes Declaratively specify the environment in which a test will be run. -
-
Uses of Recipe.Runner in org.jvnet.hudson.test
Subclasses of Recipe.Runner in org.jvnet.hudson.test Modifier and Type Class Description static classWithoutJenkins.RunnerImplFields in org.jvnet.hudson.test with type parameters of type Recipe.Runner Modifier and Type Field Description protected List<Recipe.Runner>HudsonTestCase. recipesDeprecated. -
Uses of Recipe.Runner in org.jvnet.hudson.test.recipes
Subclasses of Recipe.Runner in org.jvnet.hudson.test.recipes Modifier and Type Class Description static classLocalData.RunnerImplstatic classPresetData.RunnerImplDeprecated.static classWithPlugin.RunnerImplstatic classWithPluginManager.RunnerImplstatic classWithTimeout.RunnerImplDeprecated.New code should useJenkinsRule.Methods in org.jvnet.hudson.test.recipes that return types with arguments of type Recipe.Runner Modifier and Type Method Description Class<? extends Recipe.Runner<?>>value()Specifies the class that sets up the test environment.
-