Uses of Class
org.apache.maven.buildcache.xml.Build
-
Packages that use Build Package Description org.apache.maven.buildcache -
-
Uses of Build in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return Build Modifier and Type Method Description BuildCacheResult. getBuildInfo()Methods in org.apache.maven.buildcache that return types with arguments of type Build Modifier and Type Method Description Optional<Build>RemoteCacheRepository. findBaselineBuild(org.apache.maven.project.MavenProject project)Optional<Build>RemoteCacheRepositoryImpl. findBaselineBuild(org.apache.maven.project.MavenProject project)Optional<Build>RemoteCacheRepositoryNoOp. findBaselineBuild(org.apache.maven.project.MavenProject project)Optional<Build>LocalCacheRepository. findBestMatchingBuild(org.apache.maven.execution.MavenSession session, org.apache.maven.model.Dependency dependency)Optional<Build>LocalCacheRepositoryImpl. findBestMatchingBuild(org.apache.maven.execution.MavenSession session, org.apache.maven.model.Dependency dependency)Optional<Build>CacheRepository. findBuild(CacheContext context)Optional<Build>LocalCacheRepositoryImpl. findBuild(CacheContext context)Optional<Build>RemoteCacheRepositoryImpl. findBuild(CacheContext context)Optional<Build>RemoteCacheRepositoryNoOp. findBuild(CacheContext context)Optional<Build>LocalCacheRepository. findLocalBuild(CacheContext context)Optional<Build>LocalCacheRepositoryImpl. findLocalBuild(CacheContext context)Methods in org.apache.maven.buildcache with parameters of type Build Modifier and Type Method Description static CacheResultCacheResult. failure(Build build, CacheContext context)List<org.apache.maven.plugin.MojoExecution>LifecyclePhasesHelper. getCachedSegment(org.apache.maven.project.MavenProject project, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, Build build)Computes the list of mojos executions that are cached.List<org.apache.maven.plugin.MojoExecution>LifecyclePhasesHelper. getPostCachedSegment(org.apache.maven.project.MavenProject project, List<org.apache.maven.plugin.MojoExecution> mojoExecutions, Build build)Computes the list of mojos executions that will have to be executed after cache restoration.booleanLifecyclePhasesHelper. isLaterPhaseThanBuild(String phase, Build build)static CacheResultCacheResult. partialSuccess(Build build, CacheContext context)voidCacheControllerImpl. produceDiffReport(CacheResult cacheResult, Build build)static CacheResultCacheResult. rebuilded(CacheResult orig, Build build)voidCacheRepository. saveBuildInfo(CacheResult cacheResult, Build build)voidLocalCacheRepositoryImpl. saveBuildInfo(CacheResult cacheResult, Build build)voidRemoteCacheRepositoryImpl. saveBuildInfo(CacheResult cacheResult, Build build)voidRemoteCacheRepositoryNoOp. saveBuildInfo(CacheResult cacheResult, Build build)static CacheResultCacheResult. success(Build build, CacheContext context)
-