Uses of Enum Class
com.atlassian.greenhopper.model.rapid.CardColorStrategy
Packages that use CardColorStrategy
Package
Description
-
Uses of CardColorStrategy in com.atlassian.greenhopper.model.rapid
Methods in com.atlassian.greenhopper.model.rapid that return CardColorStrategyModifier and TypeMethodDescriptionRapidView.getCardColorStrategy()CardColor.getStrategy()static CardColorStrategystatic CardColorStrategyReturns the enum constant of this class with the specified name.static CardColorStrategy[]CardColorStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.greenhopper.model.rapid with parameters of type CardColorStrategyModifier and TypeMethodDescriptionRapidView.RapidViewBuilder.cardColorStrategy(CardColorStrategy cardColorStrategy) CardColor.CardColorBuilder.strategy(CardColorStrategy strategy) -
Uses of CardColorStrategy in com.atlassian.greenhopper.service.rapid.view
Methods in com.atlassian.greenhopper.service.rapid.view that return CardColorStrategyModifier and TypeMethodDescriptionRapidViewPresetService.getDefaultCardColorStrategy(RapidViewPreset preset) -
Uses of CardColorStrategy in com.atlassian.greenhopper.service.rapid.view.color
Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type CardColorStrategyModifier and TypeMethodDescriptionCardColorQueryService.createCardColorIssueEntryCallback(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy) Get a RapidIssueEntryCallbackComponent for a given rapidView and cardColorStrategy.CardColorQueryServiceImpl.createCardColorIssueEntryCallback(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy) CardColorQueryService.getCardColorsForQuery(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues) Collect the card colors for all issues matching a given query.CardColorQueryServiceImpl.getCardColorsForQuery(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy, com.atlassian.query.Query query, int maxVisitedIssues) Collect the card colors for all issues matching a given query.CardColorService.getForStrategy(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy) Get the card colors for a view and strategyCardColorServiceImpl.getForStrategy(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy) CardColorQueryService.queryAndAttributeColorSettingsForBoard(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy) Execute a search for the given strategy to ensure all possible values have a colorCardColorQueryServiceImpl.queryAndAttributeColorSettingsForBoard(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy) booleanCardColorQueryService.supportsIssueDataCallback(CardColorStrategy strategy) Can the card color be extracted directly from the issue index.booleanCardColorQueryServiceImpl.supportsIssueDataCallback(CardColorStrategy strategy) Constructors in com.atlassian.greenhopper.service.rapid.view.color with parameters of type CardColorStrategyModifierConstructorDescriptionAbstractCardColorCallback(RapidView rapidView, CardColorManager cardColorManager, CardColorPalette cardColorPalette, CardColorStrategy strategy, String documentField, List<CardColor> colors) -
Uses of CardColorStrategy in com.atlassian.greenhopper.web.rapid.view
Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type CardColorStrategyModifier and TypeMethodDescriptionCardColorHelper.getBaseCardColorEditModel(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy cardColorStrategy) Get a base model for a given board and strategy