Package com.atlassian.bamboo.specs.util
Class BambooSpecSerializer
java.lang.Object
com.atlassian.bamboo.specs.util.BambooSpecSerializer
Wrapper to convert bamboo spec object to String.
-
Method Details
-
dump
public static <T extends com.atlassian.bamboo.specs.api.model.EntityProperties> 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, Writer writer)
-