hudson.cli
Class Messages

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

public class Messages
extends java.lang.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 java.lang.String CLI_NoURL()
          Neither -s nor the HUDSON_URL env var is specified.
static java.lang.String CLI_Usage()
          Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args...
static java.lang.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 java.lang.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 java.lang.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 java.lang.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 © 2010. All Rights Reserved.