@ExperimentalApi
public interface CustomEnvironmentConfigPluginManager
Modifier and Type | Method and Description |
---|---|
CustomEnvironmentConfigPluginModuleDescriptor |
getCustomEnvironmentConfigPlugin(String pluginKey) |
List<CustomEnvironmentConfigPluginModuleDescriptor> |
getCustomEnvironmentConfigPlugins() |
boolean |
isAnyPluginPresent() |
@NotNull List<CustomEnvironmentConfigPluginModuleDescriptor> getCustomEnvironmentConfigPlugins()
CustomEnvironmentConfigPluginModuleDescriptor
, which
CustomEnvironmentConfigPlugin
modules are not null@Nullable CustomEnvironmentConfigPluginModuleDescriptor getCustomEnvironmentConfigPlugin(@NotNull String pluginKey)
boolean isAnyPluginPresent()
CustomEnvironmentConfigPlugin
type is installed and enabledCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.