Uses of Enum Class
com.atlassian.bitbucket.server.ApplicationMode
Packages that use ApplicationMode
-
Uses of ApplicationMode in com.atlassian.bitbucket.server
Methods in com.atlassian.bitbucket.server that return ApplicationModeModifier 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.Methods in com.atlassian.bitbucket.server that return types with arguments of type ApplicationModeModifier and TypeMethodDescriptionstatic Optional<ApplicationMode>
Coerces a string to anApplicationMode
or returns the supplied default value if this is not possible