package

com.atlassian.bamboo.persister.xstream

Classes

BambooDateTimeConverter This class lets us persist JODA DataTime objects without saving all the internal junk associated with the class. 
BambooDateTimeZoneConverter This class lets us persist JODA DataTime objects without saving all the internal junk associated with the class. 
BuildResultsConverter  
BuildStateConverter Provided for backward compatibility - alows reading old (BuildState as class not Enum) xml files All new build results are stored in new format  
ConverterDecorator  
IgnoreMissingFieldXStream An exstream unmarshaller that ignores any properties that it can't find. 
LabelPathMapConverter  
RelativePath This class converts an Absolute Path into a Relative Path. 
SecondsDateConverter This class is a temp bug fix for persisting dates in xstream

This was written to fix a bug in Xstream in that it ignored seconds. 
XStreamAdminConfigPersister Provides an XStream implemantation of AdministrationConfiguration
XStreamManager Common XStream persistence behaviour  
XWorkListConverter