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 void
convert(DBFunctions connection, File configParentDir)
protected abstract String
getMSBuildToolsVersion()
protected abstract String
getMSBuildVersion()
protected abstract String
getSlnRunType()
protected abstract String
getVSVersion()
void
processConfigFile(File config)
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions connection, @NotNull File configParentDir) throws ConvertException
- Specified by:
convert
in interfaceConverter
configParentDir
- - 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()
-
-