Class LicenseDetailsAccessorImpl
java.lang.Object
com.atlassian.bamboo.agent.license.LicenseDetailsAccessorImpl
- All Implemented Interfaces:
LicenseDetailsAccessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Resetting current license details to the actual state.void
-
Constructor Details
-
LicenseDetailsAccessorImpl
public LicenseDetailsAccessorImpl()
-
-
Method Details
-
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
-