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>>
-
Constructor Summary
Constructors -
Method Summary
-
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:
emitCodein interfacecom.atlassian.bamboo.specs.api.codegen.CodeEmitter<Iterable<com.atlassian.bamboo.specs.api.model.label.LabelProperties>>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-