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