com.sonyericsson.hudson.plugins.gerrit.gerritevents
Class GerritDefaultValues

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritDefaultValues

public final class GerritDefaultValues
extends Object

Contains the default values for Gerrit communication.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

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

DEFAULT_GERRIT_HOSTNAME

public static final String DEFAULT_GERRIT_HOSTNAME
The default gerrit hostname.

See Also:
Constant Field Values

DEFAULT_GERRIT_SSH_PORT

public static final int DEFAULT_GERRIT_SSH_PORT
The default ssh port for the gerrit server.

See Also:
Constant Field Values

DEFAULT_GERRIT_AUTH_KEY_FILE

public static final File DEFAULT_GERRIT_AUTH_KEY_FILE
The default key-file to use when authenticating to the gerrit server.


DEFAULT_GERRIT_AUTH_KEY_FILE_PASSWORD

public static final String DEFAULT_GERRIT_AUTH_KEY_FILE_PASSWORD
The default password for the private key-file.


DEFAULT_GERRIT_USERNAME

public static final String DEFAULT_GERRIT_USERNAME
The default username to use when authenticating to the gerrit server.

See Also:
Constant Field Values

DEFAULT_NR_OF_RECEIVING_WORKER_THREADS

public static final int DEFAULT_NR_OF_RECEIVING_WORKER_THREADS
The default nr of event worker threads.

See Also:
Constant Field Values

DEFAULT_NR_OF_SENDING_WORKER_THREADS

public static final int DEFAULT_NR_OF_SENDING_WORKER_THREADS
The default nr of worker threads that sends approvals/review commands.

See Also:
Constant Field Values

DEFAULT_BUILD_SCHEDULE_DELAY

public static final int DEFAULT_BUILD_SCHEDULE_DELAY
The default build schedule delay.

See Also:
Constant Field Values

DEFAULT_DYNAMIC_CONFIG_REFRESH_INTERVAL

public static final int DEFAULT_DYNAMIC_CONFIG_REFRESH_INTERVAL
The default refresh interval for the Dynamic Trigger Configuration.

See Also:
Constant Field Values

MINIMUM_DYNAMIC_CONFIG_REFRESH_INTERVAL

public static final int MINIMUM_DYNAMIC_CONFIG_REFRESH_INTERVAL
The minimum refresh interval for dynamic configuration.

See Also:
Constant Field Values


Copyright © 2004-2012 Hudson. All Rights Reserved.