Class BuildConfigurationPropertyBeforeTC8ConverterBase
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.BuildConfigurationPropertyBeforeTC8ConverterBase
-
- All Implemented Interfaces:
Converter
- Direct Known Subclasses:
MSBuildPlatformConverter
,NAntRemoveEnvNAntHomeConverter
public abstract class BuildConfigurationPropertyBeforeTC8ConverterBase extends Object implements Converter
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 21.02.2008 Time: 16:14:28
-
-
Field Summary
Fields Modifier and Type Field Description protected String
myParameterName
protected String
myParameterValue
-
Constructor Summary
Constructors Constructor Description BuildConfigurationPropertyBeforeTC8ConverterBase(String parameterName, String parameterValue)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract boolean
acceptRunType(String runType)
void
convert(DBFunctions connection, File configParentDir)
void
processFile(File projectConfig)
-
-
-
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
-
processFile
public void processFile(File projectConfig)
-
acceptRunType
protected abstract boolean acceptRunType(String runType)
-
-