public class StartupRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StartupRequest.Builder |
static class |
StartupRequest.Params
Used by
SonargraphBuildRunner to map arguments and log errors, report usage. |
Modifier and Type | Method and Description |
---|---|
String |
getActivationCode() |
String |
getLanguages() |
String |
getLicenseFile() |
String |
getLogFilePath() |
String |
getLogLevel() |
String |
getProxyHost() |
String |
getProxyPassword() |
String |
getProxyPort() |
String |
getProxyUsername() |
void |
setLogFilePath(String logFilePath)
Needed if paching logback.xml was successful
|
public String getActivationCode()
public String getLicenseFile()
public String getLanguages()
public String getLogFilePath()
public void setLogFilePath(String logFilePath)
logFilePath
- public String getLogLevel()
public String getProxyHost()
public String getProxyPort()
public String getProxyUsername()
public String getProxyPassword()