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 IssueManagementModel.issueManagementThe 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 TypeMethodDescriptionvoidModel.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 voidStringVisitorModelInterpolator.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 IssueManagementMavenXpp3Reader.parseIssueManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseIssueManagement.private IssueManagementMavenXpp3ReaderEx.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 voidMavenXpp3Writer.writeIssueManagement(IssueManagement issueManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeIssueManagement.private voidMavenXpp3WriterEx.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 voidModelMerger.mergeIssueManagement(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeIssueManagement_System(IssueManagement target, IssueManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.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 TypeMethodDescriptionvoidMavenProject.setIssueManagement(IssueManagement issueManagement)