Package io.jenkins.plugins.prism
Class Messages
java.lang.Object
io.jenkins.plugins.prism.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.LocalizableKeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.static org.jvnet.localizer.LocalizableKeyPrismPermissions.GroupTitle:Prism.static org.jvnet.localizer.LocalizableKeyPrismPermissions.ViewSourceCode.Description:View source code in the Prism viewer.static org.jvnet.localizer.LocalizableKeySourceCodeRetention.EVERY_BUILD:Store source code of every build.static org.jvnet.localizer.LocalizableKeySourceCodeRetention.LAST_BUILD:Store source code of last build only.static org.jvnet.localizer.LocalizableKeySourceCodeRetention.MODIFIED:Store source code of modified files only.static org.jvnet.localizer.LocalizableKeySourceCodeRetention.NEVER:Never store source code.static StringKeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.static StringKeyPrismPermissions.GroupTitle:Prism.static StringKeyPrismPermissions.ViewSourceCode.Description:View source code in the Prism viewer.static StringKeySourceCodeRetention.EVERY_BUILD:Store source code of every build.static StringKeySourceCodeRetention.LAST_BUILD:Store source code of last build only.static StringKeySourceCodeRetention.MODIFIED:Store source code of modified files only.static StringKeySourceCodeRetention.NEVER:Never store source code.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
SourceCodeRetention_NEVER
KeySourceCodeRetention.NEVER:Never store source code.- Returns:
Never store source code
-
_SourceCodeRetention_NEVER
public static org.jvnet.localizer.Localizable _SourceCodeRetention_NEVER()KeySourceCodeRetention.NEVER:Never store source code.- Returns:
Never store source code
-
SourceCodeRetention_EVERY_BUILD
KeySourceCodeRetention.EVERY_BUILD:Store source code of every build.- Returns:
Store source code of every build
-
_SourceCodeRetention_EVERY_BUILD
public static org.jvnet.localizer.Localizable _SourceCodeRetention_EVERY_BUILD()KeySourceCodeRetention.EVERY_BUILD:Store source code of every build.- Returns:
Store source code of every build
-
PrismPermissions_GroupTitle
KeyPrismPermissions.GroupTitle:Prism.- Returns:
Prism
-
_PrismPermissions_GroupTitle
public static org.jvnet.localizer.Localizable _PrismPermissions_GroupTitle()KeyPrismPermissions.GroupTitle:Prism.- Returns:
Prism
-
SourceCodeRetention_LAST_BUILD
KeySourceCodeRetention.LAST_BUILD:Store source code of last build only.- Returns:
Store source code of last build only
-
_SourceCodeRetention_LAST_BUILD
public static org.jvnet.localizer.Localizable _SourceCodeRetention_LAST_BUILD()KeySourceCodeRetention.LAST_BUILD:Store source code of last build only.- Returns:
Store source code of last build only
-
PrismPermissions_ViewSourceCode_Description
KeyPrismPermissions.ViewSourceCode.Description:View source code in the Prism viewer.- Returns:
View source code in the Prism viewer
-
_PrismPermissions_ViewSourceCode_Description
public static org.jvnet.localizer.Localizable _PrismPermissions_ViewSourceCode_Description()KeyPrismPermissions.ViewSourceCode.Description:View source code in the Prism viewer.- Returns:
View source code in the Prism viewer
-
SourceCodeRetention_MODIFIED
KeySourceCodeRetention.MODIFIED:Store source code of modified files only.- Returns:
Store source code of modified files only
-
_SourceCodeRetention_MODIFIED
public static org.jvnet.localizer.Localizable _SourceCodeRetention_MODIFIED()KeySourceCodeRetention.MODIFIED:Store source code of modified files only.- Returns:
Store source code of modified files only
-
FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-
_FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-