Package com.google.gerrit.server.git
Class UserConfigSections
- java.lang.Object
-
- com.google.gerrit.server.git.UserConfigSections
-
public class UserConfigSections extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_TABLE
The table column user preferences.static String
CHANGE_TABLE_COLUMN
static String
DIFF
The diff user preferences.static String
EDIT
The edit user preferences.static String
GENERAL
The general user preferences.static String
KEY_ID
static String
KEY_TARGET
static String
KEY_URL
static String
MY
The my menu user preferences.
-
-
-
Field Detail
-
GENERAL
public static final String GENERAL
The general user preferences.- See Also:
- Constant Field Values
-
MY
public static final String MY
The my menu user preferences.- See Also:
- Constant Field Values
-
KEY_URL
public static final String KEY_URL
- See Also:
- Constant Field Values
-
KEY_TARGET
public static final String KEY_TARGET
- See Also:
- Constant Field Values
-
KEY_ID
public static final String KEY_ID
- See Also:
- Constant Field Values
-
CHANGE_TABLE
public static final String CHANGE_TABLE
The table column user preferences.- See Also:
- Constant Field Values
-
CHANGE_TABLE_COLUMN
public static final String CHANGE_TABLE_COLUMN
- See Also:
- Constant Field Values
-
EDIT
public static final String EDIT
The edit user preferences.- See Also:
- Constant Field Values
-
DIFF
public static final String DIFF
The diff user preferences.- See Also:
- Constant Field Values
-
-