InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.color(PrefixedOutputStream.AnsiColor color) |
Set a color for agent logs.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.label(String label) |
Set a label for the agent.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.name(String name) |
Set the name of the agent.
|
static InboundAgentRule.Options.Builder |
InboundAgentRule.Options.newBuilder() |
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.secret() |
Use secret when connecting.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.skipStart() |
Skip starting the agent.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.tunnel(String tunnel) |
Set a tunnel for the agent
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.webSocket() |
Use WebSocket when connecting.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.webSocket(boolean websocket) |
Configure usage of WebSocket when connecting.
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.withLogger(Class<?> clazz,
Level level) |
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.withLogger(String logger,
Level level) |
|
InboundAgentRule.Options.Builder |
InboundAgentRule.Options.Builder.withPackageLogger(Class<?> clazz,
Level level) |
|