com.atlassian.bamboo.license
Class BambooLicenseManager

java.lang.Object
  extended by com.atlassian.bamboo.license.BambooLicenseManager

public class BambooLicenseManager
extends java.lang.Object


Field Summary
static java.lang.String BAMBOO_LICENSE_KEY
           
static java.lang.String BAMBOO_LICENSE_REG_LOCATION
           
 
Constructor Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAMBOO_LICENSE_KEY

public static final java.lang.String BAMBOO_LICENSE_KEY
See Also:
Constant Field Values

BAMBOO_LICENSE_REG_LOCATION

public static final java.lang.String BAMBOO_LICENSE_REG_LOCATION
See Also:
Constant Field Values
Constructor Detail

BambooLicenseManager

public BambooLicenseManager()
Method Detail

getLicense

public com.atlassian.license.License getLicense()

setLicense

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

authenticateLicense

public boolean authenticateLicense(java.lang.String license)

isLicenseValid

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

getLicenseRegistry

public com.atlassian.license.LicenseRegistry getLicenseRegistry()

getAllowedNumberOfRemoteAgents

public int getAllowedNumberOfRemoteAgents()

getAllowedNumberOfRemoteAgents

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

getAllowedNumberOfLocalAgents

public int getAllowedNumberOfLocalAgents()

getAllowedNumberOfLocalAgents

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

isBasicEdition

public boolean isBasicEdition()

isBasicEdition

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

isStandardEdition

public boolean isStandardEdition()

isStandardEdition

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

isProfessionalEdition

public boolean isProfessionalEdition()

isProfessionalEdition

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

isEnterpriseEdition

public boolean isEnterpriseEdition()

isEnterpriseEdition

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

isMissing

public boolean isMissing()

isExpired

public boolean isExpired()

isEvaluation

public boolean isEvaluation()

isAcademic

public boolean isAcademic()

isDemonstration

public boolean isDemonstration()

isDeveloper

public boolean isDeveloper()

isCommunity

public boolean isCommunity()

isOpenSource

public boolean isOpenSource()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.