Uses of Enum
com.atlassian.sal.api.validate.LicenseWarningCode
Packages that use LicenseWarningCode
-
Uses of LicenseWarningCode in com.atlassian.sal.api.validate
Methods in com.atlassian.sal.api.validate that return LicenseWarningCodeModifier and TypeMethodDescriptionLicenseValidationWarning.getLicenseWarningCode()static LicenseWarningCodeReturns the enum constant of this type with the specified name.static LicenseWarningCode[]LicenseWarningCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.sal.api.validate with parameters of type LicenseWarningCodeModifierConstructorDescriptionLicenseValidationWarning(LicenseWarningCode licenseWarningCode, String warningMessage)