Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.NotificationStrategy
Packages that use PlanBranchManagementProperties.NotificationStrategy
Package
Description
Automatic branch creation, integration and cleanup.
Various implementations of
CodeEmitter
which are used for converting
PlanBranchManagement
-related settings model into Java.-
Uses of PlanBranchManagementProperties.NotificationStrategy in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return PlanBranchManagementProperties.NotificationStrategyModifier and TypeMethodDescriptionPlanBranchManagementProperties.getNotificationStrategy()
Returns the enum constant of this class with the specified name.PlanBranchManagementProperties.NotificationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchManagementProperties.NotificationStrategyModifierConstructorDescriptionPlanBranchManagementProperties
(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of PlanBranchManagementProperties.NotificationStrategy in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type PlanBranchManagementProperties.NotificationStrategyModifier and TypeMethodDescription@NotNull String
NotificationStrategyEmitter.emitCode
(@NotNull CodeGenerationContext context, PlanBranchManagementProperties.NotificationStrategy value)