Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private CiManagement |
Model.ciManagement
The project's continuous integration information.
|
Modifier and Type | Method and Description |
---|---|
CiManagement |
Model.getCiManagement()
Get the project's continuous integration information.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setCiManagement(CiManagement ciManagement)
Set the project's continuous integration information.
|
Modifier and Type | Method and Description |
---|---|
private CiManagement |
MavenDom4jReader.parseCiManagement(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseCiManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeCiManagement(CiManagement ciManagement,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeCiManagement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateCiManagement(CiManagement ciManagement,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateCiManagement.
|
Modifier and Type | Method and Description |
---|---|
private CiManagement |
MavenStaxReader.parseCiManagement(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseCiManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeCiManagement(CiManagement ciManagement,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeCiManagement.
|
Modifier and Type | Method and Description |
---|---|
private CiManagement |
MavenXpp3Reader.parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseCiManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeCiManagement(CiManagement ciManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeCiManagement.
|