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

Packages that use CiManagement
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of CiManagement in org.apache.maven.model
 

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.jdom
 

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



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.