Uses of Class
org.apache.maven.buildcache.RestoreStatus
-
Packages that use RestoreStatus Package Description org.apache.maven.buildcache -
-
Uses of RestoreStatus in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return RestoreStatus Modifier and Type Method Description RestoreStatus
CacheResult. getStatus()
static RestoreStatus
RestoreStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestoreStatus[]
RestoreStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-