Class CustomEnvironmentConfigPluginManagerImpl
- java.lang.Object
-
- com.atlassian.bamboo.deployments.configuration.CustomEnvironmentConfigPluginManagerImpl
-
- All Implemented Interfaces:
CustomEnvironmentConfigPluginManager
public class CustomEnvironmentConfigPluginManagerImpl extends Object implements CustomEnvironmentConfigPluginManager
-
-
Constructor Summary
Constructors Constructor Description CustomEnvironmentConfigPluginManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable CustomEnvironmentConfigPluginModuleDescriptorgetCustomEnvironmentConfigPlugin(@NotNull String completeModuleKey)@NotNull List<CustomEnvironmentConfigPluginModuleDescriptor>getCustomEnvironmentConfigPlugins()booleanisAnyPluginPresent()
-
-
-
Method Detail
-
getCustomEnvironmentConfigPlugins
@NotNull public @NotNull List<CustomEnvironmentConfigPluginModuleDescriptor> getCustomEnvironmentConfigPlugins()
- Specified by:
getCustomEnvironmentConfigPluginsin interfaceCustomEnvironmentConfigPluginManager- Returns:
- List of
CustomEnvironmentConfigPluginModuleDescriptor, whichCustomEnvironmentConfigPluginmodules are not null
-
getCustomEnvironmentConfigPlugin
@Nullable public @Nullable CustomEnvironmentConfigPluginModuleDescriptor getCustomEnvironmentConfigPlugin(@NotNull @NotNull String completeModuleKey)
- Specified by:
getCustomEnvironmentConfigPluginin interfaceCustomEnvironmentConfigPluginManager
-
isAnyPluginPresent
public boolean isAnyPluginPresent()
- Specified by:
isAnyPluginPresentin interfaceCustomEnvironmentConfigPluginManager- Returns:
- true if any plugin of
CustomEnvironmentConfigPlugintype is installed and enabled
-
-