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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyFolder.DefaultPronoun:Item.static org.jvnet.localizer.LocalizableKeyFolder.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.LocalizableKeyFolder.DisplayName:Folder.static org.jvnet.localizer.LocalizableKeyHudson.ViewAlreadyExists:A view already exists with the name "{0}".static org.jvnet.localizer.LocalizableKeyRelocateAction.displayName:Move.static org.jvnet.localizer.LocalizableKeyRelocateAction.permission.desc:Required to move a job from one folder (or Jenkins root) to another..static StringKeyFolder.DefaultPronoun:Item.static StringKeyFolder.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 StringKeyFolder.DisplayName:Folder.static StringKeyHudson.ViewAlreadyExists:A view already exists with the name "{0}".static StringKeyRelocateAction.displayName:Move.static StringKeyRelocateAction.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
-