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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
.static org.jvnet.localizer.Localizable
_NestedProjects_DisplayName()
KeyNestedProjects.DisplayName
:Nested Projects
.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.
.static org.jvnet.localizer.Localizable
_StandaloneProjects_DisplayName()
KeyStandaloneProjects.DisplayName
:Standalone Projects
.static org.jvnet.localizer.Localizable
_Uncategorized_Description()
KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.static org.jvnet.localizer.Localizable
_Uncategorized_DisplayName()
KeyUncategorized.DisplayName
:Uncategorized
.static String
NestedProjects_Description()
KeyNestedProjects.Description
:Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.
.static String
NestedProjects_DisplayName()
KeyNestedProjects.DisplayName
:Nested Projects
.static String
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.
.static String
StandaloneProjects_DisplayName()
KeyStandaloneProjects.DisplayName
:Standalone Projects
.static String
Uncategorized_Description()
KeyUncategorized.Description
:Item types that have not yet been categorized by their plugin maintainer.
.static String
Uncategorized_DisplayName()
KeyUncategorized.DisplayName
:Uncategorized
.
-
-
-
Method Detail
-
StandaloneProjects_DisplayName
public static String 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
public static String 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
public static String 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
public static String 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
public static String 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
public static String Uncategorized_DisplayName()
KeyUncategorized.DisplayName
:Uncategorized
.- Returns:
Uncategorized
-
_Uncategorized_DisplayName
public static org.jvnet.localizer.Localizable _Uncategorized_DisplayName()
KeyUncategorized.DisplayName
:Uncategorized
.- Returns:
Uncategorized
-
-