Uses of Class
org.apache.maven.buildcache.xml.config.TrackedProperty
-
Packages that use TrackedProperty Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of TrackedProperty in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type TrackedProperty Modifier and Type Method Description List<TrackedProperty>
CacheConfig. getTrackedProperties(org.apache.maven.plugin.MojoExecution mojoExecution)
List<TrackedProperty>
CacheConfigImpl. getTrackedProperties(org.apache.maven.plugin.MojoExecution mojoExecution)
Method parameters in org.apache.maven.buildcache.xml with type arguments of type TrackedProperty Modifier and Type Method Description static boolean
DtoUtils. containsAllProperties(CompletedExecution cachedExecution, List<TrackedProperty> trackedProperties)
Checks that all tracked (for reconciliation purposes) properties present in cached build record -
Uses of TrackedProperty in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type TrackedProperty Modifier and Type Method Description List<TrackedProperty>
GoalReconciliation. getReconciles()
Method getReconciles.Methods in org.apache.maven.buildcache.xml.config with parameters of type TrackedProperty Modifier and Type Method Description void
GoalReconciliation. addReconcile(TrackedProperty trackedProperty)
Method addReconcile.void
GoalReconciliation. removeReconcile(TrackedProperty trackedProperty)
Method removeReconcile.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type TrackedProperty Modifier and Type Method Description void
GoalReconciliation. setReconciles(List<TrackedProperty> reconciles)
Set the reconciles field.
-