hudson.cli.client
Class Messages

java.lang.Object
  extended by hudson.cli.client.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _CLI_NoURL()
          Neither -s nor the HUDSON_URL env var is specified.
static org.jvnet.localizer.Localizable _CLI_Usage()
          Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args...
static org.jvnet.localizer.Localizable _CLI_VersionMismatch()
          Version mismatch.
static String CLI_NoURL()
          Neither -s nor the HUDSON_URL env var is specified.
static String CLI_Usage()
          Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args...
static String CLI_VersionMismatch()
          Version mismatch.
 
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

CLI_Usage

public static String CLI_Usage()
Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args... Options: -s URL : specify the server URL (defaults to the HUDSON_URL env var) The available commands depend on the server. Run the 'help' command to see the list.


_CLI_Usage

public static org.jvnet.localizer.Localizable _CLI_Usage()
Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args... Options: -s URL : specify the server URL (defaults to the HUDSON_URL env var) The available commands depend on the server. Run the 'help' command to see the list.


CLI_NoURL

public static String CLI_NoURL()
Neither -s nor the HUDSON_URL env var is specified.


_CLI_NoURL

public static org.jvnet.localizer.Localizable _CLI_NoURL()
Neither -s nor the HUDSON_URL env var is specified.


CLI_VersionMismatch

public static String CLI_VersionMismatch()
Version mismatch. This CLI cannot work with this Hudson server


_CLI_VersionMismatch

public static org.jvnet.localizer.Localizable _CLI_VersionMismatch()
Version mismatch. This CLI cannot work with this Hudson server



Copyright © 2004-2011 Hudson. All Rights Reserved.