Class GlobalAdminConditionEvaluator

java.lang.Object
com.atlassian.greenhopper.web.admin.GlobalAdminConditionEvaluator

@Service public class GlobalAdminConditionEvaluator extends Object
This condition is essentially the valid license check without the license seat count exceeded check. We don't want to block admin features when license seat count is exceeded because in general this is a temporary situation that in most cases will be rectified very quickly.
  • Constructor Details

    • GlobalAdminConditionEvaluator

      @Autowired public GlobalAdminConditionEvaluator(SoftwareAuthorizationService softwareAuthorizationService)
  • Method Details

    • evaluate

      public boolean evaluate()