Class TestDurationConverter
java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.converters.basic.LongConverter
com.atlassian.bamboo.results.tests.TestDurationConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher
,com.thoughtworks.xstream.converters.SingleValueConverter
public class TestDurationConverter
extends com.thoughtworks.xstream.converters.basic.LongConverter
Provides backward compatibility for the dark times when durations were stored as doubles.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.thoughtworks.xstream.converters.basic.LongConverter
canConvert
Methods inherited from class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
toString
-
Constructor Details
-
TestDurationConverter
public TestDurationConverter()
-
-
Method Details
-
fromString
- Specified by:
fromString
in interfacecom.thoughtworks.xstream.converters.SingleValueConverter
- Overrides:
fromString
in classcom.thoughtworks.xstream.converters.basic.LongConverter
-