Uses of Class
org.apache.maven.buildcache.CacheResult
-
Packages that use CacheResult Package Description org.apache.maven.buildcache -
-
Uses of CacheResult in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return CacheResult Modifier and Type Method Description static CacheResult
CacheResult. empty()
static CacheResult
CacheResult. empty(CacheContext context)
static CacheResult
CacheResult. failure(CacheContext context)
static CacheResult
CacheResult. failure(Build build, CacheContext context)
CacheResult
CacheController. findCachedBuild(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, boolean skipCache)
CacheResult
CacheControllerImpl. findCachedBuild(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, boolean skipCache)
static CacheResult
CacheResult. partialSuccess(Build build, CacheContext context)
static CacheResult
CacheResult. rebuilded(CacheResult orig, Build build)
static CacheResult
CacheResult. success(Build build, CacheContext context)
Methods in org.apache.maven.buildcache with parameters of type CacheResult Modifier and Type Method Description void
CacheControllerImpl. produceDiffReport(CacheResult cacheResult, Build build)
static CacheResult
CacheResult. rebuilded(CacheResult orig, Build build)
ArtifactRestorationReport
CacheController. restoreProjectArtifacts(CacheResult cacheResult)
ArtifactRestorationReport
CacheControllerImpl. restoreProjectArtifacts(CacheResult cacheResult)
void
CacheController. save(CacheResult cacheResult, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, Map<String,org.apache.maven.execution.MojoExecutionEvent> executionEvents)
void
CacheControllerImpl. save(CacheResult cacheResult, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, Map<String,org.apache.maven.execution.MojoExecutionEvent> executionEvents)
void
CacheRepository. saveArtifactFile(CacheResult cacheResult, org.apache.maven.artifact.Artifact artifact)
void
LocalCacheRepositoryImpl. saveArtifactFile(CacheResult cacheResult, org.apache.maven.artifact.Artifact artifact)
void
RemoteCacheRepositoryImpl. saveArtifactFile(CacheResult cacheResult, org.apache.maven.artifact.Artifact artifact)
void
RemoteCacheRepositoryNoOp. saveArtifactFile(CacheResult cacheResult, org.apache.maven.artifact.Artifact artifact)
void
CacheRepository. saveBuildInfo(CacheResult cacheResult, Build build)
void
LocalCacheRepositoryImpl. saveBuildInfo(CacheResult cacheResult, Build build)
void
RemoteCacheRepositoryImpl. saveBuildInfo(CacheResult cacheResult, Build build)
void
RemoteCacheRepositoryNoOp. saveBuildInfo(CacheResult cacheResult, Build build)
-