Class LicenseErrorToStatusMapper

java.lang.Object
com.codebarrel.jira.plugin.automation.service.LicenseErrorToStatusMapper
All Implemented Interfaces:
Function<com.atlassian.upm.api.license.entity.LicenseError,LicenseStatus>

public class LicenseErrorToStatusMapper extends Object implements Function<com.atlassian.upm.api.license.entity.LicenseError,LicenseStatus>
  • Constructor Details

    • LicenseErrorToStatusMapper

      public LicenseErrorToStatusMapper()
  • Method Details

    • apply

      public LicenseStatus apply(com.atlassian.upm.api.license.entity.LicenseError licenseError)
      Specified by:
      apply in interface Function<com.atlassian.upm.api.license.entity.LicenseError,LicenseStatus>