Class SwitchSchemaToVersion2020_1Converter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.SwitchSchemaToVersion2020_1Converter
-
- All Implemented Interfaces:
ConvertedFilesReporter,Converter
public class SwitchSchemaToVersion2020_1Converter extends Object implements Converter, ConvertedFilesReporter
-
-
Constructor Summary
Constructors Constructor Description SwitchSchemaToVersion2020_1Converter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(DBFunctions dbf, File teamCityDataDir)voidsetReport(ConvertedFilesReport report)Provides a report for affected files for the converter.
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir) throws ConvertException- Specified by:
convertin interfaceConverterteamCityDataDir- - directory which contains- Throws:
ConvertException
-
setReport
public void setReport(@NotNull ConvertedFilesReport report)Description copied from interface:ConvertedFilesReporterProvides a report for affected files for the converter. This method will be called before converter is executed.- Specified by:
setReportin interfaceConvertedFilesReporter- Parameters:
report- report
-
-