com.atlassian.bamboo.license
Interface BambooLicenseManager

All Known Implementing Classes:
BambooLicenseManagerImpl

public interface BambooLicenseManager


Method Summary
 boolean authenticateLicense(java.lang.String license)
           
 int getAllowedNumberOfLocalAgents()
           
 int getAllowedNumberOfLocalAgents(com.atlassian.license.LicenseType type)
           
 int getAllowedNumberOfRemoteAgents()
           
 int getAllowedNumberOfRemoteAgents(com.atlassian.license.LicenseType type)
           
 com.atlassian.license.License getLicense()
           
 com.atlassian.license.LicenseRegistry getLicenseRegistry()
           
 boolean isAcademic()
           
 boolean isBasicEdition()
           
 boolean isBasicEdition(com.atlassian.license.LicenseType type)
           
 boolean isCommunity()
           
 boolean isDemonstration()
           
 boolean isDeveloper()
           
 boolean isEnterpriseEdition()
           
 boolean isEnterpriseEdition(com.atlassian.license.LicenseType type)
           
 boolean isEvaluation()
           
 boolean isExpired()
           
 boolean isLicenseValid(com.atlassian.license.License license)
           
 boolean isMissing()
           
 boolean isOpenSource()
           
 boolean isProfessionalEdition()
           
 boolean isProfessionalEdition(com.atlassian.license.LicenseType type)
           
 boolean isStandardEdition()
           
 boolean isStandardEdition(com.atlassian.license.LicenseType type)
           
 com.atlassian.license.License setLicense(java.lang.String license)
           
 

Method Detail

getLicense

com.atlassian.license.License getLicense()

setLicense

com.atlassian.license.License setLicense(java.lang.String license)

authenticateLicense

boolean authenticateLicense(java.lang.String license)

isLicenseValid

boolean isLicenseValid(com.atlassian.license.License license)

getLicenseRegistry

com.atlassian.license.LicenseRegistry getLicenseRegistry()

getAllowedNumberOfRemoteAgents

int getAllowedNumberOfRemoteAgents()

getAllowedNumberOfRemoteAgents

int getAllowedNumberOfRemoteAgents(com.atlassian.license.LicenseType type)

getAllowedNumberOfLocalAgents

int getAllowedNumberOfLocalAgents()

getAllowedNumberOfLocalAgents

int getAllowedNumberOfLocalAgents(com.atlassian.license.LicenseType type)

isBasicEdition

boolean isBasicEdition()

isBasicEdition

boolean isBasicEdition(com.atlassian.license.LicenseType type)

isStandardEdition

boolean isStandardEdition()

isStandardEdition

boolean isStandardEdition(com.atlassian.license.LicenseType type)

isProfessionalEdition

boolean isProfessionalEdition()

isProfessionalEdition

boolean isProfessionalEdition(com.atlassian.license.LicenseType type)

isEnterpriseEdition

boolean isEnterpriseEdition()

isEnterpriseEdition

boolean isEnterpriseEdition(com.atlassian.license.LicenseType type)

isMissing

boolean isMissing()

isExpired

boolean isExpired()

isEvaluation

boolean isEvaluation()

isAcademic

boolean isAcademic()

isDemonstration

boolean isDemonstration()

isDeveloper

boolean isDeveloper()

isCommunity

boolean isCommunity()

isOpenSource

boolean isOpenSource()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.