Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
CiManagement |
CiManagement.clone()
Method clone.
|
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 |
---|---|
protected void |
ModelMerger.mergeCiManagement_Notifiers(CiManagement target,
CiManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeCiManagement_System(CiManagement target,
CiManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeCiManagement_Url(CiManagement target,
CiManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeCiManagement(CiManagement target,
CiManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
CiManagement |
MavenProject.getCiManagement() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setCiManagement(CiManagement ciManagement) |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.