Package jenkins.appearance
Class Messages
- java.lang.Object
-
- jenkins.appearance.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
_AppearanceCategory_Description()
KeyAppearanceCategory.Description
:Configure the look and feel of Jenkins
.static org.jvnet.localizer.Localizable
_AppearanceCategory_DisplayName()
KeyAppearanceCategory.DisplayName
:Appearance
.static org.jvnet.localizer.Localizable
_AppearanceGlobalConfiguration_Description()
KeyAppearanceGlobalConfiguration.Description
:Configure the look and feel of Jenkins
.static org.jvnet.localizer.Localizable
_AppearanceGlobalConfiguration_DisplayName()
KeyAppearanceGlobalConfiguration.DisplayName
:Appearance
.static String
AppearanceCategory_Description()
KeyAppearanceCategory.Description
:Configure the look and feel of Jenkins
.static String
AppearanceCategory_DisplayName()
KeyAppearanceCategory.DisplayName
:Appearance
.static String
AppearanceGlobalConfiguration_Description()
KeyAppearanceGlobalConfiguration.Description
:Configure the look and feel of Jenkins
.static String
AppearanceGlobalConfiguration_DisplayName()
KeyAppearanceGlobalConfiguration.DisplayName
:Appearance
.
-
-
-
Method Detail
-
AppearanceCategory_Description
public static String AppearanceCategory_Description()
KeyAppearanceCategory.Description
:Configure the look and feel of Jenkins
.- Returns:
Configure the look and feel of Jenkins
-
_AppearanceCategory_Description
public static org.jvnet.localizer.Localizable _AppearanceCategory_Description()
KeyAppearanceCategory.Description
:Configure the look and feel of Jenkins
.- Returns:
Configure the look and feel of Jenkins
-
AppearanceGlobalConfiguration_Description
public static String AppearanceGlobalConfiguration_Description()
KeyAppearanceGlobalConfiguration.Description
:Configure the look and feel of Jenkins
.- Returns:
Configure the look and feel of Jenkins
-
_AppearanceGlobalConfiguration_Description
public static org.jvnet.localizer.Localizable _AppearanceGlobalConfiguration_Description()
KeyAppearanceGlobalConfiguration.Description
:Configure the look and feel of Jenkins
.- Returns:
Configure the look and feel of Jenkins
-
AppearanceCategory_DisplayName
public static String AppearanceCategory_DisplayName()
KeyAppearanceCategory.DisplayName
:Appearance
.- Returns:
Appearance
-
_AppearanceCategory_DisplayName
public static org.jvnet.localizer.Localizable _AppearanceCategory_DisplayName()
KeyAppearanceCategory.DisplayName
:Appearance
.- Returns:
Appearance
-
AppearanceGlobalConfiguration_DisplayName
public static String AppearanceGlobalConfiguration_DisplayName()
KeyAppearanceGlobalConfiguration.DisplayName
:Appearance
.- Returns:
Appearance
-
_AppearanceGlobalConfiguration_DisplayName
public static org.jvnet.localizer.Localizable _AppearanceGlobalConfiguration_DisplayName()
KeyAppearanceGlobalConfiguration.DisplayName
:Appearance
.- Returns:
Appearance
-
-