Interface RawProductLicense


public interface RawProductLicense
A raw product license, the product license detail in a string format.
Since:
4.2
  • Method Details

    • getProductKey

      @Nonnull Optional<String> getProductKey()
      Returns:
      The product to add this license to e.g."jira-software", "jira-servicedesk", "jira-core"
    • getLicense

      @Nonnull Optional<String> getLicense()
      Returns:
      The license string
    • isDeleteLicense

      boolean isDeleteLicense()
      Returns:
      The flag to specify that this license will be deleted.