Package jenkins.slaves.systemInfo
Class Messages
- java.lang.Object
-
- jenkins.slaves.systemInfo.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
_ClassLoaderStatisticsSlaveInfo_DisplayName()
KeyClassLoaderStatisticsSlaveInfo.DisplayName
:Remote Class Loader Statistics
.static org.jvnet.localizer.Localizable
_EnvVarsSlaveInfo_DisplayName()
KeyEnvVarsSlaveInfo.DisplayName
:Environment Variables
.static org.jvnet.localizer.Localizable
_SystemPropertySlaveInfo_DisplayName()
KeySystemPropertySlaveInfo.DisplayName
:System Properties
.static org.jvnet.localizer.Localizable
_ThreadDumpSlaveInfo_DisplayName()
KeyThreadDumpSlaveInfo.DisplayName
:Thread Dump
.static String
ClassLoaderStatisticsSlaveInfo_DisplayName()
KeyClassLoaderStatisticsSlaveInfo.DisplayName
:Remote Class Loader Statistics
.static String
EnvVarsSlaveInfo_DisplayName()
KeyEnvVarsSlaveInfo.DisplayName
:Environment Variables
.static String
SystemPropertySlaveInfo_DisplayName()
KeySystemPropertySlaveInfo.DisplayName
:System Properties
.static String
ThreadDumpSlaveInfo_DisplayName()
KeyThreadDumpSlaveInfo.DisplayName
:Thread Dump
.
-
-
-
Method Detail
-
SystemPropertySlaveInfo_DisplayName
public static String SystemPropertySlaveInfo_DisplayName()
KeySystemPropertySlaveInfo.DisplayName
:System Properties
.- Returns:
System Properties
-
_SystemPropertySlaveInfo_DisplayName
public static org.jvnet.localizer.Localizable _SystemPropertySlaveInfo_DisplayName()
KeySystemPropertySlaveInfo.DisplayName
:System Properties
.- Returns:
System Properties
-
EnvVarsSlaveInfo_DisplayName
public static String EnvVarsSlaveInfo_DisplayName()
KeyEnvVarsSlaveInfo.DisplayName
:Environment Variables
.- Returns:
Environment Variables
-
_EnvVarsSlaveInfo_DisplayName
public static org.jvnet.localizer.Localizable _EnvVarsSlaveInfo_DisplayName()
KeyEnvVarsSlaveInfo.DisplayName
:Environment Variables
.- Returns:
Environment Variables
-
ClassLoaderStatisticsSlaveInfo_DisplayName
public static String ClassLoaderStatisticsSlaveInfo_DisplayName()
KeyClassLoaderStatisticsSlaveInfo.DisplayName
:Remote Class Loader Statistics
.- Returns:
Remote Class Loader Statistics
-
_ClassLoaderStatisticsSlaveInfo_DisplayName
public static org.jvnet.localizer.Localizable _ClassLoaderStatisticsSlaveInfo_DisplayName()
KeyClassLoaderStatisticsSlaveInfo.DisplayName
:Remote Class Loader Statistics
.- Returns:
Remote Class Loader Statistics
-
ThreadDumpSlaveInfo_DisplayName
public static String ThreadDumpSlaveInfo_DisplayName()
KeyThreadDumpSlaveInfo.DisplayName
:Thread Dump
.- Returns:
Thread Dump
-
_ThreadDumpSlaveInfo_DisplayName
public static org.jvnet.localizer.Localizable _ThreadDumpSlaveInfo_DisplayName()
KeyThreadDumpSlaveInfo.DisplayName
:Thread Dump
.- Returns:
Thread Dump
-
-