Class UIPreferences
- java.lang.Object
-
- step.repositories.azure.devops.ui.UIPreferences
-
public class UIPreferences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_ID_DISPLAY_FORMAT
boolean
displayCaseIds
boolean
displayPlanIds
boolean
displaySuiteIds
java.lang.String
idDisplayFormat
static java.lang.String
KEY_DISPLAY_CASE_IDS
static java.lang.String
KEY_DISPLAY_PLAN_IDS
static java.lang.String
KEY_DISPLAY_SUITE_IDS
static java.lang.String
KEY_ID_DISPLAY_FORMAT
-
Constructor Summary
Constructors Constructor Description UIPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIPreferences
initializeFrom(ch.exense.commons.app.Configuration configuration)
-
-
-
Field Detail
-
KEY_DISPLAY_PLAN_IDS
public static java.lang.String KEY_DISPLAY_PLAN_IDS
-
KEY_DISPLAY_SUITE_IDS
public static java.lang.String KEY_DISPLAY_SUITE_IDS
-
KEY_DISPLAY_CASE_IDS
public static java.lang.String KEY_DISPLAY_CASE_IDS
-
KEY_ID_DISPLAY_FORMAT
public static java.lang.String KEY_ID_DISPLAY_FORMAT
-
DEFAULT_ID_DISPLAY_FORMAT
public static java.lang.String DEFAULT_ID_DISPLAY_FORMAT
-
displayPlanIds
public boolean displayPlanIds
-
displaySuiteIds
public boolean displaySuiteIds
-
displayCaseIds
public boolean displayCaseIds
-
idDisplayFormat
public java.lang.String idDisplayFormat
-
-
Method Detail
-
initializeFrom
public UIPreferences initializeFrom(ch.exense.commons.app.Configuration configuration)
-
-