Uses of Enum Class
com.atlassian.greenhopper.model.rapid.CardColorStrategy
Packages that use CardColorStrategy
Package
Description
-
Uses of CardColorStrategy in com.atlassian.greenhopper.manager.color
Methods in com.atlassian.greenhopper.manager.color with parameters of type CardColorStrategyModifier and TypeMethodDescriptionCardColorManager.getAllForStrategy(RapidView rapidView, CardColorStrategy cardColorStrategy) Returns an immutable list of all card colors for a given strategy.CardColorManagerImpl.getAllForStrategy(RapidView rapidView, CardColorStrategy cardColorStrategy) -
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 TypeMethodDescriptionbooleanCardColorQueryService.canBeExtractedFromIndexField(CardColorStrategy strategy) Can the card color be extracted directly from the issue index.booleanCardColorQueryServiceImpl.canBeExtractedFromIndexField(CardColorStrategy strategy) 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) CardColorService.getOrCreateCardColor(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy, String forValue) Get the card color for a view, strategy and value.CardColorServiceImpl.getOrCreateCardColor(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, CardColorStrategy strategy, String fieldValue) 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) -
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