Class IsTerminologyChangedCondition
java.lang.Object
com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
com.atlassian.jira.plugin.webfragment.conditions.IsTerminologyChangedCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
Used to display help menu dropdown item about terminology changes only when terminology changed
- Since:
- v8.16
-
Constructor Summary
ConstructorsConstructorDescriptionIsTerminologyChangedCondition(TerminologyEntryReader terminologyEntryReader) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldDisplay(ApplicationUser user, JiraHelper jiraHelper) Methods inherited from class com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
getApplicationUser, init, shouldDisplay
-
Constructor Details
-
IsTerminologyChangedCondition
-
-
Method Details
-
shouldDisplay
- Specified by:
shouldDisplayin classAbstractWebCondition
-