public class CiManagement extends LocatedTreeImpl
<CiManagement> element contains informations required to the
continuous integration system of the project.
Java class for CiManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CiManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="system" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notifiers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notifier" type="{http://maven.apache.org/POM/4.0.0}Notifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CiManagement.Notifiers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CiManagement.Notifiers |
notifiers |
protected LocatedAttribute |
system |
protected LocatedAttribute |
url |
endLocation, startLocation| Constructor and Description |
|---|
CiManagement() |
| Modifier and Type | Method and Description |
|---|---|
CiManagement.Notifiers |
getNotifiers()
Gets the value of the notifiers property.
|
LocatedAttribute |
getSystem()
Gets the value of the system property.
|
LocatedAttribute |
getUrl()
Gets the value of the url property.
|
void |
setNotifiers(CiManagement.Notifiers value)
Sets the value of the notifiers property.
|
void |
setSystem(LocatedAttribute value)
Sets the value of the system property.
|
void |
setUrl(LocatedAttribute value)
Sets the value of the url property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute system
protected LocatedAttribute url
protected CiManagement.Notifiers notifiers
public LocatedAttribute getSystem()
Stringpublic void setSystem(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUrl()
Stringpublic void setUrl(LocatedAttribute value)
value - allowed object is
Stringpublic CiManagement.Notifiers getNotifiers()
CiManagement.Notifierspublic void setNotifiers(CiManagement.Notifiers value)
value - allowed object is
CiManagement.NotifiersCopyright © 2012–2016 SonarSource. All rights reserved.