Uses of Class
org.apache.maven.model.CiManagement
Packages that use CiManagement
Package
Description
POM merger.
-
Uses of CiManagement in org.apache.maven.model
Methods in org.apache.maven.model that return CiManagementMethods in org.apache.maven.model that return types with arguments of type CiManagementModifier and TypeMethodDescriptionstatic List<CiManagement>
CiManagement.ciManagementToApiV3
(List<CiManagement> list) Methods in org.apache.maven.model with parameters of type CiManagementMethod parameters in org.apache.maven.model with type arguments of type CiManagementModifier and TypeMethodDescriptionstatic List<CiManagement>
CiManagement.ciManagementToApiV4
(List<CiManagement> list) -
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