public class ProjectConfiguration extends Object
Java class for ProjectConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProjectSettings" type="{http://Checkmarx.com}ProjectSettings" minOccurs="0"/>
<element name="SourceCodeSettings" type="{http://Checkmarx.com}SourceCodeSettings" minOccurs="0"/>
<element name="ScheduleSettings" type="{http://Checkmarx.com}ScheduleSettings" minOccurs="0"/>
<element name="ScanActionSettings" type="{http://Checkmarx.com}ScanActionSettings" minOccurs="0"/>
<element name="ProjectIssueTrackingSettings" type="{http://Checkmarx.com}CxWSProjectIssueTrackingSettings" minOccurs="0"/>
<element name="CustomFields" type="{http://Checkmarx.com}ArrayOfCxWSProjectCustomField" minOccurs="0"/>
<element name="DataRetentionSettings" type="{http://Checkmarx.com}DataRetentionSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSProjectCustomField |
customFields |
protected DataRetentionSettings |
dataRetentionSettings |
protected CxWSProjectIssueTrackingSettings |
projectIssueTrackingSettings |
protected ProjectSettings |
projectSettings |
protected ScanActionSettings |
scanActionSettings |
protected ScheduleSettings |
scheduleSettings |
protected SourceCodeSettings |
sourceCodeSettings |
| Constructor and Description |
|---|
ProjectConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSProjectCustomField |
getCustomFields()
Gets the value of the customFields property.
|
DataRetentionSettings |
getDataRetentionSettings()
Gets the value of the dataRetentionSettings property.
|
CxWSProjectIssueTrackingSettings |
getProjectIssueTrackingSettings()
Gets the value of the projectIssueTrackingSettings property.
|
ProjectSettings |
getProjectSettings()
Gets the value of the projectSettings property.
|
ScanActionSettings |
getScanActionSettings()
Gets the value of the scanActionSettings property.
|
ScheduleSettings |
getScheduleSettings()
Gets the value of the scheduleSettings property.
|
SourceCodeSettings |
getSourceCodeSettings()
Gets the value of the sourceCodeSettings property.
|
void |
setCustomFields(ArrayOfCxWSProjectCustomField value)
Sets the value of the customFields property.
|
void |
setDataRetentionSettings(DataRetentionSettings value)
Sets the value of the dataRetentionSettings property.
|
void |
setProjectIssueTrackingSettings(CxWSProjectIssueTrackingSettings value)
Sets the value of the projectIssueTrackingSettings property.
|
void |
setProjectSettings(ProjectSettings value)
Sets the value of the projectSettings property.
|
void |
setScanActionSettings(ScanActionSettings value)
Sets the value of the scanActionSettings property.
|
void |
setScheduleSettings(ScheduleSettings value)
Sets the value of the scheduleSettings property.
|
void |
setSourceCodeSettings(SourceCodeSettings value)
Sets the value of the sourceCodeSettings property.
|
protected ProjectSettings projectSettings
protected SourceCodeSettings sourceCodeSettings
protected ScheduleSettings scheduleSettings
protected ScanActionSettings scanActionSettings
protected CxWSProjectIssueTrackingSettings projectIssueTrackingSettings
protected ArrayOfCxWSProjectCustomField customFields
protected DataRetentionSettings dataRetentionSettings
public ProjectSettings getProjectSettings()
ProjectSettingspublic void setProjectSettings(ProjectSettings value)
value - allowed object is
ProjectSettingspublic SourceCodeSettings getSourceCodeSettings()
SourceCodeSettingspublic void setSourceCodeSettings(SourceCodeSettings value)
value - allowed object is
SourceCodeSettingspublic ScheduleSettings getScheduleSettings()
ScheduleSettingspublic void setScheduleSettings(ScheduleSettings value)
value - allowed object is
ScheduleSettingspublic ScanActionSettings getScanActionSettings()
ScanActionSettingspublic void setScanActionSettings(ScanActionSettings value)
value - allowed object is
ScanActionSettingspublic CxWSProjectIssueTrackingSettings getProjectIssueTrackingSettings()
CxWSProjectIssueTrackingSettingspublic void setProjectIssueTrackingSettings(CxWSProjectIssueTrackingSettings value)
value - allowed object is
CxWSProjectIssueTrackingSettingspublic ArrayOfCxWSProjectCustomField getCustomFields()
ArrayOfCxWSProjectCustomFieldpublic void setCustomFields(ArrayOfCxWSProjectCustomField value)
value - allowed object is
ArrayOfCxWSProjectCustomFieldpublic DataRetentionSettings getDataRetentionSettings()
DataRetentionSettingspublic void setDataRetentionSettings(DataRetentionSettings value)
value - allowed object is
DataRetentionSettingsCopyright © 2020. All rights reserved.