Class CreatePlanBranchesEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.plan.branches.CreatePlanBranchesEmitter
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties>
public class CreatePlanBranchesEmitter extends java.lang.Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<com.atlassian.bamboo.specs.api.model.plan.branches.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 com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties 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.CreatePlanBranchesProperties>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-
-