Class LicenseDetailsImpl
- java.lang.Object
-
- com.atlassian.bamboo.agent.license.LicenseDetailsImpl
-
- All Implemented Interfaces:
LicenseDetails
public class LicenseDetailsImpl extends Object implements LicenseDetails
-
-
Constructor Summary
Constructors Constructor Description LicenseDetailsImpl(boolean isDataCenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDataCenter()
-
-
-
Method Detail
-
isDataCenter
public boolean isDataCenter()
- Specified by:
isDataCenter
in interfaceLicenseDetails
- Returns:
- true if instance is data center, false otherwise.
-
-