Class LicenseDetailsImpl
java.lang.Object
com.atlassian.bamboo.agent.license.LicenseDetailsImpl
- All Implemented Interfaces:
LicenseDetails
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LicenseDetailsImpl
public LicenseDetailsImpl(boolean isDataCenter)
-
-
Method Details
-
isDataCenter
public boolean isDataCenter()- Specified by:
isDataCenter
in interfaceLicenseDetails
- Returns:
- true if instance is data center, false otherwise.
-