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
ConstructorDescriptionCustomPreDeploymentActionManagerImpl
(com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CustomPreDeploymentActionManagerImpl
@Inject public CustomPreDeploymentActionManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
getCustomPreDeploymentActionModuleDescriptors
@NotNull public @NotNull List<CustomPreDeploymentActionModuleDescriptor> getCustomPreDeploymentActionModuleDescriptors()- Specified by:
getCustomPreDeploymentActionModuleDescriptors
in interfaceCustomPreDeploymentActionManager
- Returns:
- List of
CustomPreDeploymentActionModuleDescriptor
, whichCustomPreDeploymentAction
modules are not null
-