Uses of Class
jenkins.AgentProtocol
-
Packages that use AgentProtocol Package Description hudson jenkins jenkins.slaves -
-
Uses of AgentProtocol in hudson
Subclasses of AgentProtocol in hudson Modifier and Type Class Description static class
TcpSlaveAgentListener.PingAgentProtocol
This extension provides a Ping protocol that allows people to verify that theTcpSlaveAgentListener
is alive. -
Uses of AgentProtocol in jenkins
Methods in jenkins that return AgentProtocol Modifier and Type Method Description static AgentProtocol
AgentProtocol. of(String protocolName)
Methods in jenkins that return types with arguments of type AgentProtocol Modifier and Type Method Description static ExtensionList<AgentProtocol>
AgentProtocol. all()
Returns all the registeredAgentProtocol
s. -
Uses of AgentProtocol in jenkins.slaves
Subclasses of AgentProtocol in jenkins.slaves Modifier and Type Class Description class
JnlpSlaveAgentProtocol4
Master-side implementation for JNLP4-connect protocol.
-