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.SlaveInboundAgentExtension.createAgent(JenkinsRule r, InboundAgentExtension.Options options) Creates, attaches, and optionally starts a new inbound agent.voidInboundAgentExtension.createAgent(RealJenkinsExtension extension, InboundAgentExtension.Options options) voidInboundAgentExtension.start(JenkinsRule r, InboundAgentExtension.Options options) (Re-)starts an existing inbound agent.voidInboundAgentExtension.start(InboundAgentExtension.AgentArguments agentArguments, InboundAgentExtension.Options options) voidInboundAgentExtension.start(RealJenkinsExtension r, InboundAgentExtension.Options options) (Re-)starts an existing inbound agent.voidInboundAgentExtension.startOnly(RealJenkinsExtension extension, InboundAgentExtension.Options options) Starts an existing inbound agent without waiting for it to go online.