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

Enclosing class:
UserProfileData

public static interface UserProfileData.PREFERENCE_KEYS

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


Field Summary
static java.lang.String CHANGESETS_PER_PAGE
          the number of changesets to show on a page (Integer)
static java.lang.String CONTEXT
          how many lines of context do display on diffs.
static java.lang.String EMAIL_FORMAT
          the prefered format for emails (String)
static java.lang.String ENABLE_IDE
          whether the IDE connector is enabled (Boolean)
static java.lang.String IDE_CONNECTOR_PORT
          the port for the IDE connector (Integer)
static java.lang.String MAX_FILES_PER_CHANGESET
          the maximum number of files to show in a changest (Integer)
static java.lang.String TAB_WIDTH
          the number of spaces that constitute a tab (Integer)
static java.lang.String WATCH_MODE
          the frequency of watch emails (String)
 

Field Detail

TAB_WIDTH

static final java.lang.String TAB_WIDTH
the number of spaces that constitute a tab (Integer)

See Also:
Constant Field Values

WATCH_MODE

static final java.lang.String WATCH_MODE
the frequency of watch emails (String)

See Also:
Constant Field Values

EMAIL_FORMAT

static final java.lang.String EMAIL_FORMAT
the prefered format for emails (String)

See Also:
Constant Field Values

CHANGESETS_PER_PAGE

static final java.lang.String CHANGESETS_PER_PAGE
the number of changesets to show on a page (Integer)

See Also:
Constant Field Values

MAX_FILES_PER_CHANGESET

static final java.lang.String MAX_FILES_PER_CHANGESET
the maximum number of files to show in a changest (Integer)

See Also:
Constant Field Values

IDE_CONNECTOR_PORT

static final java.lang.String IDE_CONNECTOR_PORT
the port for the IDE connector (Integer)

See Also:
Constant Field Values

ENABLE_IDE

static final java.lang.String ENABLE_IDE
whether the IDE connector is enabled (Boolean)

See Also:
Constant Field Values

CONTEXT

static final java.lang.String CONTEXT
how many lines of context do display on diffs. -1 is full context

See Also:
Constant Field Values