public interface BundlePluginService
Modifier and Type | Method and Description |
---|---|
List<SetupBundlePluginDescriptor> |
getSetupBundles() |
void |
installLicense(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo) |
InstallPluginResult |
installPlugin(SetupBundlePluginDescriptor bundledPlugin,
String baseUrl,
String authenticationInfo,
boolean isRemote) |
void installLicense(SetupBundlePluginDescriptor bundledPlugin, String baseUrl, String authenticationInfo) throws IOException
IOException
InstallPluginResult installPlugin(SetupBundlePluginDescriptor bundledPlugin, String baseUrl, String authenticationInfo, boolean isRemote) throws IOException, ExecutionException, InterruptedException
List<SetupBundlePluginDescriptor> getSetupBundles() throws IOException
IOException
Copyright © 2003–2018 Atlassian. All rights reserved.