Uses of Class
org.jvnet.hudson.test.junit.jupiter.InboundAgentExtension.Options
Packages that use InboundAgentExtension.Options
-
Uses of InboundAgentExtension.Options in org.jvnet.hudson.test.junit.jupiter
Methods in org.jvnet.hudson.test.junit.jupiter that return InboundAgentExtension.OptionsModifier and TypeMethodDescriptionInboundAgentExtension.Options.Builder.build()
Build and return anInboundAgentExtension.Options
.Methods in org.jvnet.hudson.test.junit.jupiter with parameters of type InboundAgentExtension.OptionsModifier and TypeMethodDescriptionhudson.model.Slave
InboundAgentExtension.createAgent
(JenkinsRule r, InboundAgentExtension.Options options) Creates, attaches, and optionally starts a new inbound agent.void
InboundAgentExtension.createAgent
(RealJenkinsExtension extension, InboundAgentExtension.Options options) void
InboundAgentExtension.start
(JenkinsRule r, InboundAgentExtension.Options options) (Re-)starts an existing inbound agent.void
InboundAgentExtension.start
(InboundAgentExtension.AgentArguments agentArguments, InboundAgentExtension.Options options) void
InboundAgentExtension.start
(RealJenkinsExtension r, InboundAgentExtension.Options options) (Re-)starts an existing inbound agent.void
InboundAgentExtension.startOnly
(RealJenkinsExtension extension, InboundAgentExtension.Options options) Starts an existing inbound agent without waiting for it to go online.