Class NotVersionContextCondition
java.lang.Object
com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
com.atlassian.jira.plugin.webfragment.conditions.NotVersionContextCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
This condition specifies that the item should only be displayed if the supplied
JiraHelper is not of type VersionHelper
i.e. we are not in a Version context.- Since:
- v4.0
-
Constructor Summary
Constructors -
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
-
NotVersionContextCondition
public NotVersionContextCondition()
-
-
Method Details
-
shouldDisplay
- Specified by:
shouldDisplayin classAbstractWebCondition
-