Uses of Interface
com.atlassian.bamboo.deployments.configuration.CustomEnvironmentConfigPluginModuleDescriptor
-
Packages that use CustomEnvironmentConfigPluginModuleDescriptor Package Description com.atlassian.bamboo.deployments.configuration com.atlassian.bamboo.plugin.descriptor -
-
Uses of CustomEnvironmentConfigPluginModuleDescriptor in com.atlassian.bamboo.deployments.configuration
Methods in com.atlassian.bamboo.deployments.configuration that return CustomEnvironmentConfigPluginModuleDescriptor Modifier and Type Method Description @Nullable CustomEnvironmentConfigPluginModuleDescriptorCustomEnvironmentConfigPluginManager. getCustomEnvironmentConfigPlugin(@NotNull String completeModuleKey)@Nullable CustomEnvironmentConfigPluginModuleDescriptorCustomEnvironmentConfigPluginManagerImpl. getCustomEnvironmentConfigPlugin(@NotNull String completeModuleKey)Methods in com.atlassian.bamboo.deployments.configuration that return types with arguments of type CustomEnvironmentConfigPluginModuleDescriptor Modifier and Type Method Description @NotNull List<CustomEnvironmentConfigPluginModuleDescriptor>CustomEnvironmentConfigPluginManager. getCustomEnvironmentConfigPlugins()@NotNull List<CustomEnvironmentConfigPluginModuleDescriptor>CustomEnvironmentConfigPluginManagerImpl. getCustomEnvironmentConfigPlugins() -
Uses of CustomEnvironmentConfigPluginModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
Classes in com.atlassian.bamboo.plugin.descriptor that implement CustomEnvironmentConfigPluginModuleDescriptor Modifier and Type Class Description classCustomEnvironmentConfigPluginModuleDescriptorImpl
-