Modifier and Type | Method and Description |
---|---|
static Map<String,SetupBundlePluginDescriptor> |
SetupUtil.getSelectedBundlePlugins(BootstrapManager bootstrapManager)
Read SETUP_SELECTED_BUNDLE_PLUGINS from bootstrap manager (as json string) then deserialize it to Map
|
Modifier and Type | Method and Description |
---|---|
static void |
SetupUtil.saveSelectedBundlePlugins(BootstrapManager bootstrapManager,
Map<String,SetupBundlePluginDescriptor> bundlePlugins)
Add bundlePlugins to bootstrapManager.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,SetupBundlePluginDescriptor> |
AbstractLicenseAction.evaluateLicenseString(javax.servlet.http.HttpServletRequest request) |
Collection<SetupBundlePluginDescriptor> |
AbstractSetupAction.getBundledPlugins() |
Collection<SetupBundlePluginDescriptor> |
AbstractLicenseAction.getSelectedPlugins() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLicenseAction.storeLicenses(Map<String,SetupBundlePluginDescriptor> selectedPluginsMap) |
protected void |
AbstractLicenseAction.validateLicenses(Map<String,SetupBundlePluginDescriptor> selectedPlugins) |
Modifier and Type | Method and Description |
---|---|
List<SetupBundlePluginDescriptor> |
BundlePluginService.getSetupBundles() |
List<SetupBundlePluginDescriptor> |
DefaultBundlePluginService.getSetupBundles() |
Modifier and Type | Method and Description |
---|---|
void |
BundlePluginService.installLicense(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo) |
void |
DefaultBundlePluginService.installLicense(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo) |
InstallPluginResult |
BundlePluginService.installPlugin(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo,
boolean isRemote) |
InstallPluginResult |
DefaultBundlePluginService.installPlugin(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo,
boolean isRemote) |
Constructor and Description |
---|
InstallPluginLongRunningTask(String baseUrl,
String authenticationInfo,
Collection<SetupBundlePluginDescriptor> bundlePlugins,
BundlePluginService bundlePluginService) |
Modifier and Type | Method and Description |
---|---|
void |
UpmClient.installLicense(SetupBundlePluginDescriptor bundledPlugin) |
Copyright © 2003–2017 Atlassian. All rights reserved.