Class LicenseDetailsAccessorImpl
- java.lang.Object
-
- com.atlassian.bamboo.agent.license.LicenseDetailsAccessorImpl
-
- All Implemented Interfaces:
LicenseDetailsAccessor
public class LicenseDetailsAccessorImpl extends Object implements LicenseDetailsAccessor
-
-
Constructor Summary
Constructors Constructor Description LicenseDetailsAccessorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseDetailsImplgetLicenseDetails()voidnewLicense()Resetting current license details to the actual state.voidonLicenseUpdatedEvent(LicenseUpdatedEvent event)
-
-
-
Method Detail
-
getLicenseDetails
public LicenseDetailsImpl getLicenseDetails()
- Specified by:
getLicenseDetailsin interfaceLicenseDetailsAccessor- Returns:
- License details of current instance.
-
newLicense
public void newLicense()
Description copied from interface:LicenseDetailsAccessorResetting current license details to the actual state.- Specified by:
newLicensein interfaceLicenseDetailsAccessor
-
onLicenseUpdatedEvent
@EventListener public void onLicenseUpdatedEvent(LicenseUpdatedEvent event)
-
-