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