Uses of Class
org.apache.maven.model.CiManagement
-
Packages that use CiManagement Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of CiManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as CiManagement Modifier and Type Field Description private CiManagement
Model. ciManagement
The project's continuous integration information.Methods in org.apache.maven.model that return CiManagement Modifier and Type Method Description CiManagement
Model. getCiManagement()
Get the project's continuous integration information.Methods in org.apache.maven.model with parameters of type CiManagement Modifier and Type Method Description void
Model. setCiManagement(CiManagement ciManagement)
Set the project's continuous integration information. -
Uses of CiManagement in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return CiManagement Modifier and Type Method Description 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 Modifier and Type Method Description private void
MavenXpp3Writer. writeCiManagement(CiManagement ciManagement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeCiManagement. -
Uses of CiManagement in org.apache.maven.project
Methods in org.apache.maven.project that return CiManagement Modifier and Type Method Description static CiManagement
ModelUtils. cloneCiManagement(CiManagement src)
CiManagement
MavenProject. getCiManagement()
Methods in org.apache.maven.project with parameters of type CiManagement Modifier and Type Method Description static CiManagement
ModelUtils. cloneCiManagement(CiManagement src)
void
MavenProject. setCiManagement(CiManagement ciManagement)
-