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_NoSuchFileExists(Object arg1)
          No such file exists: {0}
static org.jvnet.localizer.Localizable _CLI_NoURL()
          Neither -s nor the JENKINS_URL env var is specified.
static org.jvnet.localizer.Localizable _CLI_Usage()
          Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args...
static org.jvnet.localizer.Localizable _CLI_VersionMismatch()
          Version mismatch.
static String CLI_NoSuchFileExists(Object arg1)
          No such file exists: {0}
static String CLI_NoURL()
          Neither -s nor the JENKINS_URL env var is specified.
static String CLI_Usage()
          Jenkins CLI Usage: java -jar jenkins-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()
Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args... Options: -s URL : the server URL (defaults to the JENKINS_URL env var) -i KEY : SSH private key file used for authentication -p HOST:PORT : HTTP proxy host and port for HTTPS proxy tunneling. See http://jenkins-ci.org/https-proxy-tunnel -noCertificateCheck : bypass HTTPS certificate check entirely. Use with caution 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()
Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args... Options: -s URL : the server URL (defaults to the JENKINS_URL env var) -i KEY : SSH private key file used for authentication -p HOST:PORT : HTTP proxy host and port for HTTPS proxy tunneling. See http://jenkins-ci.org/https-proxy-tunnel -noCertificateCheck : bypass HTTPS certificate check entirely. Use with caution 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 JENKINS_URL env var is specified.


_CLI_NoURL

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


CLI_NoSuchFileExists

public static String CLI_NoSuchFileExists(Object arg1)
No such file exists: {0}


_CLI_NoSuchFileExists

public static org.jvnet.localizer.Localizable _CLI_NoSuchFileExists(Object arg1)
No such file exists: {0}


CLI_VersionMismatch

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


_CLI_VersionMismatch

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



Copyright © 2004-2013. All Rights Reserved.