| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| org.apache.maven.project |
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CiManagement |
ModelUtils.cloneCiManagement(CiManagement src) |
CiManagement |
MavenProject.getCiManagement() |
| Modifier and Type | Method and Description |
|---|---|
static CiManagement |
ModelUtils.cloneCiManagement(CiManagement src) |
void |
MavenProject.setCiManagement(CiManagement ciManagement) |