Class RubyEnvironmentConfiguratorFeatureOptionsConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.RubyEnvironmentConfiguratorFeatureOptionsConverter
-
- All Implemented Interfaces:
Converter
,XmlConverter
public class RubyEnvironmentConfiguratorFeatureOptionsConverter extends Object implements XmlConverter, Converter
- Author:
- Vladislav.Rassokhin
-
-
Constructor Summary
Constructors Constructor Description RubyEnvironmentConfiguratorFeatureOptionsConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(DBFunctions connection, File teamCityDataDir)
void
convertXml(File teamCityDataDir)
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions connection, @NotNull File teamCityDataDir) throws ConvertException
- Specified by:
convert
in interfaceConverter
teamCityDataDir
- - directory which contains- Throws:
ConvertException
-
convertXml
public void convertXml(@NotNull File teamCityDataDir)
- Specified by:
convertXml
in interfaceXmlConverter
-
-