| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents | |
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SshAuthenticationException
Indicates that authentication failed.
|
class |
SshConnectException
SshException related to connection issues.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SshConnectionImpl.executeCommand(String command)
Execute an ssh command on the server.
|
String |
SshConnection.executeCommand(String command)
Execute an ssh command on 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).
|
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.
|
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.
|
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.
|
| Constructor and Description |
|---|
SshConnectionImpl(String host,
int port,
Authentication authentication)
Creates and opens a SshConnection.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.