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