public static interface

UserProfileData.PREFERENCE_KEYS

com.atlassian.crucible.spi.data.UserProfileData.PREFERENCE_KEYS

Class Overview

collection of static fields that enumerate the String keys of the map returned by getPreferences().

Summary

Constants
String CHANGESETS_PER_PAGE the number of changesets to show on a page (Integer)
String CONTEXT how many lines of context do display on diffs.
String EMAIL_FORMAT the prefered format for emails (String)
String ENABLE_IDE whether the IDE connector is enabled (Boolean)
String IDE_CONNECTOR_PORT the port for the IDE connector (Integer)
String MAX_FILES_PER_CHANGESET the maximum number of files to show in a changest (Integer)
String TAB_WIDTH the number of spaces that constitute a tab (Integer)
String UPLOAD_CHARSET charset of uploaded files
String UPLOAD_METHOD upload files or paste as text
String UPLOAD_TYPE upload files as patch or plain
String WATCH_MODE the frequency of watch emails (String)

Constants

public static final String CHANGESETS_PER_PAGE

the number of changesets to show on a page (Integer)

Constant Value: "changesetsPerPage"

public static final String CONTEXT

how many lines of context do display on diffs. -1 is full context

Constant Value: "context"

public static final String EMAIL_FORMAT

the prefered format for emails (String)

Constant Value: "emailFormat"

public static final String ENABLE_IDE

whether the IDE connector is enabled (Boolean)

Constant Value: "enableIde"

public static final String IDE_CONNECTOR_PORT

the port for the IDE connector (Integer)

Constant Value: "ideConnectorPort"

public static final String MAX_FILES_PER_CHANGESET

the maximum number of files to show in a changest (Integer)

Constant Value: "maxFilesPerChangeset"

public static final String TAB_WIDTH

the number of spaces that constitute a tab (Integer)

Constant Value: "tabWidth"

public static final String UPLOAD_CHARSET

charset of uploaded files

Constant Value: "uploadcharset"

public static final String UPLOAD_METHOD

upload files or paste as text

Constant Value: "uploadmethod"

public static final String UPLOAD_TYPE

upload files as patch or plain

Constant Value: "uploadtype"

public static final String WATCH_MODE

the frequency of watch emails (String)

Constant Value: "watchMode"