Class BambooSpecSerializer


  • public final class BambooSpecSerializer
    extends java.lang.Object
    Wrapper to convert bamboo spec object to String.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties>
      java.lang.String
      dump​(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity)  
      static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties>
      void
      dump​(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity, java.io.Writer writer)  
      • Methods inherited from class java.lang.Object

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

      • dump

        public static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties> java.lang.String dump​(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity)
      • dump

        public static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties> void dump​(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity,
                                                                                                  java.io.Writer writer)