Package | Description |
---|---|
hudson.cli |
Server-side CLI commands for Hudson.
|
jenkins | |
jenkins.slaves |
Modifier and Type | Class and Description |
---|---|
class |
CliProtocol
AgentProtocol that accepts connection from CLI clients. |
class |
CliProtocol2
CliProtocol Version 2, which adds transport encryption. |
Modifier and Type | Method and Description |
---|---|
static AgentProtocol |
AgentProtocol.of(String protocolName) |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<AgentProtocol> |
AgentProtocol.all()
Returns all the registered
AgentProtocol s. |
Modifier and Type | Class and Description |
---|---|
class |
JnlpSlaveAgentProtocol
AgentProtocol that accepts connection from slave agents. |
class |
JnlpSlaveAgentProtocol2
JnlpSlaveAgentProtocol Version 2. |
Copyright © 2016. All rights reserved.