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