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 class
InboundAgentRule.Options.Builder
A builder ofInboundAgentRule.Options
.
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getName()
String
getTunnel()
boolean
isSecret()
boolean
isStart()
boolean
isWebSocket()
static InboundAgentRule.Options.Builder
newBuilder()
-
-
-
Method Detail
-
getName
public String getName()
-
isSecret
public boolean isSecret()
-
isWebSocket
public boolean isWebSocket()
-
getTunnel
public String getTunnel()
-
isStart
public boolean isStart()
-
getLabel
public String getLabel()
-
newBuilder
public static InboundAgentRule.Options.Builder newBuilder()
-
-