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