Class MetadataConsts
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.metadata.MetadataConsts
-
public class MetadataConsts extends Object
TeamCity database metadata.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPATIBLE_METADATA_VER
The oldest compatible version of metadata.static int
CURR_METADATA_VER
The current version of the metadata.static int
METADATA_VER_3_SINCE_SCHEMA_VERSION
static Charset
ourMetadataCharset
Character set for our meta data files.static Set<String>
ourMetadataFiles
All metadata files that are placed in this packages as resources.static String
SCHEMA_FILE_NAME
-
Constructor Summary
Constructors Constructor Description MetadataConsts()
-
-
-
Field Detail
-
COMPATIBLE_METADATA_VER
public static final int COMPATIBLE_METADATA_VER
The oldest compatible version of metadata.- See Also:
- Constant Field Values
-
CURR_METADATA_VER
public static final int CURR_METADATA_VER
The current version of the metadata.- See Also:
- Constant Field Values
-
METADATA_VER_3_SINCE_SCHEMA_VERSION
public static final int METADATA_VER_3_SINCE_SCHEMA_VERSION
- See Also:
- Constant Field Values
-
ourMetadataCharset
public static final Charset ourMetadataCharset
Character set for our meta data files.
-
SCHEMA_FILE_NAME
public static final String SCHEMA_FILE_NAME
- See Also:
- Constant Field Values
-
-