Class ServerBundledPluginsAccessor
- java.lang.Object
-
- com.atlassian.bamboo.plugin.loaders.ServerBundledPluginsAccessor
-
- All Implemented Interfaces:
BundledPluginsAccessor
public class ServerBundledPluginsAccessor extends Object implements BundledPluginsAccessor
-
-
Constructor Summary
Constructors Constructor Description ServerBundledPluginsAccessor(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull File
getBundledPluginsLocation()
Provide URL to the file containing bundled plugins.
-
-
-
Method Detail
-
getBundledPluginsLocation
@NotNull public @NotNull File 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
-
-