Uses of Class
org.jvnet.hudson.test.InboundAgentRule.Options
-
Packages that use InboundAgentRule.Options Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of InboundAgentRule.Options in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test that return InboundAgentRule.Options Modifier and Type Method Description InboundAgentRule.OptionsInboundAgentRule.Options.Builder. build()Build and return anInboundAgentRule.Options.Methods in org.jvnet.hudson.test with parameters of type InboundAgentRule.Options Modifier and Type Method Description hudson.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.
-