Class NotificationStrategyEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.plan.branches.NotificationStrategyEmitter
-
- All Implemented Interfaces:
CodeEmitter<PlanBranchManagementProperties.NotificationStrategy>
public class NotificationStrategyEmitter extends java.lang.Object implements CodeEmitter<PlanBranchManagementProperties.NotificationStrategy>
-
-
Constructor Summary
Constructors Constructor Description NotificationStrategyEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringemitCode(@NotNull CodeGenerationContext context, PlanBranchManagementProperties.NotificationStrategy value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull PlanBranchManagementProperties.NotificationStrategy value) throws CodeGenerationException- Specified by:
emitCodein interfaceCodeEmitter<PlanBranchManagementProperties.NotificationStrategy>- Throws:
CodeGenerationException
-
-