com.atlassian.bamboo.plugin.loaders
Interface BundledPluginsAccessor

All Known Implementing Classes:
RemoteAgentBundledPluginsAccessor, ServerBundledPluginsAccessor

public interface BundledPluginsAccessor

Accessor for the atlassian-bundled-plugins.zip.

Since:
3.3

Method Summary
 java.net.URL getUrlToBundledPlugins()
          Provide URL to the file containing bundled plugins.
 

Method Detail

getUrlToBundledPlugins

java.net.URL getUrlToBundledPlugins()
                                    throws java.net.MalformedURLException
Provide URL to the file containing bundled plugins.

Returns:
URL to bundled plugis file
Throws:
java.net.MalformedURLException - if URL construction fails


Copyright © 2011 Atlassian. All Rights Reserved.