|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authentication | |
|---|---|
| com.sonyericsson.hudson.plugins.gerrit.gerritevents | |
| com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh | |
| Uses of Authentication in com.sonyericsson.hudson.plugins.gerrit.gerritevents |
|---|
| Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents that return Authentication | |
|---|---|
Authentication |
GerritHandler.getAuthentication()
The authentication credentials for ssh connection. |
Authentication |
GerritConnectionConfig.getGerritAuthentication()
The the Gerrit authentication credentials. |
| Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type Authentication | |
|---|---|
void |
GerritHandler.setAuthentication(Authentication authentication)
The authentication credentials for ssh connection. |
| Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type Authentication | |
|---|---|
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. |
|
| Uses of Authentication in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh |
|---|
| Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh with parameters of type Authentication | |
|---|---|
static SshConnection |
SshConnectionFactory.getConnection(String host,
int port,
Authentication authentication)
Creates a SshConnection. |
| Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh with parameters of type Authentication | |
|---|---|
SshConnectionImpl(String host,
int port,
Authentication authentication)
Creates and opens a SshConnection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||