Class PlanLabelsEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>
public class PlanLabelsEmitter extends java.lang.Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>
-
-
Constructor Summary
Constructors Constructor Description PlanLabelsEmitter()
-
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 java.lang.Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties> value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull java.lang.Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties> value) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException- Specified by:
emitCodein interfacecom.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-
-