Class Messages
java.lang.Object
com.cloudbees.hudson.plugins.folder.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
KeyFolder.DefaultPronoun
:Item
.static org.jvnet.localizer.Localizable
KeyFolder.Description
:Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
.static org.jvnet.localizer.Localizable
KeyFolder.DisplayName
:Folder
.static org.jvnet.localizer.Localizable
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.static org.jvnet.localizer.Localizable
KeyRelocateAction.displayName
:Move
.static org.jvnet.localizer.Localizable
KeyRelocateAction.permission.desc
:Required to move a job from one folder (or Jenkins root) to another.
.static String
KeyFolder.DefaultPronoun
:Item
.static String
KeyFolder.Description
:Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
.static String
KeyFolder.DisplayName
:Folder
.static String
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.static String
KeyRelocateAction.displayName
:Move
.static String
KeyRelocateAction.permission.desc
:Required to move a job from one folder (or Jenkins root) to another.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Hudson_ViewAlreadyExists
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view already exists with the name "{0}"
-
_Hudson_ViewAlreadyExists
KeyHudson.ViewAlreadyExists
:A view already exists with the name "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A view already exists with the name "{0}"
-
Folder_Description
KeyFolder.Description
:Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
.- Returns:
Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
-
_Folder_Description
public static org.jvnet.localizer.Localizable _Folder_Description()KeyFolder.Description
:Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
.- Returns:
Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.
-
RelocateAction_permission_desc
KeyRelocateAction.permission.desc
:Required to move a job from one folder (or Jenkins root) to another.
.- Returns:
Required to move a job from one folder (or Jenkins root) to another.
-
_RelocateAction_permission_desc
public static org.jvnet.localizer.Localizable _RelocateAction_permission_desc()KeyRelocateAction.permission.desc
:Required to move a job from one folder (or Jenkins root) to another.
.- Returns:
Required to move a job from one folder (or Jenkins root) to another.
-
RelocateAction_displayName
KeyRelocateAction.displayName
:Move
.- Returns:
Move
-
_RelocateAction_displayName
public static org.jvnet.localizer.Localizable _RelocateAction_displayName()KeyRelocateAction.displayName
:Move
.- Returns:
Move
-
Folder_DefaultPronoun
KeyFolder.DefaultPronoun
:Item
.- Returns:
Item
-
_Folder_DefaultPronoun
public static org.jvnet.localizer.Localizable _Folder_DefaultPronoun()KeyFolder.DefaultPronoun
:Item
.- Returns:
Item
-
Folder_DisplayName
KeyFolder.DisplayName
:Folder
.- Returns:
Folder
-
_Folder_DisplayName
public static org.jvnet.localizer.Localizable _Folder_DisplayName()KeyFolder.DisplayName
:Folder
.- Returns:
Folder
-