Package com.atlassian.bamboo.deployments
Class CustomPreDeploymentActionManagerImpl
- java.lang.Object
-
- com.atlassian.bamboo.deployments.CustomPreDeploymentActionManagerImpl
-
- All Implemented Interfaces:
CustomPreDeploymentActionManager
public class CustomPreDeploymentActionManagerImpl extends Object implements CustomPreDeploymentActionManager
-
-
Constructor Summary
Constructors Constructor Description CustomPreDeploymentActionManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<CustomPreDeploymentActionModuleDescriptor>
getCustomPreDeploymentActionModuleDescriptors()
-
-
-
Method Detail
-
getCustomPreDeploymentActionModuleDescriptors
@NotNull public @NotNull List<CustomPreDeploymentActionModuleDescriptor> getCustomPreDeploymentActionModuleDescriptors()
- Specified by:
getCustomPreDeploymentActionModuleDescriptors
in interfaceCustomPreDeploymentActionManager
- Returns:
- List of
CustomPreDeploymentActionModuleDescriptor
, whichCustomPreDeploymentAction
modules are not null
-
-