@Deprecated @Internal public class

ProjectTypesEnabledCondition

extends AbstractWebCondition
java.lang.Object
   ↳ com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
     ↳ com.atlassian.jira.project.type.ProjectTypesEnabledCondition

This class is deprecated.
this always returns true, so there's no need to use it, since 7.0.1

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Condition that returns true when the dark feature for project types for a given user is enabled.

 *******************************
 This is in the DMZ; search for usages before removing it. ProjectConfigPlugin is one known user.
 *******************************
 

Summary

Public Constructors
ProjectTypesEnabledCondition()
Public Methods
boolean shouldDisplay(ApplicationUser user, JiraHelper jiraHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public ProjectTypesEnabledCondition ()

Public Methods

public boolean shouldDisplay (ApplicationUser user, JiraHelper jiraHelper)