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 void
CacheRepository. saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport)
void
LocalCacheRepositoryImpl. saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport)
void
RemoteCacheRepositoryImpl. saveCacheReport(String buildId, org.apache.maven.execution.MavenSession session, CacheReport cacheReport)
void
RemoteCacheRepositoryNoOp. 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 CacheReport
XmlService. loadCacheReport(byte[] bytes)
CacheReport
XmlService. loadCacheReport(File file)
CacheReport
XmlService. 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 CacheReport
BuildCacheReportXpp3Reader. read(InputStream in)
Method read.CacheReport
BuildCacheReportXpp3Reader. read(InputStream in, boolean strict)
Method read.CacheReport
BuildCacheReportXpp3Reader. read(Reader reader)
CacheReport
BuildCacheReportXpp3Reader. read(Reader reader, boolean strict)
CacheReport
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 CacheReport Modifier and Type Method Description void
BuildCacheReportXpp3Writer. write(OutputStream stream, CacheReport cacheReport)
Method write.void
BuildCacheReportXpp3Writer. write(Writer writer, CacheReport cacheReport)
Method write.
-