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 LicenseDetailsImpl
getLicenseDetails()
void
newLicense()
Resetting current license details to the actual state.void
onLicenseUpdatedEvent(LicenseUpdatedEvent event)
-
-
-
Method Detail
-
getLicenseDetails
public LicenseDetailsImpl getLicenseDetails()
- Specified by:
getLicenseDetails
in interfaceLicenseDetailsAccessor
- Returns:
- License details of current instance.
-
newLicense
public void newLicense()
Description copied from interface:LicenseDetailsAccessor
Resetting current license details to the actual state.- Specified by:
newLicense
in interfaceLicenseDetailsAccessor
-
onLicenseUpdatedEvent
@EventListener public void onLicenseUpdatedEvent(LicenseUpdatedEvent event)
-
-