Uses of Class
org.apache.maven.model.CiManagement

Packages that use CiManagement
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.jdom   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

Uses of CiManagement in org.apache.maven.model
 

Fields in org.apache.maven.model declared as CiManagement
private  CiManagement Model.ciManagement
          The project's continuous integration information.
 

Methods in org.apache.maven.model that return CiManagement
 CiManagement Model.getCiManagement()
          Get the project's continuous integration information.
 

Methods in org.apache.maven.model with parameters of type CiManagement
 void Model.setCiManagement(CiManagement ciManagement)
          Set the project's continuous integration information.
 

Uses of CiManagement in org.apache.maven.model.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return CiManagement
private  CiManagement MavenDom4jReader.parseCiManagement(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseCiManagement.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type CiManagement
private  void MavenDom4jWriter.writeCiManagement(CiManagement ciManagement, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeCiManagement.
 

Uses of CiManagement in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type CiManagement
protected  void MavenJDOMWriter.updateCiManagement(CiManagement ciManagement, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateCiManagement.
 

Uses of CiManagement in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return CiManagement
private  CiManagement MavenStaxReader.parseCiManagement(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseCiManagement.
 

Methods in org.apache.maven.model.io.stax with parameters of type CiManagement
private  void MavenStaxWriter.writeCiManagement(CiManagement ciManagement, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeCiManagement.
 

Uses of CiManagement in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return CiManagement
private  CiManagement MavenXpp3Reader.parseCiManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseCiManagement.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type CiManagement
private  void MavenXpp3Writer.writeCiManagement(CiManagement ciManagement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeCiManagement.