Uses of Class
org.apache.maven.model.IssueManagement
Packages that use IssueManagement
Package
Description
POM merger.
-
Uses of IssueManagement in org.apache.maven.model
Methods in org.apache.maven.model that return IssueManagementMethods in org.apache.maven.model that return types with arguments of type IssueManagementModifier and TypeMethodDescriptionstatic List<IssueManagement>
IssueManagement.issueManagementToApiV3
(List<IssueManagement> list) Methods in org.apache.maven.model with parameters of type IssueManagementMethod parameters in org.apache.maven.model with type arguments of type IssueManagementModifier and TypeMethodDescriptionstatic List<IssueManagement>
IssueManagement.issueManagementToApiV4
(List<IssueManagement> list) -
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) -
Uses of IssueManagement in org.apache.maven.project
Methods in org.apache.maven.project that return IssueManagementMethods in org.apache.maven.project with parameters of type IssueManagementModifier and TypeMethodDescriptionvoid
MavenProject.setIssueManagement
(IssueManagement issueManagement)