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