Uses of Enum Class
com.atlassian.plugin.InstallationMode
Packages that use InstallationMode
-
Uses of InstallationMode in com.atlassian.plugin
Methods in com.atlassian.plugin that return InstallationModeModifier and TypeMethodDescriptionDummyPlugin.getInstallationMode()Plugin.getInstallationMode()Gets the installation modestatic InstallationModeReturns the enum constant of this class with the specified name.static InstallationMode[]InstallationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.plugin that return types with arguments of type InstallationModeModifier and TypeMethodDescriptionPluginPermission.getInstallationMode()The installation mode for that permission.static Optional<InstallationMode>Methods in com.atlassian.plugin with parameters of type InstallationModeModifier and TypeMethodDescriptionstatic PluginPermissions.addPermission(Plugin plugin, String permission, InstallationMode mode) Constructors in com.atlassian.plugin with parameters of type InstallationMode