Class DefaultJiraFirstUseFlow
java.lang.Object
com.atlassian.jira.onboarding.basic.DefaultJiraFirstUseFlow
- All Implemented Interfaces:
FirstUseFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()The location (of the web action) at which the first-use flow begins.booleanisApplicable(ApplicationUser user) A hook point to allow a flow to check whether it would be appropriate to put the user through it.
-
Constructor Details
-
DefaultJiraFirstUseFlow
public DefaultJiraFirstUseFlow()
-
-
Method Details
-
isApplicable
Description copied from interface:FirstUseFlowA hook point to allow a flow to check whether it would be appropriate to put the user through it. For example, if you have a flow that only people with permission to create projects should go through, you could do that permission check here.- Specified by:
isApplicablein interfaceFirstUseFlow- Returns:
- true if the first use flow should be activated for this user.
-
getUrl
Description copied from interface:FirstUseFlowThe location (of the web action) at which the first-use flow begins. Any user that is eligible to be run through the flow will be directed to this URL upon logging in.- Specified by:
getUrlin interfaceFirstUseFlow- Returns:
- the URL of the flow's starting action.
-