Uses of Enum Class
com.almworks.jira.structure.api.extension.license.StructureLicenseError
Packages that use StructureLicenseError
-
Uses of StructureLicenseError in com.almworks.jira.structure.api.extension.license
Methods in com.almworks.jira.structure.api.extension.license that return StructureLicenseErrorModifier and TypeMethodDescriptionLicenseException.getError()LicenseData.Disabled.getLicenseError()LicenseData.getLicenseError()static StructureLicenseErrorReturns the enum constant of this class with the specified name.static StructureLicenseError[]StructureLicenseError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.almworks.jira.structure.api.extension.license with parameters of type StructureLicenseErrorModifierConstructorDescriptionDisabled(StructureLicenseError error) LicenseException(StructureLicenseError error, Throwable cause)