Uses of Class
org.jvnet.hudson.test.InboundAgentRule.Options.Builder
Packages that use InboundAgentRule.Options.Builder
- 
Uses of InboundAgentRule.Options.Builder in org.jvnet.hudson.testMethods in org.jvnet.hudson.test that return InboundAgentRule.Options.BuilderModifier and TypeMethodDescriptionSets a custom certificate for the agent JVM, passed as the Remoting `-cert` CLI argument.InboundAgentRule.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.noCertificateCheck()Disables certificate verification for the agent JVM, passed as the Remoting `-noCertificateCheck` CLI argument.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)