Class InboundAgentRule.Options

java.lang.Object
org.jvnet.hudson.test.InboundAgentRule.Options
All Implemented Interfaces:
Serializable
Enclosing class:
InboundAgentRule

public static final class InboundAgentRule.Options extends Object implements Serializable
The options used to (re)start an inbound agent.
See Also:
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • getName

      public String getName()
    • isSecret

      @Deprecated public boolean isSecret()
      Deprecated.
      secret is used by default when using newer versions of Remoting
    • isWebSocket

      public boolean isWebSocket()
    • getTunnel

      public String getTunnel()
    • isStart

      public boolean isStart()
    • getLabel

      public String getLabel()
    • newBuilder

      public static InboundAgentRule.Options.Builder newBuilder()