Uses of Class
org.jvnet.hudson.test.InboundAgentRule.Options.Builder
-
Uses of InboundAgentRule.Options.Builder in org.jvnet.hudson.test
Modifier and TypeMethodDescriptionInboundAgentRule.Options.Builder.color
(PrefixedOutputStream.AnsiColor color) Set a color for agent logs.InboundAgentRule.Options.Builder.javaOptions
(String... opts) Set a label for the agent.Set the name of the agent.InboundAgentRule.Options.newBuilder()
InboundAgentRule.Options.Builder.secret()
Deprecated.secret is used by default when using newer versions of RemotingInboundAgentRule.Options.Builder.skipStart()
Skip starting the agent.InboundAgentRule.Options.Builder.trustStore
(String path, String password) Provide a custom truststore for the agent JVM.Set a tunnel for the agentInboundAgentRule.Options.Builder.webSocket()
Use WebSocket when connecting.InboundAgentRule.Options.Builder.webSocket
(boolean websocket) Configure usage of WebSocket when connecting.InboundAgentRule.Options.Builder.withLogger
(Class<?> clazz, Level level) InboundAgentRule.Options.Builder.withLogger
(String logger, Level level) InboundAgentRule.Options.Builder.withPackageLogger
(Class<?> clazz, Level level)