Uses of Class
org.jvnet.hudson.test.fixtures.InboundAgentFixture.Options
Packages that use InboundAgentFixture.Options
Package
Description
Test harness for Jenkins and its plugins.
-
Uses of InboundAgentFixture.Options in org.jvnet.hudson.test
Subclasses of InboundAgentFixture.Options in org.jvnet.hudson.testModifier and TypeClassDescriptionstatic final classThe options used to (re)start an inbound agent. -
Uses of InboundAgentFixture.Options in org.jvnet.hudson.test.fixtures
Classes in org.jvnet.hudson.test.fixtures with type parameters of type InboundAgentFixture.OptionsModifier and TypeClassDescriptionstatic classThe options used to (re)start an inbound agent.static classInboundAgentFixture.Options.Builder<B extends InboundAgentFixture.Options.Builder,O extends InboundAgentFixture.Options> A builder ofInboundAgentFixture.Options.Fields in org.jvnet.hudson.test.fixtures declared as InboundAgentFixture.OptionsModifier and TypeFieldDescriptionprotected final InboundAgentFixture.Options<O> InboundAgentFixture.Options.Builder.optionsMethods in org.jvnet.hudson.test.fixtures with parameters of type InboundAgentFixture.OptionsModifier and TypeMethodDescriptionhudson.model.SlaveInboundAgentFixture.createAgent(JenkinsRule r, InboundAgentFixture.Options options) Creates, attaches, and optionally starts a new inbound agent.static String[]InboundAgentFixture.createAgentRJR(JenkinsRule r, InboundAgentFixture.Options options) voidInboundAgentFixture.start(InboundAgentFixture.AgentArguments agentArguments, InboundAgentFixture.Options options) voidInboundAgentFixture.start(InboundAgentFixture.AgentArguments agentArguments, InboundAgentFixture.Options options, boolean stop) voidInboundAgentFixture.start(JenkinsRule r, InboundAgentFixture.Options options) (Re-)starts an existing inbound agent. -
Uses of InboundAgentFixture.Options in org.jvnet.hudson.test.junit.jupiter
Subclasses of InboundAgentFixture.Options in org.jvnet.hudson.test.junit.jupiterModifier and TypeClassDescriptionstatic final classThe options used to (re)start an inbound agent.