Uses of Class
com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException

Packages that use SshException
com.sonyericsson.hudson.plugins.gerrit.gerritevents   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh   
 

Uses of SshException in com.sonyericsson.hudson.plugins.gerrit.gerritevents
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents that throw SshException
 List<net.sf.json.JSONObject> GerritQueryHandler.queryFiles(String queryString)
          Runs the query and returns the result as a list of Java JSONObjects.
 List<net.sf.json.JSONObject> GerritQueryHandler.queryJava(String queryString)
          Runs the query and returns the result as a list of Java JSONObjects.
 List<net.sf.json.JSONObject> GerritQueryHandler.queryJava(String queryString, boolean getPatchSets, boolean getCurrentPatchSet, boolean getFiles)
          Runs the query and returns the result as a list of Java JSONObjects.
 List<String> GerritQueryHandler.queryJson(String queryString)
          Runs the query and returns the result as a list of JSON formatted strings.
 List<String> GerritQueryHandler.queryJson(String queryString, boolean getPatchSets, boolean getCurrentPatchSet, boolean getFiles)
          Runs the query and returns the result as a list of JSON formatted strings.
 

Uses of SshException in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
 

Subclasses of SshException in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
 class SshAuthenticationException
          Indicates that authentication failed.
 class SshConnectException
          SshException related to connection issues.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh that throw SshException
 String SshConnection.executeCommand(String command)
          Execute an ssh command on the server.
 String SshConnectionImpl.executeCommand(String command)
          Execute an ssh command on the server.
 com.jcraft.jsch.ChannelExec SshConnection.executeCommandChannel(String command)
          Execute an ssh command on the server, without closing the session so that the caller can get access to all the Channel attributes from the server.
 com.jcraft.jsch.ChannelExec SshConnectionImpl.executeCommandChannel(String command)
          This version takes a command to run, and then returns a wrapper instance that exposes all the standard state of the channel (stdin, stdout, stderr, exit status, etc).
 Reader SshConnection.executeCommandReader(String command)
          Execute an ssh command on the server, without closing the session so that a Reader can be returned with streaming data from the server.
 Reader SshConnectionImpl.executeCommandReader(String command)
          Execute an ssh command on the server, without closing the session so that a Reader can be returned with streaming data from the server.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh that throw SshException
SshConnectionImpl(String host, int port, Authentication authentication)
          Creates and opens a SshConnection.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.