Uses of Class
org.apache.maven.model.CiManagement
-
Packages that use CiManagement Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of CiManagement in org.apache.maven.model
Methods in org.apache.maven.model that return CiManagement Modifier and Type Method Description CiManagementModel. getCiManagement()Get the project's continuous integration information.Methods in org.apache.maven.model with parameters of type CiManagement Modifier and Type Method Description voidModel. setCiManagement(CiManagement ciManagement)Set the project's continuous integration information. -
Uses of CiManagement in org.apache.maven.project
Methods in org.apache.maven.project that return CiManagement Modifier and Type Method Description static CiManagementModelUtils. cloneCiManagement(CiManagement src)CiManagementMavenProject. getCiManagement()Methods in org.apache.maven.project with parameters of type CiManagement Modifier and Type Method Description static CiManagementModelUtils. cloneCiManagement(CiManagement src)voidMavenProject. setCiManagement(CiManagement ciManagement)
-