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 _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 _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 _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 _uploadtext()
          Select a Groovy script from your local system to be uploaded.
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 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 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 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

scriptdirectorytitle

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


_scriptdirectorytitle

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


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.


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.


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!


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!


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}


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.


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.


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.