public final class SetupUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SETUP_SELECTED_BUNDLE_PLUGINS |
Constructor and Description |
---|
SetupUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getResultTypeForSetupAction() |
static Map<String,SetupBundlePluginDescriptor> |
getSelectedBundlePlugins(BootstrapManager bootstrapManager)
Read SETUP_SELECTED_BUNDLE_PLUGINS from bootstrap manager (as json string) then deserialize it to Map
|
static void |
saveSelectedBundlePlugins(BootstrapManager bootstrapManager,
Map<String,SetupBundlePluginDescriptor> bundlePlugins)
Add bundlePlugins to bootstrapManager.
|
public static final String SETUP_SELECTED_BUNDLE_PLUGINS
public static String getResultTypeForSetupAction()
public static Map<String,SetupBundlePluginDescriptor> getSelectedBundlePlugins(BootstrapManager bootstrapManager)
bootstrapManager
- bootstrapManagerpublic static void saveSelectedBundlePlugins(BootstrapManager bootstrapManager, Map<String,SetupBundlePluginDescriptor> bundlePlugins)
bootstrapManager
- bootstrapManagerbundlePlugins
- bundlePluginsCopyright © 2003–2021 Atlassian. All rights reserved.