Package com.atlassian.jira.onboarding
Interface OnboardingStore
- All Known Implementing Classes:
OnboardingStoreImpl
public interface OnboardingStore
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(ApplicationUser user, String key) getString
(ApplicationUser user, String key) boolean
isSet
(ApplicationUser user, String key) void
setBoolean
(ApplicationUser user, String key, boolean value) void
setString
(ApplicationUser user, String key, String value)
-
Field Details
-
STARTED_FLOW_KEY
- See Also:
-
FIRST_USE_FLOW_RESOLVED
Set as true whenever the onboarding flow was evaluated and skipped for the current user (therefore resolved). It is semantically different from completed and can be used in the future to identify users that never saw the onboarding experience from those that effectively completed it.- See Also:
-
FIRST_USE_FLOW_COMPLETED
- See Also:
-
FIRST_USE_FLOW_CURRENT_SEQUENCE
- See Also:
-
-
Method Details
-
isSet
-
setBoolean
-
getBoolean
-
setString
-
getString
-