Class StartupRequest


  • public final class StartupRequest
    extends java.lang.Object
    This class contains all attributes that are necessary to start a SonargraphBuild instance.
    • Constructor Detail

      • StartupRequest

        public StartupRequest()
    • Method Detail

      • getInstallationDirectory

        public java.lang.String getInstallationDirectory()
      • setInstallationDirectory

        public void setInstallationDirectory​(java.lang.String installationDirectory)
      • getActivationCode

        public java.lang.String getActivationCode()
      • setActivationCode

        public void setActivationCode​(java.lang.String activationCode)
      • getLicenseFile

        public java.lang.String getLicenseFile()
      • setLicenseFile

        public void setLicenseFile​(java.lang.String licenseFile)
      • addLanguageIfNotPresent

        public void addLanguageIfNotPresent​(java.lang.String language)
      • getLanguages

        public java.lang.String getLanguages()
      • setLanguages

        public void setLanguages​(java.lang.String languages)
      • getLogFilePath

        @Deprecated
        public java.lang.String getLogFilePath()
        Deprecated.
      • getLogFile

        public java.lang.String getLogFile()
      • setLogFile

        public void setLogFile​(java.lang.String logFilePath)
        Needed if patching logback.xml was successful
        Parameters:
        logFilePath - the path of the log file
      • getLogLevel

        public java.lang.String getLogLevel()
      • setLogLevel

        public void setLogLevel​(java.lang.String logLevel)
      • getProxyHost

        public java.lang.String getProxyHost()
      • setProxyHost

        public void setProxyHost​(java.lang.String proxyHost)
      • getProxyPort

        public java.lang.String getProxyPort()
      • setProxyPort

        public void setProxyPort​(java.lang.String proxyPort)
      • getProxyUsername

        public java.lang.String getProxyUsername()
      • setProxyUsername

        public void setProxyUsername​(java.lang.String proxyUsername)
      • setProxyPassword

        public void setProxyPassword​(java.lang.String proxyPassword)
      • getProxyPassword

        public java.lang.String getProxyPassword()
      • getLicenseServerHost

        public java.lang.String getLicenseServerHost()
      • setLicenseServerHost

        public void setLicenseServerHost​(java.lang.String licenseServerHost)
      • getLicenseServerPort

        public java.lang.String getLicenseServerPort()
      • setLicenseServerPort

        public void setLicenseServerPort​(java.lang.String licenseServerPort)
      • setProgressInfoAsString

        public void setProgressInfoAsString​(java.lang.String progressInfoValue)
      • initWaitForLicense

        public void initWaitForLicense()
        Initializes the waitForLicense property. Throw NumberFormatException, if invalid number is specified.
      • setWaitForLicenseString

        public void setWaitForLicenseString​(java.lang.String tries)
      • getWaitForLicenseString

        public java.lang.String getWaitForLicenseString()