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