Package jenkins.slaves
Class JnlpSlaveAgentProtocol
- java.lang.Object
-
- jenkins.slaves.JnlpSlaveAgentProtocol
-
@Deprecated public class JnlpSlaveAgentProtocol extends Object
Deprecated.This class was part of the old JNLP1 protocol, which has been removed. TheSLAVE_SECRET
was still used by some plugins. It has been moved toJnlpAgentReceiver
as a more suitable location, but this alias retained for compatibility. References should be updated to the new location.
-
-
Field Summary
Fields Modifier and Type Field Description static HMACConfidentialKey
SLAVE_SECRET
Deprecated.
-
Constructor Summary
Constructors Constructor Description JnlpSlaveAgentProtocol()
Deprecated.
-
-
-
Field Detail
-
SLAVE_SECRET
public static final HMACConfidentialKey SLAVE_SECRET
Deprecated.
-
-