public class

LicenseJohnsonEventRaiserImpl

extends Object
implements LicenseJohnsonEventRaiser
java.lang.Object
   ↳ com.atlassian.jira.license.LicenseJohnsonEventRaiserImpl

Class Overview

An implementation of LicenseJohnsonEventRaiser

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.license.LicenseJohnsonEventRaiser
Public Constructors
LicenseJohnsonEventRaiserImpl(BuildUtilsInfo buildUtilsInfo)
Public Methods
boolean checkLicenseIsTooOldForBuild(ServletContext servletContext, LicenseDetails licenseDetails)
Checks whether the license is too old for this JIRA instance, and raise a Johnson LICENSE_TOO_OLD event if it is the case.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.license.LicenseJohnsonEventRaiser

Public Constructors

public LicenseJohnsonEventRaiserImpl (BuildUtilsInfo buildUtilsInfo)

Public Methods

public boolean checkLicenseIsTooOldForBuild (ServletContext servletContext, LicenseDetails licenseDetails)

Checks whether the license is too old for this JIRA instance, and raise a Johnson LICENSE_TOO_OLD event if it is the case.

Parameters
servletContext the current servlet context
licenseDetails the current license details
Returns
  • true if the license is too old and the Johnson event has been raised.