Class DcLicenseInfoProvider

java.lang.Object
com.atlassian.jira.config.DcLicenseInfoProvider
All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider, Supplier<com.atlassian.json.marshal.Jsonable>

@Deprecated public class DcLicenseInfoProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Deprecated.
since 9.13 as it always returns true for isDC and there's nothing else in this module
Since:
9.9
  • Constructor Details

    • DcLicenseInfoProvider

      public DcLicenseInfoProvider()
      Deprecated.
  • Method Details

    • get

      public com.atlassian.json.marshal.Jsonable get()
      Deprecated.
      Specified by:
      get in interface Supplier<com.atlassian.json.marshal.Jsonable>