Uses of Class
org.jvnet.hudson.test.junit.jupiter.InboundAgentExtension.Options.Builder
Packages that use InboundAgentExtension.Options.Builder
-
Uses of InboundAgentExtension.Options.Builder in org.jvnet.hudson.test.junit.jupiter
Methods in org.jvnet.hudson.test.junit.jupiter that return InboundAgentExtension.Options.BuilderModifier and TypeMethodDescriptionSets a custom certificate for the agent JVM, passed as the Remoting `-cert` CLI argument.InboundAgentExtension.Options.Builder.color
(PrefixedOutputStream.AnsiColor color) Set a color for agent logs.InboundAgentExtension.Options.Builder.javaOptions
(String... opts) Set a label for the agent.Set the name of the agent.InboundAgentExtension.Options.newBuilder()
InboundAgentExtension.Options.Builder.noCertificateCheck()
Disables certificate verification for the agent JVM, passed as the Remoting `-noCertificateCheck` CLI argument.InboundAgentExtension.Options.Builder.skipStart()
Skip starting the agent.InboundAgentExtension.Options.Builder.trustStore
(String path, String password) Provide a custom truststore for the agent JVM.Set a tunnel for the agentInboundAgentExtension.Options.Builder.webSocket()
Use WebSocket when connecting.InboundAgentExtension.Options.Builder.webSocket
(boolean websocket) Configure usage of WebSocket when connecting.InboundAgentExtension.Options.Builder.withLogger
(Class<?> clazz, Level level) InboundAgentExtension.Options.Builder.withLogger
(String logger, Level level) InboundAgentExtension.Options.Builder.withPackageLogger
(Class<?> clazz, Level level)