Interface FieldCacheRefreshService
- All Known Implementing Classes:
FieldCacheRefreshServiceImpl
public interface FieldCacheRefreshService
-
Method Summary
Modifier and TypeMethodDescriptionvoidrefreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField) When a custom field's context has changed, some JIRA caches need refreshing.voidWhen options related to a custom field have changed.
-
Method Details
-
refreshAfterChangingCustomFieldContext
void refreshAfterChangingCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField) When a custom field's context has changed, some JIRA caches need refreshing.- Parameters:
customField- the field which changed
-
refreshOptionCaches
When options related to a custom field have changed.- Throws:
IllegalStateException- when the reference to the OptionsManager we received was not a CachedOptionsManager
-