Class SshTaskEmitter

All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<SshTaskProperties>

public class SshTaskEmitter extends EntityPropertiesEmitter<SshTaskProperties>
  • Constructor Details

    • SshTaskEmitter

      public SshTaskEmitter()
  • Method Details

    • emitCode

      @NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull @NotNull SshTaskProperties 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<SshTaskProperties>
      Overrides:
      emitCode in class EntityPropertiesEmitter<SshTaskProperties>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException