Uses of Interface
org.jvnet.hudson.test.LenientRunnable
Packages that use LenientRunnable
-
Uses of LenientRunnable in org.jvnet.hudson.test
Fields in org.jvnet.hudson.test with type parameters of type LenientRunnableModifier and TypeFieldDescriptionprotected 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 LenientRunnableModifier and TypeMethodDescriptionstatic voidJenkinsRule._stopJenkins(org.eclipse.jetty.server.Server server, List<LenientRunnable> tearDowns, jenkins.model.Jenkins jenkins) Internal method to stop Jenkins instance.