Uses of Class
org.apache.maven.buildcache.xml.report.CacheReport
-
Packages that use CacheReport Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.report.io.xpp3 -
-
Uses of CacheReport in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache with parameters of type CacheReport Modifier and Type Method Description voidCacheRepository. 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 CacheReport Modifier and Type Method Description CacheReportXmlService. loadCacheReport(byte[] bytes)CacheReportXmlService. loadCacheReport(File file)CacheReportXmlService. loadCacheReport(InputStream inputStream)Methods in org.apache.maven.buildcache.xml with parameters of type CacheReport Modifier and Type Method Description byte[]XmlService. toBytes(CacheReport cacheReportType) -
Uses of CacheReport in org.apache.maven.buildcache.xml.report.io.xpp3
Methods in org.apache.maven.buildcache.xml.report.io.xpp3 that return CacheReport Modifier and Type Method Description CacheReportBuildCacheReportXpp3Reader. read(InputStream in)Method read.CacheReportBuildCacheReportXpp3Reader. read(InputStream in, boolean strict)Method read.CacheReportBuildCacheReportXpp3Reader. read(Reader reader)CacheReportBuildCacheReportXpp3Reader. read(Reader reader, boolean strict)CacheReportBuildCacheReportXpp3Reader. 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 CacheReport Modifier and Type Method Description voidBuildCacheReportXpp3Writer. write(OutputStream stream, CacheReport cacheReport)Method write.voidBuildCacheReportXpp3Writer. write(Writer writer, CacheReport cacheReport)Method write.
-