Class Messages
- java.lang.Object
-
- org.jenkinsci.plugins.scriptsecurity.scripts.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
_ClasspathEntry_path_noDirsAllowed()
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.static org.jvnet.localizer.Localizable
_ClasspathEntry_path_notApproved()
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.static org.jvnet.localizer.Localizable
_ClasspathEntry_path_notExists()
KeyClasspathEntry.path.notExists
:Specified path does not exist
.static org.jvnet.localizer.Localizable
_ScriptApprovalNote_message()
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.static String
ClasspathEntry_path_noDirsAllowed()
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.static String
ClasspathEntry_path_notApproved()
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.static String
ClasspathEntry_path_notExists()
KeyClasspathEntry.path.notExists
:Specified path does not exist
.static String
ScriptApprovalNote_message()
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.
-
-
-
Method Detail
-
ClasspathEntry_path_notExists
public static String ClasspathEntry_path_notExists()
KeyClasspathEntry.path.notExists
:Specified path does not exist
.- Returns:
Specified path does not exist
-
_ClasspathEntry_path_notExists
public static org.jvnet.localizer.Localizable _ClasspathEntry_path_notExists()
KeyClasspathEntry.path.notExists
:Specified path does not exist
.- Returns:
Specified path does not exist
-
ScriptApprovalNote_message
public static String ScriptApprovalNote_message()
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.- Returns:
Administrators can decide whether to approve or reject this signature.
-
_ScriptApprovalNote_message
public static org.jvnet.localizer.Localizable _ScriptApprovalNote_message()
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.- Returns:
Administrators can decide whether to approve or reject this signature.
-
ClasspathEntry_path_noDirsAllowed
public static String ClasspathEntry_path_noDirsAllowed()
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.- Returns:
Class directories are not allowed as classpath entries.
-
_ClasspathEntry_path_noDirsAllowed
public static org.jvnet.localizer.Localizable _ClasspathEntry_path_noDirsAllowed()
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.- Returns:
Class directories are not allowed as classpath entries.
-
ClasspathEntry_path_notApproved
public static String ClasspathEntry_path_notApproved()
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.- Returns:
This classpath entry is not approved. Require an approval before execution.
-
_ClasspathEntry_path_notApproved
public static org.jvnet.localizer.Localizable _ClasspathEntry_path_notApproved()
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.- Returns:
This classpath entry is not approved. Require an approval before execution.
-
-