public class DefaultBundlePluginService extends Object implements BundlePluginService
Constructor and Description |
---|
DefaultBundlePluginService() |
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 |
setUpmClient(UpmClient upmClient) |
public List<SetupBundlePluginDescriptor> getSetupBundles() throws IOException
getSetupBundles
in interface BundlePluginService
IOException
public void installLicense(SetupBundlePluginDescriptor bundledPlugin, String baseUrl, String authenticationInfo) throws IOException
installLicense
in interface BundlePluginService
IOException
public InstallPluginResult installPlugin(SetupBundlePluginDescriptor bundledPlugin, String baseUrl, String authenticationInfo, boolean isRemote) throws IOException, ExecutionException, InterruptedException
installPlugin
in interface BundlePluginService
IOException
ExecutionException
InterruptedException
public void setUpmClient(UpmClient upmClient)
Copyright © 2003–2018 Atlassian. All rights reserved.