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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key agent_no_channel: No channel to the agent.
    static org.jvnet.localizer.Localizable
    Key builder_name: Scriptler script.
    static org.jvnet.localizer.Localizable
    Key description: Store/edit/run scripts on any of the agents or the controller..
    static org.jvnet.localizer.Localizable
    Key display_name: Scriptler.
    static org.jvnet.localizer.Localizable
    Key download_failed: The import of the script [{0}] from catalog [{1}] failed..
    static org.jvnet.localizer.Localizable
    Key no_parameters_defined: There is not any parameter defined for this job..
    static org.jvnet.localizer.Localizable
    Key node_not_found: The node [{0}] could not be found!.
    static org.jvnet.localizer.Localizable
    Key node_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
    Key not_groovy_script: this is not a groovy script: {0}.
    static org.jvnet.localizer.Localizable
    Key parameterExtractionFailed: failed to read parameters from request.
    static org.jvnet.localizer.Localizable
    Key permissons_configure_description: Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.
    static org.jvnet.localizer.Localizable
    Key permissons_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
    Key permissons_title: Scriptler.
    static org.jvnet.localizer.Localizable
    Key resultPrefix: Result: .
    static org.jvnet.localizer.Localizable
    Key script_loaded_from_directory: this script was discovered on the file system, please describe it!.
    static org.jvnet.localizer.Localizable
    Key scriptdirectorytitle: The scripts are stored at:.
    static org.jvnet.localizer.Localizable
    Key scriptExecutionFailed: Execution of script [{0}] failed.
    static org.jvnet.localizer.Localizable
    Key scriptNotApprovedYet: The script [{0}] is not yet approved, consider asking your administrator to approve it..
    static org.jvnet.localizer.Localizable
    Key scriptNotDefined: there is no script for scriptler defined, please fix your configuration!.
    static org.jvnet.localizer.Localizable
    Key scriptNotFound: could not find script with id [{0}].
    static org.jvnet.localizer.Localizable
    Key scriptNotUsableInBuildStep: The script [{0}] is not usable in a build step, please review your configuration..
    static org.jvnet.localizer.Localizable
    Key scriptSourceNotFound: not able to load sources for script [{0}].
    static org.jvnet.localizer.Localizable
    Key skipParameter: skipping parameter [{0}] this name is used internal, please rename!.
    static org.jvnet.localizer.Localizable
    Key tokenmacro_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
    Key tokenmacro_ScriptDoesNotExist: No script with the id [{0}] could be found..
    static org.jvnet.localizer.Localizable
    Key uploadtext: Select a Groovy script from your local system to be uploaded..
    static String
    Key agent_no_channel: No channel to the agent.
    static String
    Key builder_name: Scriptler script.
    static String
    Key description: Store/edit/run scripts on any of the agents or the controller..
    static String
    Key display_name: Scriptler.
    static String
    Key download_failed: The import of the script [{0}] from catalog [{1}] failed..
    static String
    Key no_parameters_defined: There is not any parameter defined for this job..
    static String
    Key node_not_found: The node [{0}] could not be found!.
    static String
    Key node_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 String
    Key not_groovy_script: this is not a groovy script: {0}.
    static String
    Key parameterExtractionFailed: failed to read parameters from request.
    static String
    Key permissons_configure_description: Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone.
    static String
    Key permissons_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
    Key permissons_title: Scriptler.
    static String
    Key resultPrefix: Result: .
    static String
    Key script_loaded_from_directory: this script was discovered on the file system, please describe it!.
    static String
    Key scriptdirectorytitle: The scripts are stored at:.
    static String
    Key scriptExecutionFailed: Execution of script [{0}] failed.
    static String
    Key scriptNotApprovedYet: The script [{0}] is not yet approved, consider asking your administrator to approve it..
    static String
    Key scriptNotDefined: there is no script for scriptler defined, please fix your configuration!.
    static String
    Key scriptNotFound: could not find script with id [{0}].
    static String
    Key scriptNotUsableInBuildStep: The script [{0}] is not usable in a build step, please review your configuration..
    static String
    Key scriptSourceNotFound: not able to load sources for script [{0}].
    static String
    Key skipParameter: skipping parameter [{0}] this name is used internal, please rename!.
    static String
    Key tokenmacro_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
    Key tokenmacro_ScriptDoesNotExist: No script with the id [{0}] could be found..
    static String
    Key uploadtext: Select a Groovy script from your local system to be uploaded..

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • scriptNotDefined

      public static String scriptNotDefined()
      Key scriptNotDefined: 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()
      Key scriptNotDefined: 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()
      Key permissons_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()
      Key permissons_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()
      Key permissons_title: Scriptler.
      Returns:
      Scriptler
    • _permissons_title

      public static org.jvnet.localizer.Localizable _permissons_title()
      Key permissons_title: Scriptler.
      Returns:
      Scriptler
    • scriptNotUsableInBuildStep

      public static String scriptNotUsableInBuildStep(Object arg0)
      Key scriptNotUsableInBuildStep: The script [{0}] is not usable in a build step, please review your configuration..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.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)
      Key scriptNotUsableInBuildStep: The script [{0}] is not usable in a build step, please review your configuration..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The script [{0}] is not usable in a build step, please review your configuration.
    • parameterExtractionFailed

      public static String parameterExtractionFailed()
      Key parameterExtractionFailed: failed to read parameters from request.
      Returns:
      failed to read parameters from request
    • _parameterExtractionFailed

      public static org.jvnet.localizer.Localizable _parameterExtractionFailed()
      Key parameterExtractionFailed: failed to read parameters from request.
      Returns:
      failed to read parameters from request
    • description

      public static String description()
      Key description: Store/edit/run scripts on any of the agents or the controller..
      Returns:
      Store/edit/run scripts on any of the agents or the controller.
    • _description

      public static org.jvnet.localizer.Localizable _description()
      Key description: Store/edit/run scripts on any of the agents or the controller..
      Returns:
      Store/edit/run scripts on any of the agents or the controller.
    • download_failed

      public static String download_failed(Object arg0, Object arg1)
      Key download_failed: The import of the script [{0}] from catalog [{1}] failed..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.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)
      Key download_failed: The import of the script [{0}] from catalog [{1}] failed..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The import of the script [{0}] from catalog [{1}] failed.
    • tokenmacro_AdminScriptOnly

      public static String tokenmacro_AdminScriptOnly(Object arg0)
      Key tokenmacro_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}, as String.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)
      Key tokenmacro_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}, as String.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)
      Key scriptNotFound: could not find script with id [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      could not find script with id [{0}]
    • _scriptNotFound

      public static org.jvnet.localizer.Localizable _scriptNotFound(Object arg0)
      Key scriptNotFound: could not find script with id [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      could not find script with id [{0}]
    • skipParameter

      public static String skipParameter(Object arg0)
      Key skipParameter: skipping parameter [{0}] this name is used internal, please rename!.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      skipping parameter [{0}] this name is used internal, please rename!
    • _skipParameter

      public static org.jvnet.localizer.Localizable _skipParameter(Object arg0)
      Key skipParameter: skipping parameter [{0}] this name is used internal, please rename!.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      skipping parameter [{0}] this name is used internal, please rename!
    • permissons_configure_description

      public static String permissons_configure_description()
      Key permissons_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()
      Key permissons_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()
      Key script_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()
      Key script_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()
      Key scriptdirectorytitle: The scripts are stored at:.
      Returns:
      The scripts are stored at:
    • _scriptdirectorytitle

      public static org.jvnet.localizer.Localizable _scriptdirectorytitle()
      Key scriptdirectorytitle: The scripts are stored at:.
      Returns:
      The scripts are stored at:
    • scriptSourceNotFound

      public static String scriptSourceNotFound(Object arg0)
      Key scriptSourceNotFound: not able to load sources for script [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      not able to load sources for script [{0}]
    • _scriptSourceNotFound

      public static org.jvnet.localizer.Localizable _scriptSourceNotFound(Object arg0)
      Key scriptSourceNotFound: not able to load sources for script [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      not able to load sources for script [{0}]
    • node_not_found

      public static String node_not_found(Object arg0)
      Key node_not_found: The node [{0}] could not be found!.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The node [{0}] could not be found!
    • _node_not_found

      public static org.jvnet.localizer.Localizable _node_not_found(Object arg0)
      Key node_not_found: The node [{0}] could not be found!.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The node [{0}] could not be found!
    • tokenmacro_ScriptDoesNotExist

      public static String tokenmacro_ScriptDoesNotExist(Object arg0)
      Key tokenmacro_ScriptDoesNotExist: No script with the id [{0}] could be found..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No script with the id [{0}] could be found.
    • _tokenmacro_ScriptDoesNotExist

      public static org.jvnet.localizer.Localizable _tokenmacro_ScriptDoesNotExist(Object arg0)
      Key tokenmacro_ScriptDoesNotExist: No script with the id [{0}] could be found..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No script with the id [{0}] could be found.
    • no_parameters_defined

      public static String no_parameters_defined()
      Key no_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()
      Key no_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()
      Key builder_name: Scriptler script.
      Returns:
      Scriptler script
    • _builder_name

      public static org.jvnet.localizer.Localizable _builder_name()
      Key builder_name: Scriptler script.
      Returns:
      Scriptler script
    • resultPrefix

      public static String resultPrefix()
      Key resultPrefix: Result: .
      Returns:
      Result:
    • _resultPrefix

      public static org.jvnet.localizer.Localizable _resultPrefix()
      Key resultPrefix: Result: .
      Returns:
      Result:
    • not_groovy_script

      public static String not_groovy_script(Object arg0)
      Key not_groovy_script: this is not a groovy script: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      this is not a groovy script: {0}
    • _not_groovy_script

      public static org.jvnet.localizer.Localizable _not_groovy_script(Object arg0)
      Key not_groovy_script: this is not a groovy script: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      this is not a groovy script: {0}
    • display_name

      public static String display_name()
      Key display_name: Scriptler.
      Returns:
      Scriptler
    • _display_name

      public static org.jvnet.localizer.Localizable _display_name()
      Key display_name: Scriptler.
      Returns:
      Scriptler
    • node_not_online

      public static String node_not_online(Object arg0)
      Key node_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}, as String.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

      public static org.jvnet.localizer.Localizable _node_not_online(Object arg0)
      Key node_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}, as String.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

      public static String agent_no_channel()
      Key agent_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()
      Key agent_no_channel: No channel to the agent.
      Returns:
      No channel to the agent
    • scriptNotApprovedYet

      public static String scriptNotApprovedYet(Object arg0)
      Key scriptNotApprovedYet: The script [{0}] is not yet approved, consider asking your administrator to approve it..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.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)
      Key scriptNotApprovedYet: The script [{0}] is not yet approved, consider asking your administrator to approve it..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The script [{0}] is not yet approved, consider asking your administrator to approve it.
    • scriptExecutionFailed

      public static String scriptExecutionFailed(Object arg0)
      Key scriptExecutionFailed: Execution of script [{0}] failed.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Execution of script [{0}] failed
    • _scriptExecutionFailed

      public static org.jvnet.localizer.Localizable _scriptExecutionFailed(Object arg0)
      Key scriptExecutionFailed: Execution of script [{0}] failed.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Execution of script [{0}] failed
    • uploadtext

      public static String uploadtext()
      Key uploadtext: 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()
      Key uploadtext: Select a Groovy script from your local system to be uploaded..
      Returns:
      Select a Groovy script from your local system to be uploaded.