Package jenkins.model.item_category
Class Messages
java.lang.Object
jenkins.model.item_category.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
KeyNestedProjects.Description
:Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
.static org.jvnet.localizer.Localizable
KeyNestedProjects.DisplayName
:Nested Projects
.static org.jvnet.localizer.Localizable
KeyStandaloneProjects.Description
:Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
.static org.jvnet.localizer.Localizable
KeyStandaloneProjects.DisplayName
:Standalone Projects
.static org.jvnet.localizer.Localizable
KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.static org.jvnet.localizer.Localizable
KeyUncategorized.DisplayName
:Uncategorized
.static String
KeyNestedProjects.Description
:Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
.static String
KeyNestedProjects.DisplayName
:Nested Projects
.static String
KeyStandaloneProjects.Description
:Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
.static String
KeyStandaloneProjects.DisplayName
:Standalone Projects
.static String
KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.static String
KeyUncategorized.DisplayName
:Uncategorized
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
StandaloneProjects_DisplayName
KeyStandaloneProjects.DisplayName
:Standalone Projects
.- Returns:
Standalone Projects
-
_StandaloneProjects_DisplayName
public static org.jvnet.localizer.Localizable _StandaloneProjects_DisplayName()KeyStandaloneProjects.DisplayName
:Standalone Projects
.- Returns:
Standalone Projects
-
NestedProjects_DisplayName
KeyNestedProjects.DisplayName
:Nested Projects
.- Returns:
Nested Projects
-
_NestedProjects_DisplayName
public static org.jvnet.localizer.Localizable _NestedProjects_DisplayName()KeyNestedProjects.DisplayName
:Nested Projects
.- Returns:
Nested Projects
-
NestedProjects_Description
KeyNestedProjects.Description
:Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
.- Returns:
Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
-
_NestedProjects_Description
public static org.jvnet.localizer.Localizable _NestedProjects_Description()KeyNestedProjects.Description
:Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
.- Returns:
Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
-
StandaloneProjects_Description
KeyStandaloneProjects.Description
:Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
.- Returns:
Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
-
_StandaloneProjects_Description
public static org.jvnet.localizer.Localizable _StandaloneProjects_Description()KeyStandaloneProjects.Description
:Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
.- Returns:
Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.
-
Uncategorized_Description
KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.- Returns:
Item types that have not yet been categorized by their plugin maintainer.
-
_Uncategorized_Description
public static org.jvnet.localizer.Localizable _Uncategorized_Description()KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.- Returns:
Item types that have not yet been categorized by their plugin maintainer.
-
Uncategorized_DisplayName
KeyUncategorized.DisplayName
:Uncategorized
.- Returns:
Uncategorized
-
_Uncategorized_DisplayName
public static org.jvnet.localizer.Localizable _Uncategorized_DisplayName()KeyUncategorized.DisplayName
:Uncategorized
.- Returns:
Uncategorized
-