Package hudson.plugins.sidebar_link
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 Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_Back()
KeyBack
:Back
.static org.jvnet.localizer.Localizable
_DupName()
KeyDupName
:File with this name already exists in userContent.
.static org.jvnet.localizer.Localizable
_NoFile()
KeyNoFile
:No file uploaded.
.static org.jvnet.localizer.Localizable
_Uploaded(Object arg0)
KeyUploaded
:Uploaded image file; use {0} in Link Icon field above.
.static String
Back()
KeyBack
:Back
.static String
DupName()
KeyDupName
:File with this name already exists in userContent.
.static String
NoFile()
KeyNoFile
:No file uploaded.
.static String
Uploaded(Object arg0)
KeyUploaded
:Uploaded image file; use {0} in Link Icon field above.
.
-
-
-
Method Detail
-
Uploaded
public static String Uploaded(Object arg0)
KeyUploaded
:Uploaded image file; use {0} in Link Icon field above.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Uploaded image file; use {0} in Link Icon field above.
-
_Uploaded
public static org.jvnet.localizer.Localizable _Uploaded(Object arg0)
KeyUploaded
:Uploaded image file; use {0} in Link Icon field above.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Uploaded image file; use {0} in Link Icon field above.
-
DupName
public static String DupName()
KeyDupName
: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()
KeyDupName
:File with this name already exists in userContent.
.- Returns:
File with this name already exists in userContent.
-
Back
public static String Back()
KeyBack
:Back
.- Returns:
Back
-
_Back
public static org.jvnet.localizer.Localizable _Back()
KeyBack
:Back
.- Returns:
Back
-
NoFile
public static String NoFile()
KeyNoFile
:No file uploaded.
.- Returns:
No file uploaded.
-
_NoFile
public static org.jvnet.localizer.Localizable _NoFile()
KeyNoFile
:No file uploaded.
.- Returns:
No file uploaded.
-
-