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