Class AnyNotificationRecipientEmitter

java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter<com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>
com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationRecipientEmitter
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>

public class AnyNotificationRecipientEmitter extends EntityPropertiesEmitter<com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>
  • Constructor Details

    • AnyNotificationRecipientEmitter

      public AnyNotificationRecipientEmitter()
  • Method Details

    • emitCode

      @NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties entity) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
      Description copied from class: EntityPropertiesEmitter
      Generates code for properties class. This includes generating invocation of the constructor of the appropriate builder followed by invocations of its setters.
      Specified by:
      emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>
      Overrides:
      emitCode in class EntityPropertiesEmitter<com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException