Uses of Interface
org.jvnet.hudson.test.RealJenkinsRule.Step
Packages that use RealJenkinsRule.Step
-
Uses of RealJenkinsRule.Step in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test with parameters of type RealJenkinsRule.StepModifier and TypeMethodDescriptionvoidRealJenkinsRule.run(org.junit.rules.ErrorCollector errors, RealJenkinsRule.Step step) Run a step on the remote system, but do not immediately fail, just record any error.voidRealJenkinsRule.run(RealJenkinsRule.Step step) Run a step on the remote system.voidRealJenkinsRule.runRemotely(RealJenkinsRule.Step... steps) Runs one or more steps on the remote system.voidRealJenkinsRule.then(RealJenkinsRule.Step... steps) Run one Jenkins session, send one or more test thunks, and shut down.