org.jenkinsci.plugins.scriptler
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.scriptler.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _builder_name()
          Scriptler script
static org.jvnet.localizer.Localizable _description()
          Store/edit/run scripts on any of the slaves or the master.
static org.jvnet.localizer.Localizable _display_name()
          Scriptler
static org.jvnet.localizer.Localizable _download_failed(Object arg1, Object arg2)
          The import of the script [{0}] from catalog [{1}] failed.
static org.jvnet.localizer.Localizable _no_parameters_defined()
          There is not any parameter defined for this job.
static org.jvnet.localizer.Localizable _node_not_found(Object arg1)
          The node [{0}] could not be found!
static org.jvnet.localizer.Localizable _node_not_online(Object arg1)
          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 arg1)
          this is not a groovy script: {0}
static org.jvnet.localizer.Localizable _parameterExtractionFailed()
          failed to read parameters from request
static org.jvnet.localizer.Localizable _resultPrefix()
          Result:
static org.jvnet.localizer.Localizable _script_loaded_from_directory()
          this script was discovered on the file system, please describe it!
static org.jvnet.localizer.Localizable _scriptdirectorytitle()
          The scripts are stored at:
static org.jvnet.localizer.Localizable _scriptExecutionFailed(Object arg1)
          Execution of script [{0}] failed
static org.jvnet.localizer.Localizable _scriptNotDefined()
          there is no script for scriptler defined, please fix your configuration!
static org.jvnet.localizer.Localizable _scriptNotFound(Object arg1)
          could not find script with id [{0}]
static org.jvnet.localizer.Localizable _scriptSourceNotFound(Object arg1)
          not able to load sources for script [{0}]
static org.jvnet.localizer.Localizable _skipParamter(Object arg1)
          skipping parameter [{0}] this name is used internal, please rename!"
static org.jvnet.localizer.Localizable _uploadtext()
          Select a Groovy script from your local system to be uploaded.
static String builder_name()
          Scriptler script
static String description()
          Store/edit/run scripts on any of the slaves or the master.
static String display_name()
          Scriptler
static String download_failed(Object arg1, Object arg2)
          The import of the script [{0}] from catalog [{1}] failed.
static String no_parameters_defined()
          There is not any parameter defined for this job.
static String node_not_found(Object arg1)
          The node [{0}] could not be found!
static String node_not_online(Object arg1)
          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 arg1)
          this is not a groovy script: {0}
static String parameterExtractionFailed()
          failed to read parameters from request
static String resultPrefix()
          Result:
static String script_loaded_from_directory()
          this script was discovered on the file system, please describe it!
static String scriptdirectorytitle()
          The scripts are stored at:
static String scriptExecutionFailed(Object arg1)
          Execution of script [{0}] failed
static String scriptNotDefined()
          there is no script for scriptler defined, please fix your configuration!
static String scriptNotFound(Object arg1)
          could not find script with id [{0}]
static String scriptSourceNotFound(Object arg1)
          not able to load sources for script [{0}]
static String skipParamter(Object arg1)
          skipping parameter [{0}] this name is used internal, please rename!"
static String 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 Detail

Messages

public Messages()
Method Detail

scriptNotDefined

public static String scriptNotDefined()
there is no script for scriptler defined, please fix your configuration!


_scriptNotDefined

public static org.jvnet.localizer.Localizable _scriptNotDefined()
there is no script for scriptler defined, please fix your configuration!


builder_name

public static String builder_name()
Scriptler script


_builder_name

public static org.jvnet.localizer.Localizable _builder_name()
Scriptler script


node_not_online

public static String node_not_online(Object arg1)
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 arg1)
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.


parameterExtractionFailed

public static String parameterExtractionFailed()
failed to read parameters from request


_parameterExtractionFailed

public static org.jvnet.localizer.Localizable _parameterExtractionFailed()
failed to read parameters from request


script_loaded_from_directory

public static String script_loaded_from_directory()
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()
this script was discovered on the file system, please describe it!


node_not_found

public static String node_not_found(Object arg1)
The node [{0}] could not be found!


_node_not_found

public static org.jvnet.localizer.Localizable _node_not_found(Object arg1)
The node [{0}] could not be found!


resultPrefix

public static String resultPrefix()
Result:


_resultPrefix

public static org.jvnet.localizer.Localizable _resultPrefix()
Result:


scriptNotFound

public static String scriptNotFound(Object arg1)
could not find script with id [{0}]


_scriptNotFound

public static org.jvnet.localizer.Localizable _scriptNotFound(Object arg1)
could not find script with id [{0}]


skipParamter

public static String skipParamter(Object arg1)
skipping parameter [{0}] this name is used internal, please rename!"


_skipParamter

public static org.jvnet.localizer.Localizable _skipParamter(Object arg1)
skipping parameter [{0}] this name is used internal, please rename!"


no_parameters_defined

public static String no_parameters_defined()
There is not any parameter defined for this job.


_no_parameters_defined

public static org.jvnet.localizer.Localizable _no_parameters_defined()
There is not any parameter defined for this job.


scriptExecutionFailed

public static String scriptExecutionFailed(Object arg1)
Execution of script [{0}] failed


_scriptExecutionFailed

public static org.jvnet.localizer.Localizable _scriptExecutionFailed(Object arg1)
Execution of script [{0}] failed


download_failed

public static String download_failed(Object arg1,
                                     Object arg2)
The import of the script [{0}] from catalog [{1}] failed.


_download_failed

public static org.jvnet.localizer.Localizable _download_failed(Object arg1,
                                                               Object arg2)
The import of the script [{0}] from catalog [{1}] failed.


uploadtext

public static String uploadtext()
Select a Groovy script from your local system to be uploaded.


_uploadtext

public static org.jvnet.localizer.Localizable _uploadtext()
Select a Groovy script from your local system to be uploaded.


description

public static String description()
Store/edit/run scripts on any of the slaves or the master.


_description

public static org.jvnet.localizer.Localizable _description()
Store/edit/run scripts on any of the slaves or the master.


scriptdirectorytitle

public static String scriptdirectorytitle()
The scripts are stored at:


_scriptdirectorytitle

public static org.jvnet.localizer.Localizable _scriptdirectorytitle()
The scripts are stored at:


not_groovy_script

public static String not_groovy_script(Object arg1)
this is not a groovy script: {0}


_not_groovy_script

public static org.jvnet.localizer.Localizable _not_groovy_script(Object arg1)
this is not a groovy script: {0}


scriptSourceNotFound

public static String scriptSourceNotFound(Object arg1)
not able to load sources for script [{0}]


_scriptSourceNotFound

public static org.jvnet.localizer.Localizable _scriptSourceNotFound(Object arg1)
not able to load sources for script [{0}]


display_name

public static String display_name()
Scriptler


_display_name

public static org.jvnet.localizer.Localizable _display_name()
Scriptler



Copyright © 2010-2012. All Rights Reserved.