Class PlanLabelsEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
- All Implemented Interfaces:
CodeEmitter<Iterable<LabelProperties>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
emitCode
(@NotNull CodeGenerationContext context, @NotNull Iterable<LabelProperties> value)
-
Constructor Details
-
PlanLabelsEmitter
public PlanLabelsEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull @NotNull Iterable<LabelProperties> value) throws CodeGenerationException - Specified by:
emitCode
in interfaceCodeEmitter<Iterable<LabelProperties>>
- Throws:
CodeGenerationException
-