public interface FieldCacheRefreshService
| Modifier and Type | Method and Description |
|---|---|
void |
refreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField)
When a custom field's context has changed, some JIRA caches need refreshing.
|
void |
refreshOptionCaches()
When options related to a custom field have changed.
|
void refreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField)
customField - the field which changedvoid refreshOptionCaches()
throws IllegalStateException
IllegalStateException - when the reference to the OptionsManager we received was not a CachedOptionsManagerCopyright © 2007–2025 Atlassian. All rights reserved.