Package org.jvnet.hudson.test
Class InboundAgentRule.Options
java.lang.Object
org.jvnet.hudson.test.fixtures.InboundAgentFixture.Options<InboundAgentRule.Options>
org.jvnet.hudson.test.InboundAgentRule.Options
- All Implemented Interfaces:
Serializable
- Enclosing class:
InboundAgentRule
public static final class InboundAgentRule.Options
extends InboundAgentFixture.Options<InboundAgentRule.Options>
The options used to (re)start an inbound agent.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jvnet.hudson.test.fixtures.InboundAgentFixture.Options
cert, javaOptions, label, loggers, name, noCertificateCheck, prefixedOutputStreamBuilder, start, trustStorePassword, trustStorePath, tunnel, webSocket -
Method Summary
Methods inherited from class org.jvnet.hudson.test.fixtures.InboundAgentFixture.Options
computeJavaOptions, getCert, getJavaOptions, getLabel, getLoggers, getName, getPrefixedOutputStreamBuilder, getTrustStorePassword, getTrustStorePath, getTunnel, isNoCertificateCheck, isStart, isWebSocket, setCert, setJavaOptions, setLabel, setName, setNoCertificateCheck, setStart, setTrustStorePassword, setTrustStorePath, setTunnel, setWebSocket
-
Method Details
-
newBuilder
-