Uses of Class
org.artifactory.common.StatusEntryLevel
-
Packages that use StatusEntryLevel Package Description org.artifactory.common -
-
Uses of StatusEntryLevel in org.artifactory.common
Methods in org.artifactory.common that return StatusEntryLevel Modifier and Type Method Description StatusEntryLevelStatusEntry. getLevel()static StatusEntryLevelStatusEntryLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatusEntryLevel[]StatusEntryLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.artifactory.common with parameters of type StatusEntryLevel Constructor Description StatusEntry(int statusCode, StatusEntryLevel level, java.lang.String message, java.lang.Throwable exception)
-