Package jenkins.slaves
Class Messages
- java.lang.Object
-
- jenkins.slaves.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_DeprecatedAgentProtocolMonitor_displayName()
KeyDeprecatedAgentProtocolMonitor.displayName
:Deprecated Agent Protocol Monitor
.static org.jvnet.localizer.Localizable
_JnlpSlaveAgentProtocol_displayName()
KeyJnlpSlaveAgentProtocol.displayName
:Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
.static org.jvnet.localizer.Localizable
_JnlpSlaveAgentProtocol2_displayName()
KeyJnlpSlaveAgentProtocol2.displayName
:Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
.static org.jvnet.localizer.Localizable
_JnlpSlaveAgentProtocol3_displayName()
KeyJnlpSlaveAgentProtocol3.displayName
:Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
.static org.jvnet.localizer.Localizable
_JnlpSlaveAgentProtocol4_displayName()
KeyJnlpSlaveAgentProtocol4.displayName
:Inbound TCP Agent Protocol/4 (TLS encryption)
.static String
DeprecatedAgentProtocolMonitor_displayName()
KeyDeprecatedAgentProtocolMonitor.displayName
:Deprecated Agent Protocol Monitor
.static String
JnlpSlaveAgentProtocol_displayName()
KeyJnlpSlaveAgentProtocol.displayName
:Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
.static String
JnlpSlaveAgentProtocol2_displayName()
KeyJnlpSlaveAgentProtocol2.displayName
:Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
.static String
JnlpSlaveAgentProtocol3_displayName()
KeyJnlpSlaveAgentProtocol3.displayName
:Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
.static String
JnlpSlaveAgentProtocol4_displayName()
KeyJnlpSlaveAgentProtocol4.displayName
:Inbound TCP Agent Protocol/4 (TLS encryption)
.
-
-
-
Method Detail
-
JnlpSlaveAgentProtocol_displayName
public static String JnlpSlaveAgentProtocol_displayName()
KeyJnlpSlaveAgentProtocol.displayName
:Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
.- Returns:
Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
-
_JnlpSlaveAgentProtocol_displayName
public static org.jvnet.localizer.Localizable _JnlpSlaveAgentProtocol_displayName()
KeyJnlpSlaveAgentProtocol.displayName
:Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
.- Returns:
Inbound TCP Agent Protocol/1 (deprecated, unencrypted)
-
JnlpSlaveAgentProtocol2_displayName
public static String JnlpSlaveAgentProtocol2_displayName()
KeyJnlpSlaveAgentProtocol2.displayName
:Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
.- Returns:
Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
-
_JnlpSlaveAgentProtocol2_displayName
public static org.jvnet.localizer.Localizable _JnlpSlaveAgentProtocol2_displayName()
KeyJnlpSlaveAgentProtocol2.displayName
:Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
.- Returns:
Inbound TCP Agent Protocol/2 (deprecated, unencrypted)
-
JnlpSlaveAgentProtocol4_displayName
public static String JnlpSlaveAgentProtocol4_displayName()
KeyJnlpSlaveAgentProtocol4.displayName
:Inbound TCP Agent Protocol/4 (TLS encryption)
.- Returns:
Inbound TCP Agent Protocol/4 (TLS encryption)
-
_JnlpSlaveAgentProtocol4_displayName
public static org.jvnet.localizer.Localizable _JnlpSlaveAgentProtocol4_displayName()
KeyJnlpSlaveAgentProtocol4.displayName
:Inbound TCP Agent Protocol/4 (TLS encryption)
.- Returns:
Inbound TCP Agent Protocol/4 (TLS encryption)
-
DeprecatedAgentProtocolMonitor_displayName
public static String DeprecatedAgentProtocolMonitor_displayName()
KeyDeprecatedAgentProtocolMonitor.displayName
:Deprecated Agent Protocol Monitor
.- Returns:
Deprecated Agent Protocol Monitor
-
_DeprecatedAgentProtocolMonitor_displayName
public static org.jvnet.localizer.Localizable _DeprecatedAgentProtocolMonitor_displayName()
KeyDeprecatedAgentProtocolMonitor.displayName
:Deprecated Agent Protocol Monitor
.- Returns:
Deprecated Agent Protocol Monitor
-
JnlpSlaveAgentProtocol3_displayName
public static String JnlpSlaveAgentProtocol3_displayName()
KeyJnlpSlaveAgentProtocol3.displayName
:Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
.- Returns:
Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
-
_JnlpSlaveAgentProtocol3_displayName
public static org.jvnet.localizer.Localizable _JnlpSlaveAgentProtocol3_displayName()
KeyJnlpSlaveAgentProtocol3.displayName
:Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
.- Returns:
Inbound TCP Agent Protocol/3 (deprecated, basic encryption)
-
-