Interface YamlEmitter
- All Known Implementing Classes:
YamlEmitterImpl
@ExperimentalApi
public interface YamlEmitter
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
emitYamlDocuments
(@NotNull List<? extends com.atlassian.bamboo.specs.api.model.EntityProperties> entityProperties)
-
Method Details
-
emitYamlDocuments
@NotNull @NotNull String emitYamlDocuments(@NotNull @NotNull List<? extends com.atlassian.bamboo.specs.api.model.EntityProperties> entityProperties) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException - Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-