public class SourceCodeSettings extends Object
Java class for SourceCodeSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceCodeSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SourceOrigin" type="{http://Checkmarx.com}SourceLocationType"/>
<element name="UserCredentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
<element name="PathList" type="{http://Checkmarx.com}ArrayOfScanPath" minOccurs="0"/>
<element name="SourceControlSetting" type="{http://Checkmarx.com}SourceControlSettings" minOccurs="0"/>
<element name="PackagedCode" type="{http://Checkmarx.com}LocalCodeContainer" minOccurs="0"/>
<element name="SourcePullingAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceFilterLists" type="{http://Checkmarx.com}SourceFilterPatterns" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalCodeContainer |
packagedCode |
protected ArrayOfScanPath |
pathList |
protected SourceControlSettings |
sourceControlSetting |
protected SourceFilterPatterns |
sourceFilterLists |
protected SourceLocationType |
sourceOrigin |
protected String |
sourcePullingAction |
protected Credentials |
userCredentials |
| Constructor and Description |
|---|
SourceCodeSettings() |
| Modifier and Type | Method and Description |
|---|---|
LocalCodeContainer |
getPackagedCode()
Gets the value of the packagedCode property.
|
ArrayOfScanPath |
getPathList()
Gets the value of the pathList property.
|
SourceControlSettings |
getSourceControlSetting()
Gets the value of the sourceControlSetting property.
|
SourceFilterPatterns |
getSourceFilterLists()
Gets the value of the sourceFilterLists property.
|
SourceLocationType |
getSourceOrigin()
Gets the value of the sourceOrigin property.
|
String |
getSourcePullingAction()
Gets the value of the sourcePullingAction property.
|
Credentials |
getUserCredentials()
Gets the value of the userCredentials property.
|
void |
setPackagedCode(LocalCodeContainer value)
Sets the value of the packagedCode property.
|
void |
setPathList(ArrayOfScanPath value)
Sets the value of the pathList property.
|
void |
setSourceControlSetting(SourceControlSettings value)
Sets the value of the sourceControlSetting property.
|
void |
setSourceFilterLists(SourceFilterPatterns value)
Sets the value of the sourceFilterLists property.
|
void |
setSourceOrigin(SourceLocationType value)
Sets the value of the sourceOrigin property.
|
void |
setSourcePullingAction(String value)
Sets the value of the sourcePullingAction property.
|
void |
setUserCredentials(Credentials value)
Sets the value of the userCredentials property.
|
protected SourceLocationType sourceOrigin
protected Credentials userCredentials
protected ArrayOfScanPath pathList
protected SourceControlSettings sourceControlSetting
protected LocalCodeContainer packagedCode
protected String sourcePullingAction
protected SourceFilterPatterns sourceFilterLists
public SourceLocationType getSourceOrigin()
SourceLocationTypepublic void setSourceOrigin(SourceLocationType value)
value - allowed object is
SourceLocationTypepublic Credentials getUserCredentials()
Credentialspublic void setUserCredentials(Credentials value)
value - allowed object is
Credentialspublic ArrayOfScanPath getPathList()
ArrayOfScanPathpublic void setPathList(ArrayOfScanPath value)
value - allowed object is
ArrayOfScanPathpublic SourceControlSettings getSourceControlSetting()
SourceControlSettingspublic void setSourceControlSetting(SourceControlSettings value)
value - allowed object is
SourceControlSettingspublic LocalCodeContainer getPackagedCode()
LocalCodeContainerpublic void setPackagedCode(LocalCodeContainer value)
value - allowed object is
LocalCodeContainerpublic String getSourcePullingAction()
Stringpublic void setSourcePullingAction(String value)
value - allowed object is
Stringpublic SourceFilterPatterns getSourceFilterLists()
SourceFilterPatternspublic void setSourceFilterLists(SourceFilterPatterns value)
value - allowed object is
SourceFilterPatternsCopyright © 2020. All rights reserved.