| Package | Description |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents | |
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
GerritHandler.getAuthentication()
The authentication credentials for ssh connection.
|
Authentication |
GerritConnectionConfig.getGerritAuthentication()
The the Gerrit authentication credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GerritHandler.setAuthentication(Authentication authentication)
The authentication credentials for ssh connection.
|
| Constructor and Description |
|---|
GerritHandler(String gerritHostName,
int gerritSshPort,
Authentication authentication)
Creates a GerritHandler with the specified values and default number of worker threads.
|
GerritHandler(String gerritHostName,
int gerritSshPort,
Authentication authentication,
int numberOfWorkerThreads)
Creates a GerritHandler with the specified values.
|
GerritQueryHandler(String gerritHostName,
int gerritSshPort,
Authentication authentication)
Creates a GerritQueryHandler with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
static SshConnection |
SshConnectionFactory.getConnection(String host,
int port,
Authentication authentication)
Creates a
SshConnection. |
| Constructor and Description |
|---|
SshConnectionImpl(String host,
int port,
Authentication authentication)
Creates and opens a SshConnection.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.