Class GeneralPreferencesInfo
java.lang.Object
com.google.gerrit.extensions.client.GeneralPreferencesInfo
Preferences about a single user.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionNumber of changes to show in a screen.static final int
Default number of items to display per page.The sidebar section that the user prefers to have open on the diff page, or "NONE" if all sidebars should be closed.Type of download URL the user prefers to use. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralPreferencesInfo
defaults()
boolean
int
hashCode()
toString()
-
Field Details
-
DEFAULT_PAGESIZE
public static final int DEFAULT_PAGESIZEDefault number of items to display per page.- See Also:
-
changesPerPage
Number of changes to show in a screen. -
downloadScheme
Type of download URL the user prefers to use. -
theme
-
dateFormat
-
timeFormat
-
expandInlineDiffs
-
relativeDateInChangeTable
-
diffView
-
sizeBarInChangeTable
-
legacycidInChangeTable
-
muteCommonPathPrefixes
-
signedOffBy
-
emailStrategy
-
emailFormat
-
defaultBaseForMerges
-
publishCommentsOnPush
-
disableKeyboardShortcuts
-
disableTokenHighlighting
-
workInProgressByDefault
-
my
-
changeTable
-
allowBrowserNotifications
-
allowSuggestCodeWhileCommenting
-
allowAutocompletingComments
-
diffPageSidebar
The sidebar section that the user prefers to have open on the diff page, or "NONE" if all sidebars should be closed.Sidebars supplied by plugins are prefixed with "plugin-".
-
-
Constructor Details
-
GeneralPreferencesInfo
public GeneralPreferencesInfo()
-
-
Method Details