Package com.atlassian.bamboo.deployments
Interface CustomPreDeploymentActionManager
- All Known Implementing Classes:
CustomPreDeploymentActionManagerImpl
@ExperimentalApi
public interface CustomPreDeploymentActionManager
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCustomPreDeploymentActionModuleDescriptors
@NotNull @NotNull List<CustomPreDeploymentActionModuleDescriptor> getCustomPreDeploymentActionModuleDescriptors()- Returns:
- List of
CustomPreDeploymentActionModuleDescriptor
, whichCustomPreDeploymentAction
modules are not null
-