Package org.jvnet.hudson.test
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInboundAgentRule.Options.BuilderA builder ofInboundAgentRule.Options.
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetLabel()StringgetName()StringgetTunnel()booleanisSecret()Deprecated.secret is used by default when using newer versions of RemotingbooleanisStart()booleanisWebSocket()static InboundAgentRule.Options.BuildernewBuilder()
-
-
-
Method Detail
-
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()
-
-