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