Uses of Class
org.apache.maven.model.CiManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of CiManagement in org.apache.maven.model
Modifier and TypeMethodDescriptionCiManagement.clone()
Method clone.Model.getCiManagement()
Get the project's continuous integration information.Modifier and TypeMethodDescriptionvoid
Model.setCiManagement
(CiManagement ciManagement) Set the project's continuous integration information. -
Uses of CiManagement in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected void
ModelMerger.mergeCiManagement
(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) 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)