Class PlanRepositoriesEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.plan.PlanRepositoriesEmitter
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Iterable<com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties>>
public class PlanRepositoriesEmitter extends java.lang.Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Iterable<com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties>>
-
-
Constructor Summary
Constructors Constructor Description PlanRepositoriesEmitter()
-
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.repository.PlanRepositoryLinkProperties> 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.repository.PlanRepositoryLinkProperties> 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.repository.PlanRepositoryLinkProperties>>- Throws:
com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
-
-