Package com.atlassian.sal.bamboo.license
Class BambooMultiProductLicenseDetailsView
java.lang.Object
com.atlassian.sal.bamboo.license.BambooMultiProductLicenseDetailsView
- All Implemented Interfaces:
com.atlassian.sal.api.license.BaseLicenseDetails
,com.atlassian.sal.api.license.MultiProductLicenseDetails
public class BambooMultiProductLicenseDetailsView
extends Object
implements com.atlassian.sal.api.license.MultiProductLicenseDetails
-
Constructor Summary
ConstructorDescriptionBambooMultiProductLicenseDetailsView
(com.atlassian.sal.bamboo.license.BambooSingleProductLicenseDetailsView bambooLicense) -
Method Summary
Modifier and TypeMethodDescription@NotNull Set<com.atlassian.sal.api.license.ProductLicense>
@Nullable Date
@NotNull String
@Nullable Date
@Nullable com.atlassian.sal.api.license.ProductLicense
getProductLicense
(@NotNull String s) @NotNull Set<com.atlassian.sal.api.license.ProductLicense>
@Nullable String
getProperty
(@NotNull String s) @Nullable String
boolean
boolean
boolean
boolean
-
Constructor Details
-
BambooMultiProductLicenseDetailsView
public BambooMultiProductLicenseDetailsView(com.atlassian.sal.bamboo.license.BambooSingleProductLicenseDetailsView bambooLicense)
-
-
Method Details
-
getProductLicenses
- Specified by:
getProductLicenses
in interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
getEmbeddedLicenses
- Specified by:
getEmbeddedLicenses
in interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
getProductLicense
@Nullable public @Nullable com.atlassian.sal.api.license.ProductLicense getProductLicense(@NotNull @NotNull String s) - Specified by:
getProductLicense
in interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
isEvaluationLicense
public boolean isEvaluationLicense()- Specified by:
isEvaluationLicense
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getLicenseTypeName
- Specified by:
getLicenseTypeName
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getOrganisationName
- Specified by:
getOrganisationName
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getSupportEntitlementNumber
- Specified by:
getSupportEntitlementNumber
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getDescription
- Specified by:
getDescription
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getServerId
- Specified by:
getServerId
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
isPerpetualLicense
public boolean isPerpetualLicense()- Specified by:
isPerpetualLicense
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getLicenseExpiryDate
- Specified by:
getLicenseExpiryDate
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getMaintenanceExpiryDate
- Specified by:
getMaintenanceExpiryDate
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
isDataCenter
public boolean isDataCenter()- Specified by:
isDataCenter
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
isEnterpriseLicensingAgreement
public boolean isEnterpriseLicensingAgreement()- Specified by:
isEnterpriseLicensingAgreement
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-
getProperty
- Specified by:
getProperty
in interfacecom.atlassian.sal.api.license.BaseLicenseDetails
-