Uses of Class
org.apache.maven.buildcache.xml.report.ProjectReport
-
Packages that use ProjectReport Package Description org.apache.maven.buildcache.xml.report -
-
Uses of ProjectReport in org.apache.maven.buildcache.xml.report
Methods in org.apache.maven.buildcache.xml.report that return types with arguments of type ProjectReport Modifier and Type Method Description List<ProjectReport>
CacheReport. getProjects()
Method getProjects.Methods in org.apache.maven.buildcache.xml.report with parameters of type ProjectReport Modifier and Type Method Description void
CacheReport. addProject(ProjectReport projectReport)
Method addProject.void
CacheReport. removeProject(ProjectReport projectReport)
Method removeProject.Method parameters in org.apache.maven.buildcache.xml.report with type arguments of type ProjectReport Modifier and Type Method Description void
CacheReport. setProjects(List<ProjectReport> projects)
Set the projects field.
-