| Package | Description |
|---|---|
| com.atlassian.jira.bc.whitelist |
| Modifier and Type | Method and Description |
|---|---|
WhitelistService.WhitelistUpdateValidationResult |
DefaultWhitelistService.validateUpdateRules(JiraServiceContext context,
List<String> rules,
boolean disabled) |
WhitelistService.WhitelistUpdateValidationResult |
WhitelistService.validateUpdateRules(JiraServiceContext context,
List<String> rules,
boolean disabled)
Deprecated.
Replaced by
WhitelistService.add(com.atlassian.plugins.whitelist.WhitelistRule),
WhitelistService.remove(int),
WhitelistService.disableWhitelist() and
WhitelistService.enableWhitelist(). Since v6.1. |
| Modifier and Type | Method and Description |
|---|---|
WhitelistService.WhitelistResult |
DefaultWhitelistService.updateRules(WhitelistService.WhitelistUpdateValidationResult result) |
WhitelistService.WhitelistResult |
WhitelistService.updateRules(WhitelistService.WhitelistUpdateValidationResult result)
Deprecated.
Replaced by
WhitelistService.add(com.atlassian.plugins.whitelist.WhitelistRule),
WhitelistService.remove(int),
WhitelistService.disableWhitelist() and
WhitelistService.enableWhitelist(). Since v6.1. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.