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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyONMonitoringStep.CouldNotStartProcesses:Could not start node_exporter + otel-contrib processes.static org.jvnet.localizer.LocalizableKeyONMonitoringStep.DisplayName:Start node_exporter + otel-contrib before the build, and shut them down after..static org.jvnet.localizer.LocalizableKeyONMonitoringStep.Started:node_exporter + otel-contrib started.static org.jvnet.localizer.LocalizableKeyONMonitoringStep.Stopped:node_exporter + otel-contrib stopped.static StringKeyONMonitoringStep.CouldNotStartProcesses:Could not start node_exporter + otel-contrib processes.static StringKeyONMonitoringStep.DisplayName:Start node_exporter + otel-contrib before the build, and shut them down after..static StringKeyONMonitoringStep.Started:node_exporter + otel-contrib started.static StringKeyONMonitoringStep.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.
-