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 TypeMethodDescriptionvoid
RealJenkinsExtension.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.void
RealJenkinsExtension.run
(RealJenkinsExtension.Step step) Run a step on the remote system.void
RealJenkinsExtension.runRemotely
(RealJenkinsExtension.Step... steps) Runs one or more steps on the remote system.void
RealJenkinsExtension.then
(RealJenkinsExtension.Step... steps) Run one Jenkins session, send one or more test thunks, and shut down.