|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritDefaultValues
public final class GerritDefaultValues
Contains the default values for Gerrit communication.
| Field Summary | |
|---|---|
static int |
DEFAULT_BUILD_SCHEDULE_DELAY
The default build schedule delay. |
static int |
DEFAULT_DYNAMIC_CONFIG_REFRESH_INTERVAL
The default refresh interval for the Dynamic Trigger Configuration. |
static File |
DEFAULT_GERRIT_AUTH_KEY_FILE
The default key-file to use when authenticating to the gerrit server. |
static String |
DEFAULT_GERRIT_AUTH_KEY_FILE_PASSWORD
The default password for the private key-file. |
static String |
DEFAULT_GERRIT_HOSTNAME
The default gerrit hostname. |
static int |
DEFAULT_GERRIT_SSH_PORT
The default ssh port for the gerrit server. |
static String |
DEFAULT_GERRIT_USERNAME
The default username to use when authenticating to the gerrit server. |
static int |
DEFAULT_NR_OF_RECEIVING_WORKER_THREADS
The default nr of event worker threads. |
static int |
DEFAULT_NR_OF_SENDING_WORKER_THREADS
The default nr of worker threads that sends approvals/review commands. |
static int |
MINIMUM_DYNAMIC_CONFIG_REFRESH_INTERVAL
The minimum refresh interval for dynamic configuration. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_GERRIT_HOSTNAME
public static final int DEFAULT_GERRIT_SSH_PORT
public static final File DEFAULT_GERRIT_AUTH_KEY_FILE
public static final String DEFAULT_GERRIT_AUTH_KEY_FILE_PASSWORD
public static final String DEFAULT_GERRIT_USERNAME
public static final int DEFAULT_NR_OF_RECEIVING_WORKER_THREADS
public static final int DEFAULT_NR_OF_SENDING_WORKER_THREADS
public static final int DEFAULT_BUILD_SCHEDULE_DELAY
public static final int DEFAULT_DYNAMIC_CONFIG_REFRESH_INTERVAL
public static final int MINIMUM_DYNAMIC_CONFIG_REFRESH_INTERVAL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||