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