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