|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GerritConnectionConfig
Interface for an object that has information about how to connect to the Gerrit server.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
File getGerritAuthKeyFile()
String getGerritAuthKeyFilePassword()
String getGerritHostName()
int getGerritSshPort()
String getGerritUserName()
int getNumberOfReceivingWorkerThreads()
int getNumberOfSendingWorkerThreads()
Authentication getGerritAuthentication()
getGerritAuthKeyFile(),
getGerritUserName() and
getGerritAuthKeyFilePassword().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||