public interface LicensingPolicy
Modifier and Type | Method and Description |
---|---|
int |
getMaxNumberOfAuthorizedAgents()
Returns maximum number of authorized agents or -1 if there is no limit
|
int |
getMaxNumberOfBuildTypes()
Returns maximum number of build configurations supported by the current licensing policy.
|
boolean |
isEAPEvaluationMode() |
boolean |
isEnterpriseMode()
Returns true if server is working in the enterprise mode.
|
boolean |
isEvaluationMode() |
boolean |
isOpenSourceMode() |
boolean isEnterpriseMode()
boolean isEvaluationMode()
boolean isEAPEvaluationMode()
boolean isOpenSourceMode()
int getMaxNumberOfBuildTypes()
int getMaxNumberOfAuthorizedAgents()