Interface ScannerProperties


  • public interface ScannerProperties
    Mostly used properties that can be passed to EmbeddedScanner#addGlobalProperties(java.util.Properties). See documentation for more properties.
    Since:
    2.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String HOST_URL
      HTTP URL of Sonar server, "http://localhost:9000" by default
      static String TASK
      Task to execute, "scan" by default
      static String WORK_DIR
      Working directory containing generated reports and temporary data.