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 CustomEnvironmentConfigPluginManagerCustomEnvironmentConfigPluginModuleDescriptor, which
CustomEnvironmentConfigPlugin modules are not null@Nullable public @Nullable CustomEnvironmentConfigPluginModuleDescriptor getCustomEnvironmentConfigPlugin(@NotNull @NotNull String completeModuleKey)
getCustomEnvironmentConfigPlugin in interface CustomEnvironmentConfigPluginManagerpublic boolean isAnyPluginPresent()
isAnyPluginPresent in interface CustomEnvironmentConfigPluginManagerCustomEnvironmentConfigPlugin type is installed and enabledCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.