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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.static org.jvnet.localizer.Localizable
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.static org.jvnet.localizer.Localizable
KeyClasspathEntry.path.notExists
:Specified path does not exist
.static org.jvnet.localizer.Localizable
KeyScriptApproval.AdminUserAlert
:<b>Sandbox is enabled globally in the system.</b><br />
.static org.jvnet.localizer.Localizable
KeyScriptApproval.ForceSandBoxMessage
:Running scripts out of the sandbox is not allowed in the system
.static org.jvnet.localizer.Localizable
KeyScriptApproval.PipelineMessage
:A Jenkins administrator will need to approve this script before it can be used
.static org.jvnet.localizer.Localizable
KeyScriptApproval.SandboxCantBeDisabled
:Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
.static org.jvnet.localizer.Localizable
KeyScriptApprovalLink.dangerous
:{0} approved dangerous signatures
.static org.jvnet.localizer.Localizable
KeyScriptApprovalLink.outstandingClasspath
:{0} classpath entries pending approval
.static org.jvnet.localizer.Localizable
KeyScriptApprovalLink.outstandingScript
:{0} scripts pending approval
.static org.jvnet.localizer.Localizable
KeyScriptApprovalLink.outstandingSignature
:{0} signatures pending approval
.static org.jvnet.localizer.Localizable
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.static org.jvnet.localizer.Localizable
KeyScriptApprovalNoteForceSandBox.message
:Script signature is not in the default whitelist.
.static org.jvnet.localizer.Localizable
KeyUnapprovedUsage.ForceSandBox
:Running scripts out of the sandbox is not allowed in the system
.static org.jvnet.localizer.Localizable
KeyUnapprovedUsage.NonApproved
:script not yet approved for use
.static String
KeyClasspathEntry.path.noDirsAllowed
:Class directories are not allowed as classpath entries.
.static String
KeyClasspathEntry.path.notApproved
:This classpath entry is not approved. Require an approval before execution.
.static String
KeyClasspathEntry.path.notExists
:Specified path does not exist
.static String
KeyScriptApproval.AdminUserAlert
:<b>Sandbox is enabled globally in the system.</b><br />
.static String
KeyScriptApproval.ForceSandBoxMessage
:Running scripts out of the sandbox is not allowed in the system
.static String
KeyScriptApproval.PipelineMessage
:A Jenkins administrator will need to approve this script before it can be used
.static String
KeyScriptApproval.SandboxCantBeDisabled
:Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
.static String
KeyScriptApprovalLink.dangerous
:{0} approved dangerous signatures
.static String
KeyScriptApprovalLink.outstandingClasspath
:{0} classpath entries pending approval
.static String
KeyScriptApprovalLink.outstandingScript
:{0} scripts pending approval
.static String
KeyScriptApprovalLink.outstandingSignature
:{0} signatures pending approval
.static String
KeyScriptApprovalNote.message
:Administrators can decide whether to approve or reject this signature.
.static String
KeyScriptApprovalNoteForceSandBox.message
:Script signature is not in the default whitelist.
.static String
KeyUnapprovedUsage.ForceSandBox
:Running scripts out of the sandbox is not allowed in the system
.static String
KeyUnapprovedUsage.NonApproved
:script not yet approved for use
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ScriptApprovalLink_dangerous
KeyScriptApprovalLink.dangerous
:{0} approved dangerous signatures
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} approved dangerous signatures
-
_ScriptApprovalLink_dangerous
KeyScriptApprovalLink.dangerous
:{0} approved dangerous signatures
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} approved dangerous signatures
-
ScriptApprovalNoteForceSandBox_message
KeyScriptApprovalNoteForceSandBox.message
:Script signature is not in the default whitelist.
.- Returns:
Script signature is not in the default whitelist.
-
_ScriptApprovalNoteForceSandBox_message
public static org.jvnet.localizer.Localizable _ScriptApprovalNoteForceSandBox_message()KeyScriptApprovalNoteForceSandBox.message
:Script signature is not in the default whitelist.
.- Returns:
Script signature is not in the default whitelist.
-
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
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.
-
UnapprovedUsage_NonApproved
KeyUnapprovedUsage.NonApproved
:script not yet approved for use
.- Returns:
script not yet approved for use
-
_UnapprovedUsage_NonApproved
public static org.jvnet.localizer.Localizable _UnapprovedUsage_NonApproved()KeyUnapprovedUsage.NonApproved
:script not yet approved for use
.- Returns:
script not yet approved for use
-
UnapprovedUsage_ForceSandBox
KeyUnapprovedUsage.ForceSandBox
:Running scripts out of the sandbox is not allowed in the system
.- Returns:
Running scripts out of the sandbox is not allowed in the system
-
_UnapprovedUsage_ForceSandBox
public static org.jvnet.localizer.Localizable _UnapprovedUsage_ForceSandBox()KeyUnapprovedUsage.ForceSandBox
:Running scripts out of the sandbox is not allowed in the system
.- Returns:
Running scripts out of the sandbox is not allowed in the system
-
ScriptApproval_PipelineMessage
KeyScriptApproval.PipelineMessage
:A Jenkins administrator will need to approve this script before it can be used
.- Returns:
A Jenkins administrator will need to approve this script before it can be used
-
_ScriptApproval_PipelineMessage
public static org.jvnet.localizer.Localizable _ScriptApproval_PipelineMessage()KeyScriptApproval.PipelineMessage
:A Jenkins administrator will need to approve this script before it can be used
.- Returns:
A Jenkins administrator will need to approve this script before it can be used
-
ScriptApprovalLink_outstandingScript
KeyScriptApprovalLink.outstandingScript
:{0} scripts pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} scripts pending approval
-
_ScriptApprovalLink_outstandingScript
KeyScriptApprovalLink.outstandingScript
:{0} scripts pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} scripts pending approval
-
ScriptApproval_SandboxCantBeDisabled
KeyScriptApproval.SandboxCantBeDisabled
:Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
.- Returns:
Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
-
_ScriptApproval_SandboxCantBeDisabled
public static org.jvnet.localizer.Localizable _ScriptApproval_SandboxCantBeDisabled()KeyScriptApproval.SandboxCantBeDisabled
:Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
.- Returns:
Sandbox cannot be disabled. This Jenkins instance has been configured to not allow regular users to disable the sandbox in the system
-
ScriptApproval_ForceSandBoxMessage
KeyScriptApproval.ForceSandBoxMessage
:Running scripts out of the sandbox is not allowed in the system
.- Returns:
Running scripts out of the sandbox is not allowed in the system
-
_ScriptApproval_ForceSandBoxMessage
public static org.jvnet.localizer.Localizable _ScriptApproval_ForceSandBoxMessage()KeyScriptApproval.ForceSandBoxMessage
:Running scripts out of the sandbox is not allowed in the system
.- Returns:
Running scripts out of the sandbox is not allowed in the system
-
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.
-
ScriptApprovalLink_outstandingSignature
KeyScriptApprovalLink.outstandingSignature
:{0} signatures pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} signatures pending approval
-
_ScriptApprovalLink_outstandingSignature
KeyScriptApprovalLink.outstandingSignature
:{0} signatures pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} signatures pending approval
-
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.
-
ScriptApproval_AdminUserAlert
KeyScriptApproval.AdminUserAlert
:<b>Sandbox is enabled globally in the system.</b><br />
.- Returns:
<b>Sandbox is enabled globally in the system.</b><br />
-
_ScriptApproval_AdminUserAlert
public static org.jvnet.localizer.Localizable _ScriptApproval_AdminUserAlert()KeyScriptApproval.AdminUserAlert
:<b>Sandbox is enabled globally in the system.</b><br />
.- Returns:
<b>Sandbox is enabled globally in the system.</b><br />
-
ScriptApprovalLink_outstandingClasspath
KeyScriptApprovalLink.outstandingClasspath
:{0} classpath entries pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} classpath entries pending approval
-
_ScriptApprovalLink_outstandingClasspath
KeyScriptApprovalLink.outstandingClasspath
:{0} classpath entries pending approval
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} classpath entries pending approval
-