Class Converters
java.lang.Object
com.xebialabs.xltype.serialization.xstream.Converters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>readList(Object owner, Class<T> toRead, com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) readMap(com.thoughtworks.xstream.io.HierarchicalStreamReader reader) static Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder>readPlaceholders(com.thoughtworks.xstream.io.HierarchicalStreamReader reader) static voidwriteBlockBasics(com.xebialabs.deployit.engine.api.execution.BlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer) static voidwriteBlockTree(com.xebialabs.deployit.engine.api.execution.BlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) static voidwriteConfigurationItem(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) static voidstatic voidwritePhase(com.xebialabs.deployit.engine.api.execution.PhaseState phase, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) static voidwritePhaseContainer(com.xebialabs.deployit.engine.api.execution.PhaseContainerState phaseContainerState, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) static voidwriteStepBlock(com.xebialabs.deployit.engine.api.execution.StepBlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) static voidwriteSteps(List<com.xebialabs.deployit.engine.api.execution.StepState> steps, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
-
Constructor Details
-
Converters
public Converters()
-
-
Method Details
-
readList
-
readPlaceholders
public static Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> readPlaceholders(com.thoughtworks.xstream.io.HierarchicalStreamReader reader) -
readMap
-
writeNode
-
writeConfigurationItem
public static void writeConfigurationItem(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) -
writePhaseContainer
public static void writePhaseContainer(com.xebialabs.deployit.engine.api.execution.PhaseContainerState phaseContainerState, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) -
writePhase
public static void writePhase(com.xebialabs.deployit.engine.api.execution.PhaseState phase, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) -
writeBlockTree
public static void writeBlockTree(com.xebialabs.deployit.engine.api.execution.BlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, boolean writeStepBlocks) -
writeStepBlock
public static void writeStepBlock(com.xebialabs.deployit.engine.api.execution.StepBlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) -
writeSteps
public static void writeSteps(List<com.xebialabs.deployit.engine.api.execution.StepState> steps, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) -
writeBlockBasics
public static void writeBlockBasics(com.xebialabs.deployit.engine.api.execution.BlockState block, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)
-