public class SystemSettings extends Object
Java class for SystemSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReportFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExecutablesFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="EMailFromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPUseDefaultCredentials" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SmtpOverSsl" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SMTPEncryption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxScans" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CompletedScanShowTimeInMin" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="commands" type="{http://Checkmarx.com}ArrayOfCxPredefinedCommand" minOccurs="0"/>
<element name="WebServer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultLanguage" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AllowAutoSignIn" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultGitHubEventThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="NotifyLicenseExpiration" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="GitExePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PerforceExePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowAutoSignIn |
protected ArrayOfCxPredefinedCommand |
commands |
protected int |
completedScanShowTimeInMin |
protected int |
defaultGitHubEventThreshold |
protected int |
defaultLanguage |
protected String |
eMailFromAddress |
protected String |
executablesFolder |
protected String |
gitExePath |
protected int |
maxScans |
protected boolean |
notifyLicenseExpiration |
protected String |
perforceExePath |
protected String |
reportFolder |
protected String |
resultFolder |
protected String |
smtpEncryption |
protected String |
smtpHost |
protected boolean |
smtpOverSsl |
protected String |
smtpPassword |
protected int |
smtpPort |
protected boolean |
smtpUseDefaultCredentials |
protected String |
smtpUserName |
protected String |
webServer |
| Constructor and Description |
|---|
SystemSettings() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxPredefinedCommand |
getCommands()
Gets the value of the commands property.
|
int |
getCompletedScanShowTimeInMin()
Gets the value of the completedScanShowTimeInMin property.
|
int |
getDefaultGitHubEventThreshold()
Gets the value of the defaultGitHubEventThreshold property.
|
int |
getDefaultLanguage()
Gets the value of the defaultLanguage property.
|
String |
getEMailFromAddress()
Gets the value of the eMailFromAddress property.
|
String |
getExecutablesFolder()
Gets the value of the executablesFolder property.
|
String |
getGitExePath()
Gets the value of the gitExePath property.
|
int |
getMaxScans()
Gets the value of the maxScans property.
|
String |
getPerforceExePath()
Gets the value of the perforceExePath property.
|
String |
getReportFolder()
Gets the value of the reportFolder property.
|
String |
getResultFolder()
Gets the value of the resultFolder property.
|
String |
getSMTPEncryption()
Gets the value of the smtpEncryption property.
|
String |
getSMTPHost()
Gets the value of the smtpHost property.
|
String |
getSMTPPassword()
Gets the value of the smtpPassword property.
|
int |
getSMTPPort()
Gets the value of the smtpPort property.
|
String |
getSMTPUserName()
Gets the value of the smtpUserName property.
|
String |
getWebServer()
Gets the value of the webServer property.
|
boolean |
isAllowAutoSignIn()
Gets the value of the allowAutoSignIn property.
|
boolean |
isNotifyLicenseExpiration()
Gets the value of the notifyLicenseExpiration property.
|
boolean |
isSmtpOverSsl()
Gets the value of the smtpOverSsl property.
|
boolean |
isSMTPUseDefaultCredentials()
Gets the value of the smtpUseDefaultCredentials property.
|
void |
setAllowAutoSignIn(boolean value)
Sets the value of the allowAutoSignIn property.
|
void |
setCommands(ArrayOfCxPredefinedCommand value)
Sets the value of the commands property.
|
void |
setCompletedScanShowTimeInMin(int value)
Sets the value of the completedScanShowTimeInMin property.
|
void |
setDefaultGitHubEventThreshold(int value)
Sets the value of the defaultGitHubEventThreshold property.
|
void |
setDefaultLanguage(int value)
Sets the value of the defaultLanguage property.
|
void |
setEMailFromAddress(String value)
Sets the value of the eMailFromAddress property.
|
void |
setExecutablesFolder(String value)
Sets the value of the executablesFolder property.
|
void |
setGitExePath(String value)
Sets the value of the gitExePath property.
|
void |
setMaxScans(int value)
Sets the value of the maxScans property.
|
void |
setNotifyLicenseExpiration(boolean value)
Sets the value of the notifyLicenseExpiration property.
|
void |
setPerforceExePath(String value)
Sets the value of the perforceExePath property.
|
void |
setReportFolder(String value)
Sets the value of the reportFolder property.
|
void |
setResultFolder(String value)
Sets the value of the resultFolder property.
|
void |
setSMTPEncryption(String value)
Sets the value of the smtpEncryption property.
|
void |
setSMTPHost(String value)
Sets the value of the smtpHost property.
|
void |
setSmtpOverSsl(boolean value)
Sets the value of the smtpOverSsl property.
|
void |
setSMTPPassword(String value)
Sets the value of the smtpPassword property.
|
void |
setSMTPPort(int value)
Sets the value of the smtpPort property.
|
void |
setSMTPUseDefaultCredentials(boolean value)
Sets the value of the smtpUseDefaultCredentials property.
|
void |
setSMTPUserName(String value)
Sets the value of the smtpUserName property.
|
void |
setWebServer(String value)
Sets the value of the webServer property.
|
protected String reportFolder
protected String resultFolder
protected String executablesFolder
protected String smtpHost
protected int smtpPort
protected String eMailFromAddress
protected String smtpUserName
protected String smtpPassword
protected boolean smtpUseDefaultCredentials
protected boolean smtpOverSsl
protected String smtpEncryption
protected int maxScans
protected int completedScanShowTimeInMin
protected ArrayOfCxPredefinedCommand commands
protected String webServer
protected int defaultLanguage
protected boolean allowAutoSignIn
protected int defaultGitHubEventThreshold
protected boolean notifyLicenseExpiration
protected String gitExePath
protected String perforceExePath
public String getReportFolder()
Stringpublic void setReportFolder(String value)
value - allowed object is
Stringpublic String getResultFolder()
Stringpublic void setResultFolder(String value)
value - allowed object is
Stringpublic String getExecutablesFolder()
Stringpublic void setExecutablesFolder(String value)
value - allowed object is
Stringpublic String getSMTPHost()
Stringpublic void setSMTPHost(String value)
value - allowed object is
Stringpublic int getSMTPPort()
public void setSMTPPort(int value)
public String getEMailFromAddress()
Stringpublic void setEMailFromAddress(String value)
value - allowed object is
Stringpublic String getSMTPUserName()
Stringpublic void setSMTPUserName(String value)
value - allowed object is
Stringpublic String getSMTPPassword()
Stringpublic void setSMTPPassword(String value)
value - allowed object is
Stringpublic boolean isSMTPUseDefaultCredentials()
public void setSMTPUseDefaultCredentials(boolean value)
public boolean isSmtpOverSsl()
public void setSmtpOverSsl(boolean value)
public String getSMTPEncryption()
Stringpublic void setSMTPEncryption(String value)
value - allowed object is
Stringpublic int getMaxScans()
public void setMaxScans(int value)
public int getCompletedScanShowTimeInMin()
public void setCompletedScanShowTimeInMin(int value)
public ArrayOfCxPredefinedCommand getCommands()
ArrayOfCxPredefinedCommandpublic void setCommands(ArrayOfCxPredefinedCommand value)
value - allowed object is
ArrayOfCxPredefinedCommandpublic String getWebServer()
Stringpublic void setWebServer(String value)
value - allowed object is
Stringpublic int getDefaultLanguage()
public void setDefaultLanguage(int value)
public boolean isAllowAutoSignIn()
public void setAllowAutoSignIn(boolean value)
public int getDefaultGitHubEventThreshold()
public void setDefaultGitHubEventThreshold(int value)
public boolean isNotifyLicenseExpiration()
public void setNotifyLicenseExpiration(boolean value)
public String getGitExePath()
Stringpublic void setGitExePath(String value)
value - allowed object is
Stringpublic String getPerforceExePath()
StringCopyright © 2020. All rights reserved.