Uses of Interface
org.jvnet.hudson.test.LenientRunnable
-
Packages that use LenientRunnable Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of LenientRunnable in org.jvnet.hudson.test
Fields in org.jvnet.hudson.test with type parameters of type LenientRunnable Modifier and Type Field Description protected List<LenientRunnable>HudsonTestCase. tearDownsDeprecated.Runnables to be invoked atHudsonTestCase.tearDown().protected List<LenientRunnable>JenkinsRule. tearDownsRunnables to be invoked atJenkinsRule.after().Method parameters in org.jvnet.hudson.test with type arguments of type LenientRunnable Modifier and Type Method Description static voidJenkinsRule. _stopJenkins(org.eclipse.jetty.server.Server server, List<LenientRunnable> tearDowns, jenkins.model.Jenkins jenkins)Internal method to stop Jenkins instance.
-