org.jvnet.hudson.plugins.scriptler
Class Messages

java.lang.Object
  extended by org.jvnet.hudson.plugins.scriptler.Messages

public class Messages
extends java.lang.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 _node_not_found(java.lang.Object arg1)
          The node [{0}] could not be found!
static org.jvnet.localizer.Localizable _node_not_online(java.lang.Object arg1)
          The selected node [{0}] is not online, therefore the script can not be executed!
static org.jvnet.localizer.Localizable _not_groovy_script(java.lang.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 java.lang.String description()
          Store/edit/run scripts on any of the slaves or the master.
static java.lang.String display_name()
          Scriptler
static java.lang.String node_not_found(java.lang.Object arg1)
          The node [{0}] could not be found!
static java.lang.String node_not_online(java.lang.Object arg1)
          The selected node [{0}] is not online, therefore the script can not be executed!
static java.lang.String not_groovy_script(java.lang.Object arg1)
          this is not a groovy script: {0}
static java.lang.String script_loaded_from_directory()
          this script was discovered on the file system, please describe it!
static java.lang.String scriptdirectorytitle()
          The scripts are stored at:
static java.lang.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

script_loaded_from_directory

public static java.lang.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!


uploadtext

public static java.lang.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.


display_name

public static java.lang.String display_name()
Scriptler


_display_name

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


not_groovy_script

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


_not_groovy_script

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


scriptdirectorytitle

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


_scriptdirectorytitle

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


node_not_found

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


_node_not_found

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


description

public static java.lang.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.


node_not_online

public static java.lang.String node_not_online(java.lang.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(java.lang.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.



Copyright © 2010. All Rights Reserved.