Uses of Class
org.apache.maven.model.CiManagement
Packages that use CiManagement
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 CiManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as CiManagementModifier and TypeFieldDescriptionprivate CiManagement
Model.ciManagement
The project's continuous integration information.Methods in org.apache.maven.model that return CiManagementModifier and TypeMethodDescriptionCiManagement.clone()
Method clone.Model.getCiManagement()
Get the project's continuous integration information.Methods in org.apache.maven.model with parameters of type CiManagementModifier and TypeMethodDescriptionvoid
Model.setCiManagement
(CiManagement ciManagement) Set the project's continuous integration information. -
Uses of CiManagement in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type CiManagementModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(CiManagement ciManagement) -
Uses of CiManagement in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return CiManagementModifier and TypeMethodDescriptionprivate CiManagement
MavenXpp3Reader.parseCiManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseCiManagement.private CiManagement
MavenXpp3ReaderEx.parseCiManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseCiManagement.Methods in org.apache.maven.model.io.xpp3 with parameters of type CiManagementModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeCiManagement
(CiManagement ciManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeCiManagement.private void
MavenXpp3WriterEx.writeCiManagement
(CiManagement ciManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeCiManagement. -
Uses of CiManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type CiManagementModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeCiManagement
(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeCiManagement_Notifiers
(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeCiManagement_System
(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeCiManagement_Url
(CiManagement target, CiManagement source, boolean sourceDominant, Map<Object, Object> context) -
Uses of CiManagement in org.apache.maven.project
Methods in org.apache.maven.project that return CiManagementMethods in org.apache.maven.project with parameters of type CiManagement