Interface YamlEmitter
-
- All Known Implementing Classes:
YamlEmitterImpl
@ExperimentalApi public interface YamlEmitter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
emitYamlDocuments(@NotNull List<? extends com.atlassian.bamboo.specs.api.model.EntityProperties> entityProperties)
-
-
-
Method Detail
-
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
-
-