Uses of Class
org.apache.maven.buildcache.xml.CacheSource
-
Packages that use CacheSource Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml -
-
Uses of CacheSource in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return CacheSource Modifier and Type Method Description CacheSource
CacheResult. getSource()
Methods in org.apache.maven.buildcache with parameters of type CacheSource Modifier and Type Method Description Path
LocalCacheRepository. getArtifactFile(CacheContext context, CacheSource source, Artifact artifact)
Path
LocalCacheRepositoryImpl. getArtifactFile(CacheContext context, CacheSource source, Artifact artifact)
-
Uses of CacheSource in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CacheSource Modifier and Type Method Description CacheSource
Build. getSource()
static CacheSource
CacheSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheSource[]
CacheSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.buildcache.xml with parameters of type CacheSource Constructor Description Build(Build dto, CacheSource source)
-