Uses of Class
org.apache.maven.model.IssueManagement
Packages that use IssueManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of IssueManagement in org.apache.maven.model
Methods in org.apache.maven.model that return IssueManagementModifier and TypeMethodDescriptionIssueManagement.clone()
Method clone.Model.getIssueManagement()
Get the project's issue management system information.Methods in org.apache.maven.model with parameters of type IssueManagementModifier and TypeMethodDescriptionvoid
Model.setIssueManagement
(IssueManagement issueManagement) Set the project's issue management system information. -
Uses of IssueManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type IssueManagementModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeIssueManagement
(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeIssueManagement_System
(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeIssueManagement_Url
(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object, Object> context)