JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.almworks.jira.structure.api.extension.license
Interface AppSupportInfo
@Internal
public interface
AppSupportInfo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
LicenseData
getLicense
()
String
getProductKey
()
String
getProductVersion
()
Integer
getUserCount
()
Method Details
getLicense
@NotNull
LicenseData
getLicense
()
getUserCount
@Nullable
Integer
getUserCount
()
getProductVersion
@Nullable
String
getProductVersion
()
getProductKey
@NotNull
String
getProductKey
()