Interface ArchivingLicenseCheck

All Known Implementing Classes:
DefaultArchivingLicenseCheck

public interface ArchivingLicenseCheck
Check for is instance is licenced for archiving operations
Since:
v8.4
  • Method Details

    • isLicensedForIssueArchiving

      boolean isLicensedForIssueArchiving()
      Checks whether instance is licenced for issue archiving
      Returns:
      boolean
    • isLicensedForProjectArchiving

      boolean isLicensedForProjectArchiving()
      Checks whether instance is licenced for project archiving
      Returns:
      boolean
    • isLicensedForArchiving

      boolean isLicensedForArchiving()
      Checks whether instance is licenced for archiving
      Returns:
      boolean