com.atlassian.jira.plugin.webfragment.conditions
Class AbstractJiraLicenseCondition
java.lang.Object
com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraLicenseCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.Condition
- Direct Known Subclasses:
- EnterpriseJiraLicenseCondition, ProfessionalOrEnterpriseJiraLicenseCondition
- public abstract class AbstractJiraLicenseCondition
- extends AbstractJiraCondition
Convenient abstraction to initialise conditions that checks if the jira license is of a specific level
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROFESSIONAL_LEVEL
protected static Collection PROFESSIONAL_LEVEL
ENTERPRISE_LEVEL
protected static Collection ENTERPRISE_LEVEL
AbstractJiraLicenseCondition
public AbstractJiraLicenseCondition()
shouldDisplay
public boolean shouldDisplay(User user,
JiraHelper jiraHelper)
- Specified by:
shouldDisplay
in class AbstractJiraCondition
getLicenseLevel
abstract Collection getLicenseLevel()
Copyright © 2002-2007 Atlassian. All Rights Reserved.