Class DeploymentResultKeyImplConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
- com.atlassian.bamboo.persister.xstream.DeploymentResultKeyImplConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher,com.thoughtworks.xstream.converters.SingleValueConverter
public class DeploymentResultKeyImplConverter extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
-
Constructor Summary
Constructors Constructor Description DeploymentResultKeyImplConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(Class type)DeploymentResultKeyImplfromString(String s)StringtoString(Object obj)
-
-
-
Method Detail
-
canConvert
public boolean canConvert(Class type)
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher- Specified by:
canConvertin classcom.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
fromString
public DeploymentResultKeyImpl fromString(String s)
- Specified by:
fromStringin interfacecom.thoughtworks.xstream.converters.SingleValueConverter- Specified by:
fromStringin classcom.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
-