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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key Folder.DefaultPronoun: Item.
    static org.jvnet.localizer.Localizable
    Key Folder.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
    Key Folder.DisplayName: Folder.
    static org.jvnet.localizer.Localizable
    Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
    static org.jvnet.localizer.Localizable
    Key RelocateAction.displayName: Move.
    static org.jvnet.localizer.Localizable
    Key RelocateAction.permission.desc: Required to move a job from one folder (or Jenkins root) to another..
    static String
    Key Folder.DefaultPronoun: Item.
    static String
    Key Folder.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
    Key Folder.DisplayName: Folder.
    static String
    Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
    static String
    Key RelocateAction.displayName: Move.
    static String
    Key RelocateAction.permission.desc: Required to move a job from one folder (or Jenkins root) to another..

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • Hudson_ViewAlreadyExists

      public static String Hudson_ViewAlreadyExists(Object arg0)
      Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      A view already exists with the name "{0}"
    • _Hudson_ViewAlreadyExists

      public static org.jvnet.localizer.Localizable _Hudson_ViewAlreadyExists(Object arg0)
      Key Hudson.ViewAlreadyExists: A view already exists with the name "{0}".
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      A view already exists with the name "{0}"
    • Folder_Description

      public static String Folder_Description()
      Key Folder.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()
      Key Folder.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

      public static String RelocateAction_permission_desc()
      Key RelocateAction.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()
      Key RelocateAction.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

      public static String RelocateAction_displayName()
      Key RelocateAction.displayName: Move.
      Returns:
      Move
    • _RelocateAction_displayName

      public static org.jvnet.localizer.Localizable _RelocateAction_displayName()
      Key RelocateAction.displayName: Move.
      Returns:
      Move
    • Folder_DefaultPronoun

      public static String Folder_DefaultPronoun()
      Key Folder.DefaultPronoun: Item.
      Returns:
      Item
    • _Folder_DefaultPronoun

      public static org.jvnet.localizer.Localizable _Folder_DefaultPronoun()
      Key Folder.DefaultPronoun: Item.
      Returns:
      Item
    • Folder_DisplayName

      public static String Folder_DisplayName()
      Key Folder.DisplayName: Folder.
      Returns:
      Folder
    • _Folder_DisplayName

      public static org.jvnet.localizer.Localizable _Folder_DisplayName()
      Key Folder.DisplayName: Folder.
      Returns:
      Folder