public interface GerritConnectionConfig
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getGerritAuthentication()
The the Gerrit authentication credentials.
|
File |
getGerritAuthKeyFile()
The path to the private key.
|
String |
getGerritAuthKeyFilePassword()
The password for the private key, or null if there is none.
|
String |
getGerritHostName()
The hostname for gerrit where it is listening to ssh commands.
|
int |
getGerritSshPort()
The port to connect with ssh to.
|
String |
getGerritUserName()
The username to authenticate to gerrit with.
|
int |
getNumberOfReceivingWorkerThreads()
The number of threads to handle incoming events with.
|
int |
getNumberOfSendingWorkerThreads()
The default nr of worker threads that sends approvals/review commands.
|
File getGerritAuthKeyFile()
String getGerritAuthKeyFilePassword()
String getGerritHostName()
int getGerritSshPort()
String getGerritUserName()
int getNumberOfReceivingWorkerThreads()
int getNumberOfSendingWorkerThreads()
Authentication getGerritAuthentication()
getGerritAuthKeyFile(),
getGerritUserName() and
getGerritAuthKeyFilePassword().Copyright © 2004-2015 Hudson. All Rights Reserved.