Uses of Enum Class
com.atlassian.bitbucket.server.ApplicationMode
-
Uses of ApplicationMode in com.atlassian.bitbucket.server
Modifier and TypeMethodDescriptionApplicationModeSupplier.getMode()
ApplicationPropertiesService.getMode()
static ApplicationMode
Returns the enum constant of this class with the specified name.static ApplicationMode[]
ApplicationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<ApplicationMode>
Coerces a string to anApplicationMode
or returns the supplied default value if this is not possible