Class MoveSlnRunnerToSolutionRunnerConverterBase
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.MoveSlnRunnerToSolutionRunnerConverterBase
-
- All Implemented Interfaces:
Converter
- Direct Known Subclasses:
MoveSln2005ToSolutionRunnerConverter,MoveSln2008ToSolutionRunnerConverter
public abstract class MoveSlnRunnerToSolutionRunnerConverterBase extends Object implements Converter
- Author:
- Eugene Petrenko Created: 01.02.2010 20:07:24
-
-
Constructor Summary
Constructors Constructor Description MoveSlnRunnerToSolutionRunnerConverterBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidconvert(DBFunctions connection, File configParentDir)protected abstract StringgetMSBuildToolsVersion()protected abstract StringgetMSBuildVersion()protected abstract StringgetSlnRunType()protected abstract StringgetVSVersion()voidprocessConfigFile(File config)
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions connection, @NotNull File configParentDir) throws ConvertException- Specified by:
convertin interfaceConverterconfigParentDir- - directory which contains- Throws:
ConvertException
-
processConfigFile
public void processConfigFile(File config)
-
getVSVersion
protected abstract String getVSVersion()
-
getMSBuildToolsVersion
protected abstract String getMSBuildToolsVersion()
-
getMSBuildVersion
protected abstract String getMSBuildVersion()
-
getSlnRunType
protected abstract String getSlnRunType()
-
-