Class AuthenticationEmitter

    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationEmitter​(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, @NotNull AuthenticationProperties value)
      Generates invocation of a setter method with a single argument.
      • Methods inherited from class java.lang.Object

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

      • AuthenticationEmitter

        public AuthenticationEmitter​(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
                                                  @NotNull AuthenticationProperties value)
                                           throws com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
        Description copied from class: FieldSetterEmitter
        Generates invocation of a setter method with a single argument.
        Specified by:
        emitCode in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter<AuthenticationProperties>
        Overrides:
        emitCode in class FieldSetterEmitter<AuthenticationProperties>
        Throws:
        com.atlassian.bamboo.specs.api.codegen.CodeGenerationException