Class Messages

java.lang.Object
hudson.plugins.sidebar_link.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 Back: Back.
    static org.jvnet.localizer.Localizable
    Key DupName: File with this name already exists in userContent..
    static org.jvnet.localizer.Localizable
    Key NoFile: No file uploaded..
    static org.jvnet.localizer.Localizable
    Key Uploaded: Uploaded image file; use {0} in Link Icon field above..
    static String
    Key Back: Back.
    static String
    Key DupName: File with this name already exists in userContent..
    static String
    Key NoFile: No file uploaded..
    static String
    Key Uploaded: Uploaded image file; use {0} in Link Icon field above..

    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

    • Uploaded

      public static String Uploaded(Object arg0)
      Key Uploaded: Uploaded image file; use {0} in Link Icon field above..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Uploaded image file; use {0} in Link Icon field above.
    • _Uploaded

      public static org.jvnet.localizer.Localizable _Uploaded(Object arg0)
      Key Uploaded: Uploaded image file; use {0} in Link Icon field above..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Uploaded image file; use {0} in Link Icon field above.
    • DupName

      public static String DupName()
      Key DupName: File with this name already exists in userContent..
      Returns:
      File with this name already exists in userContent.
    • _DupName

      public static org.jvnet.localizer.Localizable _DupName()
      Key DupName: File with this name already exists in userContent..
      Returns:
      File with this name already exists in userContent.
    • Back

      public static String Back()
      Key Back: Back.
      Returns:
      Back
    • _Back

      public static org.jvnet.localizer.Localizable _Back()
      Key Back: Back.
      Returns:
      Back
    • NoFile

      public static String NoFile()
      Key NoFile: No file uploaded..
      Returns:
      No file uploaded.
    • _NoFile

      public static org.jvnet.localizer.Localizable _NoFile()
      Key NoFile: No file uploaded..
      Returns:
      No file uploaded.