Package io.jenkins.plugins.railflow
Class LicenseInfo
java.lang.Object
io.jenkins.plugins.railflow.LicenseInfo
Holds some information about the license.
- Author:
- Sergey Oplavin
-
Constructor Summary
ConstructorDescriptionLicenseInfo
(Date expirationDate, boolean isExpired, byte[] licenseKey, boolean isPerpetual, boolean isTrial, boolean isFree) -
Method Summary
-
Constructor Details
-
LicenseInfo
public LicenseInfo(Date expirationDate, boolean isExpired, byte[] licenseKey, boolean isPerpetual, boolean isTrial, boolean isFree)
-
-
Method Details
-
getExpirationDate
-
isExpired
public boolean isExpired() -
getLicenseKey
public byte[] getLicenseKey() -
isPerpetual
public boolean isPerpetual() -
isTrial
public boolean isTrial() -
isFree
public boolean isFree()
-