public class GitHubIntegrationSettings extends Object
Java class for GitHubIntegrationSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GitHubIntegrationSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContributorCredentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
<element name="OwnerCredentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
<element name="EventsThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Credentials |
contributorCredentials |
protected int |
eventsThreshold |
protected Credentials |
ownerCredentials |
| Constructor and Description |
|---|
GitHubIntegrationSettings() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getContributorCredentials()
Gets the value of the contributorCredentials property.
|
int |
getEventsThreshold()
Gets the value of the eventsThreshold property.
|
Credentials |
getOwnerCredentials()
Gets the value of the ownerCredentials property.
|
void |
setContributorCredentials(Credentials value)
Sets the value of the contributorCredentials property.
|
void |
setEventsThreshold(int value)
Sets the value of the eventsThreshold property.
|
void |
setOwnerCredentials(Credentials value)
Sets the value of the ownerCredentials property.
|
protected Credentials contributorCredentials
protected Credentials ownerCredentials
protected int eventsThreshold
public Credentials getContributorCredentials()
Credentialspublic void setContributorCredentials(Credentials value)
value - allowed object is
Credentialspublic Credentials getOwnerCredentials()
Credentialspublic void setOwnerCredentials(Credentials value)
value - allowed object is
Credentialspublic int getEventsThreshold()
public void setEventsThreshold(int value)
Copyright © 2020. All rights reserved.