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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_agent_no_channel()
Keyagent_no_channel
:No channel to the agent
.static org.jvnet.localizer.Localizable
_builder_name()
Keybuilder_name
:Scriptler script
.static org.jvnet.localizer.Localizable
_description()
Keydescription
:Store/edit/run scripts on any of the slaves or the master.
.static org.jvnet.localizer.Localizable
_display_name()
Keydisplay_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.Localizable
_no_parameters_defined()
Keyno_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 an other 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.Localizable
_parameterExtractionFailed()
KeyparameterExtractionFailed
:failed to read parameters from request
.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
.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
.static org.jvnet.localizer.Localizable
_permissons_title()
Keypermissons_title
:Scriptler
.static org.jvnet.localizer.Localizable
_resultPrefix()
KeyresultPrefix
:Result:
.static org.jvnet.localizer.Localizable
_script_loaded_from_directory()
Keyscript_loaded_from_directory
:this script was discovered on the file system, please describe it!
.static org.jvnet.localizer.Localizable
_scriptdirectorytitle()
Keyscriptdirectorytitle
: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.Localizable
_scriptNotDefined()
KeyscriptNotDefined
: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.Localizable
_scriptNotUsableInBuildStep(Object arg0)
KeyscriptNotUsableInBuildStep
: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
_skipParamter(Object arg0)
KeyskipParamter
:skipping parameter [{0}] this name is used internal, please rename!"
.static org.jvnet.localizer.Localizable
_tokenmacro_AdminScriptOnly(Object arg0)
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.
.static org.jvnet.localizer.Localizable
_tokenmacro_ScriptDoesNotExist(Object arg0)
Keytokenmacro_ScriptDoesNotExist
:No script with the id [{0}] could be found.
.static org.jvnet.localizer.Localizable
_uploadtext()
Keyuploadtext
:Select a Groovy script from your local system to be uploaded.
.static String
agent_no_channel()
Keyagent_no_channel
:No channel to the agent
.static String
builder_name()
Keybuilder_name
:Scriptler script
.static String
description()
Keydescription
:Store/edit/run scripts on any of the slaves or the master.
.static String
display_name()
Keydisplay_name
:Scriptler
.static String
download_failed(Object arg0, Object arg1)
Keydownload_failed
:The import of the script [{0}] from catalog [{1}] failed.
.static String
no_parameters_defined()
Keyno_parameters_defined
:There is not any parameter defined for this job.
.static String
node_not_found(Object arg0)
Keynode_not_found
:The node [{0}] could not be found!
.static String
node_not_online(Object arg0)
Keynode_not_online
:The selected node [{0}] is not online, therefore the script can not be executed! Select an other node or start it before you try again.
.static String
not_groovy_script(Object arg0)
Keynot_groovy_script
:this is not a groovy script: {0}
.static String
parameterExtractionFailed()
KeyparameterExtractionFailed
:failed to read parameters from request
.static String
permissons_configure_description()
Keypermissons_configure_description
:Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
.static String
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
.static String
permissons_title()
Keypermissons_title
:Scriptler
.static String
resultPrefix()
KeyresultPrefix
:Result:
.static String
script_loaded_from_directory()
Keyscript_loaded_from_directory
:this script was discovered on the file system, please describe it!
.static String
scriptdirectorytitle()
Keyscriptdirectorytitle
:The scripts are stored at:
.static String
scriptExecutionFailed(Object arg0)
KeyscriptExecutionFailed
:Execution of script [{0}] failed
.static String
scriptNotApprovedYet(Object arg0)
KeyscriptNotApprovedYet
:The script [{0}] is not yet approved, consider asking your administrator to approve it.
.static String
scriptNotDefined()
KeyscriptNotDefined
:there is no script for scriptler defined, please fix your configuration!
.static String
scriptNotFound(Object arg0)
KeyscriptNotFound
:could not find script with id [{0}]
.static String
scriptNotUsableInBuildStep(Object arg0)
KeyscriptNotUsableInBuildStep
:The script [{0}] is not usable in a build step, please review your configuration.
.static String
scriptSourceNotFound(Object arg0)
KeyscriptSourceNotFound
:not able to load sources for script [{0}]
.static String
skipParamter(Object arg0)
KeyskipParamter
:skipping parameter [{0}] this name is used internal, please rename!"
.static String
tokenmacro_AdminScriptOnly(Object arg0)
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.
.static String
tokenmacro_ScriptDoesNotExist(Object arg0)
Keytokenmacro_ScriptDoesNotExist
:No script with the id [{0}] could be found.
.static String
uploadtext()
Keyuploadtext
:Select a Groovy script from your local system to be uploaded.
.
-
-
-
Method Detail
-
scriptNotDefined
public static String 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
public static String 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
public static String permissons_title()
Keypermissons_title
:Scriptler
.- Returns:
Scriptler
-
_permissons_title
public static org.jvnet.localizer.Localizable _permissons_title()
Keypermissons_title
:Scriptler
.- Returns:
Scriptler
-
scriptNotUsableInBuildStep
public static String scriptNotUsableInBuildStep(Object arg0)
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
public static org.jvnet.localizer.Localizable _scriptNotUsableInBuildStep(Object arg0)
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
public static String 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
public static String description()
Keydescription
:Store/edit/run scripts on any of the slaves or the master.
.- Returns:
Store/edit/run scripts on any of the slaves or the master.
-
_description
public static org.jvnet.localizer.Localizable _description()
Keydescription
:Store/edit/run scripts on any of the slaves or the master.
.- Returns:
Store/edit/run scripts on any of the slaves or the master.
-
download_failed
public static String download_failed(Object arg0, Object arg1)
Keydownload_failed
:The import of the script [{0}] from catalog [{1}] failed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The import of the script [{0}] from catalog [{1}] failed.
-
_download_failed
public static org.jvnet.localizer.Localizable _download_failed(Object arg0, Object arg1)
Keydownload_failed
:The import of the script [{0}] from catalog [{1}] failed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The import of the script [{0}] from catalog [{1}] failed.
-
tokenmacro_AdminScriptOnly
public static String tokenmacro_AdminScriptOnly(Object arg0)
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
public static org.jvnet.localizer.Localizable _tokenmacro_AdminScriptOnly(Object arg0)
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
public static String scriptNotFound(Object arg0)
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
public static org.jvnet.localizer.Localizable _scriptNotFound(Object arg0)
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}]
-
permissons_configure_description
public static String 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
public static String 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
public static String 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
public static String scriptSourceNotFound(Object arg0)
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
public static org.jvnet.localizer.Localizable _scriptSourceNotFound(Object arg0)
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
public static String node_not_found(Object arg0)
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
public static org.jvnet.localizer.Localizable _node_not_found(Object arg0)
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
public static String tokenmacro_ScriptDoesNotExist(Object arg0)
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
public static org.jvnet.localizer.Localizable _tokenmacro_ScriptDoesNotExist(Object arg0)
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
public static String 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
public static String 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
public static String resultPrefix()
KeyresultPrefix
:Result:
.- Returns:
Result:
-
_resultPrefix
public static org.jvnet.localizer.Localizable _resultPrefix()
KeyresultPrefix
:Result:
.- Returns:
Result:
-
not_groovy_script
public static String not_groovy_script(Object arg0)
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
public static org.jvnet.localizer.Localizable _not_groovy_script(Object arg0)
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
public static String 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
public static String node_not_online(Object arg0)
Keynode_not_online
:The selected node [{0}] is not online, therefore the script can not be executed! Select an other 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 an other node or start it before you try again.
-
_node_not_online
public 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 an other 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 an other node or start it before you try again.
-
agent_no_channel
public static String 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
-
skipParamter
public static String skipParamter(Object arg0)
KeyskipParamter
: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!"
-
_skipParamter
public static org.jvnet.localizer.Localizable _skipParamter(Object arg0)
KeyskipParamter
: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!"
-
scriptNotApprovedYet
public static String scriptNotApprovedYet(Object arg0)
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
public static org.jvnet.localizer.Localizable _scriptNotApprovedYet(Object arg0)
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
public static String scriptExecutionFailed(Object arg0)
KeyscriptExecutionFailed
:Execution of script [{0}] failed
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Execution of script [{0}] failed
-
_scriptExecutionFailed
public static org.jvnet.localizer.Localizable _scriptExecutionFailed(Object arg0)
KeyscriptExecutionFailed
:Execution of script [{0}] failed
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Execution of script [{0}] failed
-
uploadtext
public static String 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.
-
-