Class NoArgCallEmitter<T>

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

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

      Constructors 
      Constructor Description
      NoArgCallEmitter​(@NotNull java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String emitCode​(@NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, T value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoArgCallEmitter

        public NoArgCallEmitter​(@NotNull
                                @NotNull java.lang.String methodName)
    • Method Detail

      • emitCode

        @NotNull
        public @NotNull java.lang.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