Class ReportTabsForProjectSettingsConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.ReportTabsForProjectSettingsConverter
-
- All Implemented Interfaces:
Converter
public class ReportTabsForProjectSettingsConverter extends Object implements Converter
Getting rid of "basePath" setting: TW-18903.- Since:
- 7.0.4
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
- See Also:
ReportTabsSettingsConverter
-
-
Constructor Summary
Constructors Constructor Description ReportTabsForProjectSettingsConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(DBFunctions connection, File teamCityDataDir)
static File[]
findProjectPluginConfigs(File configDir)
-
-
-
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
-
findProjectPluginConfigs
public static File[] findProjectPluginConfigs(File configDir) throws IOException
- Throws:
IOException
-
-