Package io.jenkins.plugins.onmonit
Class Messages
java.lang.Object
io.jenkins.plugins.onmonit.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyONMonitoringStep.CouldNotStartProcesses
:Could not start node_exporter + otel-contrib processes
.static org.jvnet.localizer.Localizable
KeyONMonitoringStep.DisplayName
:Start node_exporter + otel-contrib before the build, and shut them down after.
.static org.jvnet.localizer.Localizable
KeyONMonitoringStep.Started
:node_exporter + otel-contrib started
.static org.jvnet.localizer.Localizable
KeyONMonitoringStep.Stopped
:node_exporter + otel-contrib stopped
.static String
KeyONMonitoringStep.CouldNotStartProcesses
:Could not start node_exporter + otel-contrib processes
.static String
KeyONMonitoringStep.DisplayName
:Start node_exporter + otel-contrib before the build, and shut them down after.
.static String
KeyONMonitoringStep.Started
:node_exporter + otel-contrib started
.static String
KeyONMonitoringStep.Stopped
:node_exporter + otel-contrib stopped
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ONMonitoringStep_Started
KeyONMonitoringStep.Started
:node_exporter + otel-contrib started
.- Returns:
node_exporter + otel-contrib started
-
_ONMonitoringStep_Started
public static org.jvnet.localizer.Localizable _ONMonitoringStep_Started()KeyONMonitoringStep.Started
:node_exporter + otel-contrib started
.- Returns:
node_exporter + otel-contrib started
-
ONMonitoringStep_Stopped
KeyONMonitoringStep.Stopped
:node_exporter + otel-contrib stopped
.- Returns:
node_exporter + otel-contrib stopped
-
_ONMonitoringStep_Stopped
public static org.jvnet.localizer.Localizable _ONMonitoringStep_Stopped()KeyONMonitoringStep.Stopped
:node_exporter + otel-contrib stopped
.- Returns:
node_exporter + otel-contrib stopped
-
ONMonitoringStep_CouldNotStartProcesses
KeyONMonitoringStep.CouldNotStartProcesses
:Could not start node_exporter + otel-contrib processes
.- Returns:
Could not start node_exporter + otel-contrib processes
-
_ONMonitoringStep_CouldNotStartProcesses
public static org.jvnet.localizer.Localizable _ONMonitoringStep_CouldNotStartProcesses()KeyONMonitoringStep.CouldNotStartProcesses
:Could not start node_exporter + otel-contrib processes
.- Returns:
Could not start node_exporter + otel-contrib processes
-
ONMonitoringStep_DisplayName
KeyONMonitoringStep.DisplayName
:Start node_exporter + otel-contrib before the build, and shut them down after.
.- Returns:
Start node_exporter + otel-contrib before the build, and shut them down after.
-
_ONMonitoringStep_DisplayName
public static org.jvnet.localizer.Localizable _ONMonitoringStep_DisplayName()KeyONMonitoringStep.DisplayName
:Start node_exporter + otel-contrib before the build, and shut them down after.
.- Returns:
Start node_exporter + otel-contrib before the build, and shut them down after.
-