Class StartupConfiguration


  • public class StartupConfiguration
    extends Object
    Represents parameters given to the TeamCity on startup. Differs from internal.properties in a way that internal.properties may not yet exist.
    • Constructor Detail

      • StartupConfiguration

        public StartupConfiguration()
    • Method Detail

      • init

        public static void init​(@Nullable
                                File configFile)
        Public for tests
      • getProperty

        @Nullable
        public static String getProperty​(@NotNull
                                         String key)
      • getFinalSystemProperties

        @NotNull
        public static Properties getFinalSystemProperties()
      • canSave

        public static boolean canSave()
      • getLocation

        public static String getLocation()
      • getDescription

        @NotNull
        public static String getDescription()