Uses of Class
org.apache.maven.model.CiManagement
Packages that use CiManagement
-
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 voidModelMerger.mergeCiManagement(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeCiManagement_Notifiers(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeCiManagement_System(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeCiManagement_Url(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context)