Class MetadataConsts


  • public class MetadataConsts
    extends Object
    TeamCity database metadata.
    • 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.
      • ourMetadataFiles

        public static final Set<String> ourMetadataFiles
        All metadata files that are placed in this packages as resources.
    • Constructor Detail

      • MetadataConsts

        public MetadataConsts()