Package io.jenkins.plugins.designlibrary
Class Messages
java.lang.Object
io.jenkins.plugins.designlibrary.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.Localizable
KeyLocalization.description
:Ensures texts can be displayed in the user''s language.
.static org.jvnet.localizer.Localizable
_Localization_greet
(Object arg0) KeyLocalization.greet
:Hello {0}
.static org.jvnet.localizer.Localizable
KeyLocalization.message
:How to localize texts in Java
.static String
KeyLocalization.description
:Ensures texts can be displayed in the user''s language.
.static String
Localization_greet
(Object arg0) KeyLocalization.greet
:Hello {0}
.static String
KeyLocalization.message
:How to localize texts in Java
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Localization_message
KeyLocalization.message
:How to localize texts in Java
.- Returns:
How to localize texts in Java
-
_Localization_message
public static org.jvnet.localizer.Localizable _Localization_message()KeyLocalization.message
:How to localize texts in Java
.- Returns:
How to localize texts in Java
-
Localization_description
KeyLocalization.description
:Ensures texts can be displayed in the user''s language.
.- Returns:
Ensures texts can be displayed in the user''s language.
-
_Localization_description
public static org.jvnet.localizer.Localizable _Localization_description()KeyLocalization.description
:Ensures texts can be displayed in the user''s language.
.- Returns:
Ensures texts can be displayed in the user''s language.
-
Localization_greet
KeyLocalization.greet
:Hello {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Hello {0}
-
_Localization_greet
KeyLocalization.greet
:Hello {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Hello {0}
-