Class InitFlags

java.lang.Object
com.google.gerrit.pgm.init.api.InitFlags

public class InitFlags extends Object
Global variables used by the 'init' command.
  • Field Details

    • deleteOnFailure

      public boolean deleteOnFailure
      Recursively delete the site path if initialization fails.
    • isNew

      public boolean isNew
      Site is being newly created
    • autoStart

      public boolean autoStart
      Run the daemon (and open the web UI in a browser) after initialization.
    • skipPlugins

      public boolean skipPlugins
      Skip plugins
    • deleteCaches

      public boolean deleteCaches
      Delete all cache files
    • dev

      public boolean dev
      Dev mode
    • cfg

      public final org.eclipse.jgit.storage.file.FileBasedConfig cfg
    • sec

      public final SecureStore sec
    • installPlugins

      public final List<String> installPlugins
    • installAllPlugins

      public final boolean installAllPlugins
  • Constructor Details