Uses of Class
org.apache.maven.buildcache.xml.config.TrackedProperty
Packages that use TrackedProperty
-
Uses of TrackedProperty in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type TrackedPropertyModifier and TypeMethodDescriptionCacheConfig.getTrackedProperties(org.apache.maven.plugin.MojoExecution mojoExecution) CacheConfigImpl.getTrackedProperties(org.apache.maven.plugin.MojoExecution mojoExecution) Method parameters in org.apache.maven.buildcache.xml with type arguments of type TrackedPropertyModifier and TypeMethodDescriptionstatic booleanDtoUtils.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 TrackedPropertyMethods in org.apache.maven.buildcache.xml.config with parameters of type TrackedPropertyModifier and TypeMethodDescriptionvoidGoalReconciliation.addReconcile(TrackedProperty trackedProperty) Method addReconcile.voidGoalReconciliation.removeReconcile(TrackedProperty trackedProperty) Method removeReconcile.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type TrackedPropertyModifier and TypeMethodDescriptionvoidGoalReconciliation.setReconciles(List<TrackedProperty> reconciles) Set the reconciles field.