Uses of Interface
org.jvnet.hudson.test.RestartableJenkinsRule.Step
-
Packages that use RestartableJenkinsRule.Step Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of RestartableJenkinsRule.Step in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test with parameters of type RestartableJenkinsRule.Step Modifier and Type Method Description voidRestartableJenkinsRule. then(RestartableJenkinsRule.Step s)Run one Jenkins session and shut down.voidRestartableJenkinsRule. thenWithHardShutdown(RestartableJenkinsRule.Step s)Run one Jenkins session and then simulate the Jenkins process ending without a clean shutdown.
-