| Package | Description |
|---|---|
| com.atlassian.plugin |
| Modifier and Type | Method and Description |
|---|---|
InstallationMode |
Plugin.getInstallationMode()
Gets the installation mode
|
InstallationMode |
DummyPlugin.getInstallationMode() |
static InstallationMode |
InstallationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallationMode[] |
InstallationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<InstallationMode> |
PluginPermission.getInstallationMode()
The installation mode for that permission.
|
static com.atlassian.fugue.Option<InstallationMode> |
InstallationMode.of(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Plugin |
Permissions.addPermission(Plugin plugin,
String permission,
InstallationMode mode) |
| Constructor and Description |
|---|
PluginPermission(String name,
InstallationMode installationMode) |
| Constructor and Description |
|---|
PluginPermission(String name,
com.atlassian.fugue.Option<InstallationMode> installationMode) |
Copyright © 2018 Atlassian. All rights reserved.