com.atlassian.jira.plugin.webfragment.conditions
Class WatchingEnabledCondition

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
      extended by com.atlassian.jira.plugin.webfragment.conditions.WatchingEnabledCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class WatchingEnabledCondition
extends AbstractJiraCondition

Returns true if watching is enabled.

Since:
v3.12

Constructor Summary
WatchingEnabledCondition(ApplicationProperties applicationProperties)
           
 
Method Summary
 boolean shouldDisplay(com.atlassian.crowd.embedded.api.User user, JiraHelper jiraHelper)
           
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchingEnabledCondition

public WatchingEnabledCondition(ApplicationProperties applicationProperties)
Method Detail

shouldDisplay

public boolean shouldDisplay(com.atlassian.crowd.embedded.api.User user,
                             JiraHelper jiraHelper)
Specified by:
shouldDisplay in class AbstractJiraCondition


Copyright © 2002-2012 Atlassian. All Rights Reserved.