Class UiSettingsStateManagerForSetupImpl
java.lang.Object
com.atlassian.jira.config.properties.UiSettingsStateManagerForSetupImpl
- All Implemented Interfaces:
UiSettingsStateManager
A minimal bean for use during setup.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invalidates the current hash.
-
Constructor Details
-
UiSettingsStateManagerForSetupImpl
public UiSettingsStateManagerForSetupImpl()
-
-
Method Details
-
getStateHash
- Specified by:
getStateHash
in interfaceUiSettingsStateManager
- Returns:
- the current hash.
-
invalidateStateHash
public void invalidateStateHash()Description copied from interface:UiSettingsStateManager
Invalidates the current hash. The next call toUiSettingsStateManager.getStateHash()
will trigger a recalculation.- Specified by:
invalidateStateHash
in interfaceUiSettingsStateManager
-