Class NCover3PlatformConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.NCover3PlatformConverter
-
-
Field Summary
Fields Modifier and Type Field Description static String
COVERAGE_RUNTIME
static String
NCOVER_RUNTIME
-
Constructor Summary
Constructors Constructor Description NCover3PlatformConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(DBFunctions connection, File configParentDir)
void
processConfigFile(File config)
String
toString()
-
-
-
Field Detail
-
NCOVER_RUNTIME
public static final String NCOVER_RUNTIME
- See Also:
- Constant Field Values
-
COVERAGE_RUNTIME
public static final String COVERAGE_RUNTIME
- See Also:
- Constant Field Values
-
-
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)
-
-