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 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
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
KeyUploaded
:Uploaded image file; use {0} in Link Icon field above.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Uploaded
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
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
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
KeyBack
:Back
.- Returns:
Back
-
_Back
public static org.jvnet.localizer.Localizable _Back()KeyBack
:Back
.- Returns:
Back
-
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.
-