Package org.apache.maven.buildcache
Class CacheDiff
- java.lang.Object
-
- org.apache.maven.buildcache.CacheDiff
-
public class CacheDiff extends Object
Utility class for comparing 2 builds
-
-
Constructor Summary
Constructors Constructor Description CacheDiff(Build current, Build baseline, CacheConfig config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Diff
compare()
static Optional<DigestItem>
findPom(ProjectsInputInfo projectInputs)
-
-
-
Constructor Detail
-
CacheDiff
public CacheDiff(Build current, Build baseline, CacheConfig config)
-
-
Method Detail
-
compare
public Diff compare()
-
findPom
public static Optional<DigestItem> findPom(ProjectsInputInfo projectInputs)
-
-