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.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
Uses of IssueManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as IssueManagementModifier and TypeFieldDescriptionprivate IssueManagement
Model.issueManagement
The project's issue management system information.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type IssueManagementModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(IssueManagement issueManagement) -
Uses of IssueManagement in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return IssueManagementModifier and TypeMethodDescriptionprivate IssueManagement
MavenXpp3Reader.parseIssueManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseIssueManagement.private IssueManagement
MavenXpp3ReaderEx.parseIssueManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseIssueManagement.Methods in org.apache.maven.model.io.xpp3 with parameters of type IssueManagementModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeIssueManagement
(IssueManagement issueManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeIssueManagement.private void
MavenXpp3WriterEx.writeIssueManagement
(IssueManagement issueManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeIssueManagement. -
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)