Uses of Class
org.apache.maven.model.CiManagement
Packages that use CiManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of CiManagement in org.apache.maven.model
Methods in org.apache.maven.model that return CiManagementModifier and TypeMethodDescriptionCiManagement.clone()
Method clone.Model.getCiManagement()
Get the project's continuous integration information.Methods in org.apache.maven.model with parameters of type CiManagementModifier and TypeMethodDescriptionvoid
Model.setCiManagement
(CiManagement ciManagement) Set the project's continuous integration information. -
Uses of CiManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type CiManagementModifier 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) -
Uses of CiManagement in org.apache.maven.project
Methods in org.apache.maven.project that return CiManagementMethods in org.apache.maven.project with parameters of type CiManagement