hudson.plugins.sidebar_link
Class Messages

java.lang.Object
  extended by hudson.plugins.sidebar_link.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Back()
          Back
static org.jvnet.localizer.Localizable _DupName()
          File with this name already exists in userContent.
static org.jvnet.localizer.Localizable _NoFile()
          No file uploaded.
static org.jvnet.localizer.Localizable _Uploaded(Object arg1)
          Uploaded image file; use {0} in Link Icon field above.
static String Back()
          Back
static String DupName()
          File with this name already exists in userContent.
static String NoFile()
          No file uploaded.
static String Uploaded(Object arg1)
          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 Detail

Messages

public Messages()
Method Detail

DupName

public static String DupName()
File with this name already exists in userContent.


_DupName

public static org.jvnet.localizer.Localizable _DupName()
File with this name already exists in userContent.


Uploaded

public static String Uploaded(Object arg1)
Uploaded image file; use {0} in Link Icon field above.


_Uploaded

public static org.jvnet.localizer.Localizable _Uploaded(Object arg1)
Uploaded image file; use {0} in Link Icon field above.


NoFile

public static String NoFile()
No file uploaded.


_NoFile

public static org.jvnet.localizer.Localizable _NoFile()
No file uploaded.


Back

public static String Back()
Back


_Back

public static org.jvnet.localizer.Localizable _Back()
Back



Copyright © 2004-2011. All Rights Reserved.