public class CliScanArgs extends Object
Java class for CliScanArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CliScanArgs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrjSettings" type="{http://Checkmarx.com}ProjectSettings" minOccurs="0"/>
<element name="SrcCodeSettings" type="{http://Checkmarx.com}SourceCodeSettings" minOccurs="0"/>
<element name="IsPrivateScan" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsIncremental" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IgnoreScanWithUnchangedCode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ClientOrigin" type="{http://Checkmarx.com}CxClientType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxClientType |
clientOrigin |
protected String |
comment |
protected boolean |
ignoreScanWithUnchangedCode |
protected boolean |
isIncremental |
protected boolean |
isPrivateScan |
protected ProjectSettings |
prjSettings |
protected SourceCodeSettings |
srcCodeSettings |
| Constructor and Description |
|---|
CliScanArgs() |
| Modifier and Type | Method and Description |
|---|---|
CxClientType |
getClientOrigin()
Gets the value of the clientOrigin property.
|
String |
getComment()
Gets the value of the comment property.
|
ProjectSettings |
getPrjSettings()
Gets the value of the prjSettings property.
|
SourceCodeSettings |
getSrcCodeSettings()
Gets the value of the srcCodeSettings property.
|
boolean |
isIgnoreScanWithUnchangedCode()
Gets the value of the ignoreScanWithUnchangedCode property.
|
boolean |
isIsIncremental()
Gets the value of the isIncremental property.
|
boolean |
isIsPrivateScan()
Gets the value of the isPrivateScan property.
|
void |
setClientOrigin(CxClientType value)
Sets the value of the clientOrigin property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setIgnoreScanWithUnchangedCode(boolean value)
Sets the value of the ignoreScanWithUnchangedCode property.
|
void |
setIsIncremental(boolean value)
Sets the value of the isIncremental property.
|
void |
setIsPrivateScan(boolean value)
Sets the value of the isPrivateScan property.
|
void |
setPrjSettings(ProjectSettings value)
Sets the value of the prjSettings property.
|
void |
setSrcCodeSettings(SourceCodeSettings value)
Sets the value of the srcCodeSettings property.
|
protected ProjectSettings prjSettings
protected SourceCodeSettings srcCodeSettings
protected boolean isPrivateScan
protected boolean isIncremental
protected String comment
protected boolean ignoreScanWithUnchangedCode
protected CxClientType clientOrigin
public ProjectSettings getPrjSettings()
ProjectSettingspublic void setPrjSettings(ProjectSettings value)
value - allowed object is
ProjectSettingspublic SourceCodeSettings getSrcCodeSettings()
SourceCodeSettingspublic void setSrcCodeSettings(SourceCodeSettings value)
value - allowed object is
SourceCodeSettingspublic boolean isIsPrivateScan()
public void setIsPrivateScan(boolean value)
public boolean isIsIncremental()
public void setIsIncremental(boolean value)
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic boolean isIgnoreScanWithUnchangedCode()
public void setIgnoreScanWithUnchangedCode(boolean value)
public CxClientType getClientOrigin()
CxClientTypepublic void setClientOrigin(CxClientType value)
value - allowed object is
CxClientTypeCopyright © 2020. All rights reserved.