Class BuildErrorNotificationEmitter

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

    public class BuildErrorNotificationEmitter
    extends java.lang.Object
    implements com.atlassian.bamboo.specs.api.codegen.CodeEmitter<java.lang.Boolean>
    • 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.Boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BuildErrorNotificationEmitter

        public BuildErrorNotificationEmitter()
    • Method Detail

      • emitCode

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