Class NoArgCallEmitter<T>

java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter<T>
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>

public class NoArgCallEmitter<T> extends Object implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>
  • Constructor Details

    • NoArgCallEmitter

      public NoArgCallEmitter(@NotNull @NotNull String methodName)
  • Method Details

    • emitCode

      @NotNull public @NotNull String emitCode(@NotNull @NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull T value) throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
      Specified by:
      emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<T>
      Throws:
      com.atlassian.bamboo.specs.api.codegen.CodeGenerationException