public class MockLicense extends Object implements com.atlassian.extras.api.jira.JiraLicense
| Constructor and Description |
|---|
MockLicense() |
public int getLicenseVersion()
getLicenseVersion in interface com.atlassian.extras.api.ProductLicensepublic String getDescription()
getDescription in interface com.atlassian.extras.api.ProductLicensepublic com.atlassian.extras.api.Product getProduct()
getProduct in interface com.atlassian.extras.api.ProductLicensepublic Iterable<com.atlassian.extras.api.Product> getProducts()
getProducts in interface com.atlassian.extras.api.ProductLicensepublic String getServerId()
getServerId in interface com.atlassian.extras.api.ProductLicensepublic com.atlassian.extras.api.Partner getPartner()
getPartner in interface com.atlassian.extras.api.ProductLicensepublic com.atlassian.extras.api.Organisation getOrganisation()
getOrganisation in interface com.atlassian.extras.api.ProductLicensepublic Collection<com.atlassian.extras.api.Contact> getContacts()
getContacts in interface com.atlassian.extras.api.ProductLicensepublic Date getCreationDate()
getCreationDate in interface com.atlassian.extras.api.ProductLicensepublic Date getPurchaseDate()
getPurchaseDate in interface com.atlassian.extras.api.ProductLicensepublic com.atlassian.extras.api.LicenseType getLicenseType()
getLicenseType in interface com.atlassian.extras.api.ProductLicensepublic String getProperty(String name)
getProperty in interface com.atlassian.extras.api.ProductLicensepublic boolean isExpired()
isExpired in interface com.atlassian.extras.api.ProductLicensepublic Date getGracePeriodEndDate()
getGracePeriodEndDate in interface com.atlassian.extras.api.ProductLicensepublic int getNumberOfDaysBeforeGracePeriodExpiry()
getNumberOfDaysBeforeGracePeriodExpiry in interface com.atlassian.extras.api.ProductLicensepublic boolean isWithinGracePeriod()
isWithinGracePeriod in interface com.atlassian.extras.api.ProductLicensepublic boolean isGracePeriodExpired()
isGracePeriodExpired in interface com.atlassian.extras.api.ProductLicensepublic Date getExpiryDate()
getExpiryDate in interface com.atlassian.extras.api.ProductLicensepublic int getNumberOfDaysBeforeExpiry()
getNumberOfDaysBeforeExpiry in interface com.atlassian.extras.api.ProductLicensepublic String getSupportEntitlementNumber()
getSupportEntitlementNumber in interface com.atlassian.extras.api.ProductLicensepublic Date getMaintenanceExpiryDate()
getMaintenanceExpiryDate in interface com.atlassian.extras.api.ProductLicensepublic int getNumberOfDaysBeforeMaintenanceExpiry()
getNumberOfDaysBeforeMaintenanceExpiry in interface com.atlassian.extras.api.ProductLicensepublic boolean isMaintenanceExpired()
isMaintenanceExpired in interface com.atlassian.extras.api.ProductLicensepublic int getMaximumNumberOfUsers()
getMaximumNumberOfUsers in interface com.atlassian.extras.api.ProductLicensepublic boolean isUnlimitedNumberOfUsers()
isUnlimitedNumberOfUsers in interface com.atlassian.extras.api.ProductLicensepublic boolean isEvaluation()
isEvaluation in interface com.atlassian.extras.api.ProductLicensepublic boolean isSubscription()
isSubscription in interface com.atlassian.extras.api.ProductLicensepublic boolean isClusteringEnabled()
isClusteringEnabled in interface com.atlassian.extras.api.ProductLicensepublic com.atlassian.extras.api.LicenseEdition getLicenseEdition()
getLicenseEdition in interface com.atlassian.extras.api.LicenseEditionAwarepublic void setLicenseType(com.atlassian.extras.api.LicenseType licenseType)
public void setExpiryDate(Date date)
public void setExpiryDate(long time)
public void setExpired(boolean isExpired)
public void setEvaluation(boolean evaluation)
public void setMaintenanceExpiryDate(long maintenanceExpiryDate)
public void setMaintenanceExpiryDate(Date maintenanceExpiryDate)
public void setMaintenanceExpired(boolean maintenanceExpired)
public void setNumberOfDaysBeforeMaintenanceExpiry(int numberOfDaysBeforeMaintenanceExpiry)
public void setLicenseVersion(int licenseVersion)
public void setNumberOfUsers(int numberOfUsers)
Copyright © 2002-2020 Atlassian. All Rights Reserved.