Uses of Class
org.jvnet.hudson.test.InboundAgentRule.Options
Packages that use InboundAgentRule.Options
-
Uses of InboundAgentRule.Options in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test that return InboundAgentRule.OptionsModifier and TypeMethodDescriptionInboundAgentRule.Options.Builder.build()Build and return anInboundAgentRule.Options.Methods in org.jvnet.hudson.test with parameters of type InboundAgentRule.OptionsModifier and TypeMethodDescriptionhudson.model.SlaveInboundAgentRule.createAgent(JenkinsRule r, InboundAgentRule.Options options) Creates, attaches, and optionally starts a new inbound agent.voidInboundAgentRule.createAgent(RealJenkinsRule rr, InboundAgentRule.Options options) voidInboundAgentRule.start(InboundAgentRule.AgentArguments agentArguments, InboundAgentRule.Options options) voidInboundAgentRule.start(JenkinsRule r, InboundAgentRule.Options options) (Re-)starts an existing inbound agent.voidInboundAgentRule.start(RealJenkinsRule r, InboundAgentRule.Options options) (Re-)starts an existing inbound agent.voidInboundAgentRule.startOnly(RealJenkinsRule r, InboundAgentRule.Options options) Starts an existing inbound agent without waiting for it to go online.