Class ServerBundledPluginsAccessor
java.lang.Object
com.atlassian.bamboo.plugin.loaders.ServerBundledPluginsAccessor
- All Implemented Interfaces:
BundledPluginsAccessor
-
Constructor Summary
ConstructorDescriptionServerBundledPluginsAccessor
(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory) -
Method Summary
Modifier and TypeMethodDescription@NotNull File
Provide URL to the file containing bundled plugins.
-
Constructor Details
-
ServerBundledPluginsAccessor
public ServerBundledPluginsAccessor(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
-
-
Method Details
-
getBundledPluginsLocation
Description copied from interface:BundledPluginsAccessor
Provide URL to the file containing bundled plugins.- Specified by:
getBundledPluginsLocation
in interfaceBundledPluginsAccessor
- Returns:
- URL to bundled plugis file
-