Class StartupRequest
java.lang.Object
com.hello2morrow.sonargraph.build.api.StartupRequest
This class contains all attributes that are necessary to start a SonargraphBuild instance.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLanguageIfNotPresent(String language) Deprecated.voidInitializes the waitForLicense property.voidsetActivationCode(String activationCode) voidsetAnalyzerExecutionLevel(String analyzerExecutionLevel) voidsetInstallationDirectory(String installationDirectory) voidsetLanguages(String languages) voidsetLicenseFile(String licenseFile) voidsetLicenseServerHost(String licenseServerHost) voidsetLicenseServerPort(String licenseServerPort) voidsetLicenseServerUrl(String licenseServerUrl) voidsetLogFile(String logFilePath) Needed if patching logback.xml was successfulvoidsetLogLevel(String logLevel) voidsetProgressInfoAsString(String progressInfoValue) voidsetProxyHost(String proxyHost) voidsetProxyPassword(String proxyPassword) voidsetProxyPort(String proxyPort) voidsetProxyUsername(String proxyUsername) voidsetWaitForLicenseString(String tries)
-
Constructor Details
-
StartupRequest
public StartupRequest()
-
-
Method Details
-
getInstallationDirectory
-
setInstallationDirectory
-
getActivationCode
-
setActivationCode
-
getLicenseFile
-
setLicenseFile
-
getAnalyzerExecutionLevel
-
setAnalyzerExecutionLevel
-
addLanguageIfNotPresent
-
getLanguages
-
setLanguages
-
getLogFilePath
Deprecated. -
getLogFile
-
setLogFile
Needed if patching logback.xml was successful- Parameters:
logFilePath- the path of the log file
-
getLogLevel
-
setLogLevel
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
getProxyUsername
-
setProxyUsername
-
setProxyPassword
-
getProxyPassword
-
getLicenseServerUrl
-
setLicenseServerUrl
-
setLicenseServerHost
-
setLicenseServerPort
-
getProgressInfo
-
setProgressInfoAsString
-
initWaitForLicense
public void initWaitForLicense()Initializes the waitForLicense property. ThrowNumberFormatException, if invalid number is specified. -
getWaitForLicense
-
setWaitForLicenseString
-
getWaitForLicenseString
-