@Component public class EditWorkflowDiscoverHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EDIT_WORKFLOW_DISCOVER_DIALOG_SHOWN_USER_PROPERTY |
static String |
MARK_SEEN |
static String |
PROJECT_CONFIG_ADMINISTRATION_DISCOVERY_HELP_URL |
static String |
PROJECT_CONFIG_SCREENS_DISCOVERY_HELP_URL |
static String |
PROJECT_CONFIG_WORKFLOWS_DISCOVERY_HELP_URL |
Constructor and Description |
---|
EditWorkflowDiscoverHelper(HelpUrls helpUrls,
UserPreferencesManager userPreferencesManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
HelpUrl |
getAdministrationHelpUrl() |
HelpUrl |
getScreensHelpUrl() |
HelpUrl |
getWorkflowsHelpUrl() |
boolean |
shouldShowEditWorkflowDiscover(ApplicationUser user) |
public static final String EDIT_WORKFLOW_DISCOVER_DIALOG_SHOWN_USER_PROPERTY
public static final String MARK_SEEN
public static final String PROJECT_CONFIG_WORKFLOWS_DISCOVERY_HELP_URL
public static final String PROJECT_CONFIG_ADMINISTRATION_DISCOVERY_HELP_URL
public static final String PROJECT_CONFIG_SCREENS_DISCOVERY_HELP_URL
@Autowired public EditWorkflowDiscoverHelper(HelpUrls helpUrls, UserPreferencesManager userPreferencesManager, com.atlassian.event.api.EventPublisher eventPublisher)
public boolean shouldShowEditWorkflowDiscover(ApplicationUser user)
public HelpUrl getWorkflowsHelpUrl()
public HelpUrl getScreensHelpUrl()
public HelpUrl getAdministrationHelpUrl()
Copyright © 2002-2022 Atlassian. All Rights Reserved.