public class CustomEnvironmentConfigPluginManagerImpl extends Object implements CustomEnvironmentConfigPluginManager
Constructor and Description |
---|
CustomEnvironmentConfigPluginManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
@Nullable CustomEnvironmentConfigPluginModuleDescriptor |
getCustomEnvironmentConfigPlugin(@NotNull String completeModuleKey) |
@NotNull List<CustomEnvironmentConfigPluginModuleDescriptor> |
getCustomEnvironmentConfigPlugins() |
boolean |
isAnyPluginPresent() |
@Inject public CustomEnvironmentConfigPluginManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
@NotNull public @NotNull List<CustomEnvironmentConfigPluginModuleDescriptor> getCustomEnvironmentConfigPlugins()
getCustomEnvironmentConfigPlugins
in interface CustomEnvironmentConfigPluginManager
CustomEnvironmentConfigPluginModuleDescriptor
, which
CustomEnvironmentConfigPlugin
modules are not null@Nullable public @Nullable CustomEnvironmentConfigPluginModuleDescriptor getCustomEnvironmentConfigPlugin(@NotNull @NotNull String completeModuleKey)
getCustomEnvironmentConfigPlugin
in interface CustomEnvironmentConfigPluginManager
public boolean isAnyPluginPresent()
isAnyPluginPresent
in interface CustomEnvironmentConfigPluginManager
CustomEnvironmentConfigPlugin
type is installed and enabledCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.