Class PlanLabelsEmitter

java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>

public class PlanLabelsEmitter extends Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>
  • Constructor Details

    • PlanLabelsEmitter

      public PlanLabelsEmitter()
  • Method Details

    • emitCode

      @NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties> value) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
      Specified by:
      emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException