Class Messages
java.lang.Object
com.cloudbees.hudson.plugins.folder.health.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
_Folder_HealthWrap
(Object arg0, Object arg1) KeyFolder.HealthWrap
:Worst health: {0}: {1}
.static org.jvnet.localizer.Localizable
KeyWorstChildHealthMetric.DisplayName
:Child item with worst health
.static String
Folder_HealthWrap
(Object arg0, Object arg1) KeyFolder.HealthWrap
:Worst health: {0}: {1}
.static String
KeyWorstChildHealthMetric.DisplayName
:Child item with worst health
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
WorstChildHealthMetric_DisplayName
KeyWorstChildHealthMetric.DisplayName
:Child item with worst health
.- Returns:
Child item with worst health
-
_WorstChildHealthMetric_DisplayName
public static org.jvnet.localizer.Localizable _WorstChildHealthMetric_DisplayName()KeyWorstChildHealthMetric.DisplayName
:Child item with worst health
.- Returns:
Child item with worst health
-
Folder_HealthWrap
KeyFolder.HealthWrap
:Worst health: {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Worst health: {0}: {1}
-
_Folder_HealthWrap
KeyFolder.HealthWrap
:Worst health: {0}: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Worst health: {0}: {1}
-