Class GenerateArtifactDependencyIdsConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
-
- jetbrains.buildServer.serverSide.versioning.converters.GenerateArtifactDependencyIdsConverter
-
- All Implemented Interfaces:
Converter
public class GenerateArtifactDependencyIdsConverter extends BaseSqlConverter
The converter adds artif_dep_id fields to build_artifact_dependency and final_artifact_dependency and populates them with unique id values "ARTIFACT_DEPENDENCY_DB_%d". Also it adds id attribute to artifact-dependencies/dependency nodes of build type config XMLs and populates it with unique id values "ARTIFACT_DEPENDENCY_%d"- Author:
- anton.zamolotskikh, 11/01/16.
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
mySqlStatements
-
-
Constructor Summary
Constructors Constructor Description GenerateArtifactDependencyIdsConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertInternal(DBFunctions dbf, File teamCityDataDir)
-
Methods inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
convert, convertInternal, error, error, getSqlStatements, getSqlStatements, info, isDebugEnabled, toString, warn
-
-
-
-
Method Detail
-
convertInternal
public void convertInternal(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir) throws ConvertException
- Overrides:
convertInternal
in classBaseSqlConverter
- Throws:
ConvertException
-
-