Package com.atlassian.bamboo.specs.util
Class BambooSpecSerializer
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.BambooSpecSerializer
-
public final class BambooSpecSerializer extends java.lang.ObjectWrapper 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.Stringdump(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity)static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties>
voiddump(com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T> entity, java.io.Writer writer)
-
-
-
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)
-
-