Package org.jenkinsci.plugins.scriptler
Class Messages
java.lang.Object
org.jenkinsci.plugins.scriptler.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.LocalizableKeyagent_no_channel:No channel to the agent.static org.jvnet.localizer.LocalizableKeybuilder_name:Scriptler script.static org.jvnet.localizer.LocalizableKeydescription:Store/edit/run scripts on any of the agents or the built-in node..static org.jvnet.localizer.LocalizableKeydisplay_name:Scriptler.static org.jvnet.localizer.Localizable_download_failed(Object arg0, Object arg1) Keydownload_failed:The import of the script [{0}] from catalog [{1}] failed..static org.jvnet.localizer.LocalizableKeyno_parameters_defined:There is not any parameter defined for this job..static org.jvnet.localizer.Localizable_node_not_found(Object arg0) Keynode_not_found:The node [{0}] could not be found!.static org.jvnet.localizer.Localizable_node_not_online(Object arg0) Keynode_not_online:The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again..static org.jvnet.localizer.Localizable_not_groovy_script(Object arg0) Keynot_groovy_script:this is not a groovy script: {0}.static org.jvnet.localizer.LocalizableKeyparameterExtractionFailed:failed to read parameters from request.static org.jvnet.localizer.LocalizableKeypermissons_configure_description:Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.static org.jvnet.localizer.LocalizableKeypermissons_runScript_description:Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone.static org.jvnet.localizer.LocalizableKeypermissons_title:Scriptler.static org.jvnet.localizer.LocalizableKeyresultPrefix:Result:.static org.jvnet.localizer.LocalizableKeyscript_loaded_from_directory:this script was discovered on the file system, please describe it!.static org.jvnet.localizer.LocalizableKeyscriptdirectorytitle:The scripts are stored at:.static org.jvnet.localizer.Localizable_scriptExecutionFailed(Object arg0) KeyscriptExecutionFailed:Execution of script [{0}] failed.static org.jvnet.localizer.Localizable_scriptNotApprovedYet(Object arg0) KeyscriptNotApprovedYet:The script [{0}] is not yet approved, consider asking your administrator to approve it..static org.jvnet.localizer.LocalizableKeyscriptNotDefined:there is no script for scriptler defined, please fix your configuration!.static org.jvnet.localizer.Localizable_scriptNotFound(Object arg0) KeyscriptNotFound:could not find script with id [{0}].static org.jvnet.localizer.LocalizableKeyscriptNotUsableInBuildStep:The script [{0}] is not usable in a build step, please review your configuration..static org.jvnet.localizer.Localizable_scriptSourceNotFound(Object arg0) KeyscriptSourceNotFound:not able to load sources for script [{0}].static org.jvnet.localizer.Localizable_skipParameter(Object arg0) KeyskipParameter:skipping parameter [{0}] this name is used internal, please rename!.static org.jvnet.localizer.LocalizableKeytokenmacro_AdminScriptOnly:The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro..static org.jvnet.localizer.LocalizableKeytokenmacro_ScriptDoesNotExist:No script with the id [{0}] could be found..static org.jvnet.localizer.LocalizableKeyuploadtext:Select a Groovy script from your local system to be uploaded..static StringKeyagent_no_channel:No channel to the agent.static StringKeybuilder_name:Scriptler script.static StringKeydescription:Store/edit/run scripts on any of the agents or the built-in node..static StringKeydisplay_name:Scriptler.static Stringdownload_failed(Object arg0, Object arg1) Keydownload_failed:The import of the script [{0}] from catalog [{1}] failed..static StringKeyno_parameters_defined:There is not any parameter defined for this job..static Stringnode_not_found(Object arg0) Keynode_not_found:The node [{0}] could not be found!.static Stringnode_not_online(Object arg0) Keynode_not_online:The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again..static Stringnot_groovy_script(Object arg0) Keynot_groovy_script:this is not a groovy script: {0}.static StringKeyparameterExtractionFailed:failed to read parameters from request.static StringKeypermissons_configure_description:Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.static StringKeypermissons_runScript_description:Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone.static StringKeypermissons_title:Scriptler.static StringKeyresultPrefix:Result:.static StringKeyscript_loaded_from_directory:this script was discovered on the file system, please describe it!.static StringKeyscriptdirectorytitle:The scripts are stored at:.static StringscriptExecutionFailed(Object arg0) KeyscriptExecutionFailed:Execution of script [{0}] failed.static StringscriptNotApprovedYet(Object arg0) KeyscriptNotApprovedYet:The script [{0}] is not yet approved, consider asking your administrator to approve it..static StringKeyscriptNotDefined:there is no script for scriptler defined, please fix your configuration!.static StringscriptNotFound(Object arg0) KeyscriptNotFound:could not find script with id [{0}].static StringKeyscriptNotUsableInBuildStep:The script [{0}] is not usable in a build step, please review your configuration..static StringscriptSourceNotFound(Object arg0) KeyscriptSourceNotFound:not able to load sources for script [{0}].static StringskipParameter(Object arg0) KeyskipParameter:skipping parameter [{0}] this name is used internal, please rename!.static StringKeytokenmacro_AdminScriptOnly:The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro..static StringKeytokenmacro_ScriptDoesNotExist:No script with the id [{0}] could be found..static StringKeyuploadtext:Select a Groovy script from your local system to be uploaded..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
scriptNotDefined
KeyscriptNotDefined:there is no script for scriptler defined, please fix your configuration!.- Returns:
there is no script for scriptler defined, please fix your configuration!
-
_scriptNotDefined
public static org.jvnet.localizer.Localizable _scriptNotDefined()KeyscriptNotDefined:there is no script for scriptler defined, please fix your configuration!.- Returns:
there is no script for scriptler defined, please fix your configuration!
-
permissons_runScript_description
Keypermissons_runScript_description:Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone.- Returns:
Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone
-
_permissons_runScript_description
public static org.jvnet.localizer.Localizable _permissons_runScript_description()Keypermissons_runScript_description:Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone.- Returns:
Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone
-
permissons_title
Keypermissons_title:Scriptler.- Returns:
Scriptler
-
_permissons_title
public static org.jvnet.localizer.Localizable _permissons_title()Keypermissons_title:Scriptler.- Returns:
Scriptler
-
scriptNotUsableInBuildStep
KeyscriptNotUsableInBuildStep:The script [{0}] is not usable in a build step, please review your configuration..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] is not usable in a build step, please review your configuration.
-
_scriptNotUsableInBuildStep
KeyscriptNotUsableInBuildStep:The script [{0}] is not usable in a build step, please review your configuration..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] is not usable in a build step, please review your configuration.
-
parameterExtractionFailed
KeyparameterExtractionFailed:failed to read parameters from request.- Returns:
failed to read parameters from request
-
_parameterExtractionFailed
public static org.jvnet.localizer.Localizable _parameterExtractionFailed()KeyparameterExtractionFailed:failed to read parameters from request.- Returns:
failed to read parameters from request
-
description
Keydescription:Store/edit/run scripts on any of the agents or the built-in node..- Returns:
Store/edit/run scripts on any of the agents or the built-in node.
-
_description
public static org.jvnet.localizer.Localizable _description()Keydescription:Store/edit/run scripts on any of the agents or the built-in node..- Returns:
Store/edit/run scripts on any of the agents or the built-in node.
-
download_failed
Keydownload_failed:The import of the script [{0}] from catalog [{1}] failed..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The import of the script [{0}] from catalog [{1}] failed.
-
_download_failed
Keydownload_failed:The import of the script [{0}] from catalog [{1}] failed..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The import of the script [{0}] from catalog [{1}] failed.
-
tokenmacro_AdminScriptOnly
Keytokenmacro_AdminScriptOnly:The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro.
-
_tokenmacro_AdminScriptOnly
Keytokenmacro_AdminScriptOnly:The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro.
-
scriptNotFound
KeyscriptNotFound:could not find script with id [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
could not find script with id [{0}]
-
_scriptNotFound
KeyscriptNotFound:could not find script with id [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
could not find script with id [{0}]
-
skipParameter
KeyskipParameter:skipping parameter [{0}] this name is used internal, please rename!.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
skipping parameter [{0}] this name is used internal, please rename!
-
_skipParameter
KeyskipParameter:skipping parameter [{0}] this name is used internal, please rename!.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
skipping parameter [{0}] this name is used internal, please rename!
-
permissons_configure_description
Keypermissons_configure_description:Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.- Returns:
Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
-
_permissons_configure_description
public static org.jvnet.localizer.Localizable _permissons_configure_description()Keypermissons_configure_description:Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.- Returns:
Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
-
script_loaded_from_directory
Keyscript_loaded_from_directory:this script was discovered on the file system, please describe it!.- Returns:
this script was discovered on the file system, please describe it!
-
_script_loaded_from_directory
public static org.jvnet.localizer.Localizable _script_loaded_from_directory()Keyscript_loaded_from_directory:this script was discovered on the file system, please describe it!.- Returns:
this script was discovered on the file system, please describe it!
-
scriptdirectorytitle
Keyscriptdirectorytitle:The scripts are stored at:.- Returns:
The scripts are stored at:
-
_scriptdirectorytitle
public static org.jvnet.localizer.Localizable _scriptdirectorytitle()Keyscriptdirectorytitle:The scripts are stored at:.- Returns:
The scripts are stored at:
-
scriptSourceNotFound
KeyscriptSourceNotFound:not able to load sources for script [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
not able to load sources for script [{0}]
-
_scriptSourceNotFound
KeyscriptSourceNotFound:not able to load sources for script [{0}].- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
not able to load sources for script [{0}]
-
node_not_found
Keynode_not_found:The node [{0}] could not be found!.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The node [{0}] could not be found!
-
_node_not_found
Keynode_not_found:The node [{0}] could not be found!.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The node [{0}] could not be found!
-
tokenmacro_ScriptDoesNotExist
Keytokenmacro_ScriptDoesNotExist:No script with the id [{0}] could be found..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No script with the id [{0}] could be found.
-
_tokenmacro_ScriptDoesNotExist
Keytokenmacro_ScriptDoesNotExist:No script with the id [{0}] could be found..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No script with the id [{0}] could be found.
-
no_parameters_defined
Keyno_parameters_defined:There is not any parameter defined for this job..- Returns:
There is not any parameter defined for this job.
-
_no_parameters_defined
public static org.jvnet.localizer.Localizable _no_parameters_defined()Keyno_parameters_defined:There is not any parameter defined for this job..- Returns:
There is not any parameter defined for this job.
-
builder_name
Keybuilder_name:Scriptler script.- Returns:
Scriptler script
-
_builder_name
public static org.jvnet.localizer.Localizable _builder_name()Keybuilder_name:Scriptler script.- Returns:
Scriptler script
-
resultPrefix
KeyresultPrefix:Result:.- Returns:
Result:
-
_resultPrefix
public static org.jvnet.localizer.Localizable _resultPrefix()KeyresultPrefix:Result:.- Returns:
Result:
-
not_groovy_script
Keynot_groovy_script:this is not a groovy script: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
this is not a groovy script: {0}
-
_not_groovy_script
Keynot_groovy_script:this is not a groovy script: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
this is not a groovy script: {0}
-
display_name
Keydisplay_name:Scriptler.- Returns:
Scriptler
-
_display_name
public static org.jvnet.localizer.Localizable _display_name()Keydisplay_name:Scriptler.- Returns:
Scriptler
-
node_not_online
Keynode_not_online:The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again.
-
_node_not_online
Keynode_not_online:The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again.
-
agent_no_channel
Keyagent_no_channel:No channel to the agent.- Returns:
No channel to the agent
-
_agent_no_channel
public static org.jvnet.localizer.Localizable _agent_no_channel()Keyagent_no_channel:No channel to the agent.- Returns:
No channel to the agent
-
scriptNotApprovedYet
KeyscriptNotApprovedYet:The script [{0}] is not yet approved, consider asking your administrator to approve it..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] is not yet approved, consider asking your administrator to approve it.
-
_scriptNotApprovedYet
KeyscriptNotApprovedYet:The script [{0}] is not yet approved, consider asking your administrator to approve it..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The script [{0}] is not yet approved, consider asking your administrator to approve it.
-
scriptExecutionFailed
KeyscriptExecutionFailed:Execution of script [{0}] failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Execution of script [{0}] failed
-
_scriptExecutionFailed
KeyscriptExecutionFailed:Execution of script [{0}] failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Execution of script [{0}] failed
-
uploadtext
Keyuploadtext:Select a Groovy script from your local system to be uploaded..- Returns:
Select a Groovy script from your local system to be uploaded.
-
_uploadtext
public static org.jvnet.localizer.Localizable _uploadtext()Keyuploadtext:Select a Groovy script from your local system to be uploaded..- Returns:
Select a Groovy script from your local system to be uploaded.
-