Uses of Class
org.apache.maven.buildcache.xml.report.CacheReport
Packages that use CacheReport
Package
Description
-
Uses of CacheReport in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache with parameters of type CacheReportModifier and TypeMethodDescriptionvoidCacheRepository.saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport) voidLocalCacheRepositoryImpl.saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport) voidRemoteCacheRepositoryImpl.saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport) voidRemoteCacheRepositoryNoOp.saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport) -
Uses of CacheReport in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CacheReportModifier and TypeMethodDescriptionXmlService.loadCacheReport(byte[] bytes) XmlService.loadCacheReport(File file) XmlService.loadCacheReport(InputStream inputStream) Methods in org.apache.maven.buildcache.xml with parameters of type CacheReport -
Uses of CacheReport in org.apache.maven.buildcache.xml.report.io.xpp3
Methods in org.apache.maven.buildcache.xml.report.io.xpp3 that return CacheReportModifier and TypeMethodDescriptionBuildCacheReportXpp3Reader.read(InputStream in) Method read.BuildCacheReportXpp3Reader.read(InputStream in, boolean strict) Method read.BuildCacheReportXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.buildcache.xml.report.io.xpp3 with parameters of type CacheReportModifier and TypeMethodDescriptionvoidBuildCacheReportXpp3Writer.write(OutputStream stream, CacheReport cacheReport) Method write.voidBuildCacheReportXpp3Writer.write(Writer writer, CacheReport cacheReport) Method write.