Class BBCloudRepositorySlugEmitter

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.String>

    public class BBCloudRepositorySlugEmitter
    extends FieldSetterEmitter<java.lang.String>
    • 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 java.lang.String 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

      • BBCloudRepositorySlugEmitter

        public BBCloudRepositorySlugEmitter()
    • Method Detail

      • emitCode

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